mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
whitespace
This commit is contained in:
parent
9e93ac6005
commit
4b632eba46
@ -117,7 +117,7 @@ static int is_not_internal_class(zend_class_entry **ce TSRMLS_DC)
|
||||
void init_executor(TSRMLS_D)
|
||||
{
|
||||
INIT_ZVAL(EG(uninitialized_zval));
|
||||
/* trick to make uninitialized_zval never be modified, passed by ref, etc. */
|
||||
/* trick to make uninitialized_zval never be modified, passed by ref, etc. */
|
||||
EG(uninitialized_zval).refcount++;
|
||||
INIT_ZVAL(EG(error_zval));
|
||||
EG(uninitialized_zval_ptr)=&EG(uninitialized_zval);
|
||||
|
Loading…
Reference in New Issue
Block a user