Skip to content

Conversation

Danack
Copy link
Contributor

@Danack Danack commented Mar 15, 2015

PR for https://wiki.php.net/rfc/internal_constructor_behaviour

This is not ready to merge - I still need to correct a few tests that have a difference in text for the warning vs the exception, but someone asked be to make it a PR to be easier to read.

zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &zeh TSRMLS_CC);
rv = zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!",
&dest, &dest_len, &src, &src_len);
zend_restore_error_handling(&zeh TSRMLS_CC);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, was spaces instead of tab.

@smalyshev smalyshev added the RFC label Mar 20, 2015
@nikic
Copy link
Member

nikic commented Apr 1, 2015

Superseded by #1205.

@nikic nikic closed this Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants