Home
last modified time | relevance | path

Searched refs:Z_SET_REFCOUNT (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_opcode.c389 Z_SET_REFCOUNT(opline->op1.u.constant, 2); /* Make sure is_ref won't be reset */ in pass_two()
393 Z_SET_REFCOUNT(opline->op2.u.constant, 2); in pass_two()
H A Dzend.h343 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) macro
H A Dzend_execute_API.c1282 Z_SET_REFCOUNT(opline->op1.u.constant, 2); /* Make sure is_ref won't be reset */ in execute_new_code()
1286 Z_SET_REFCOUNT(opline->op2.u.constant, 2); in execute_new_code()
H A Dzend.c666 Z_SET_REFCOUNT(zval_used_for_init, 1); in zend_startup()
H A Dzend_language_scanner.l346 Z_SET_REFCOUNT(retval_znode.u.constant, 1); in END_EXTERN_C()
H A Dzend_compile.c1358 Z_SET_REFCOUNT(opline->op2.u.constant, 1); in zend_do_begin_function_declaration()
3469 Z_SET_REFCOUNT(opline->op2.u.constant, 1); in zend_do_begin_class_declaration()
H A Dzend_language_scanner.c348 Z_SET_REFCOUNT(retval_znode.u.constant, 1); in END_EXTERN_C()
/PHP-5.3/main/
H A Dphp_ini.c628 Z_SET_REFCOUNT(tmp, 0); in php_init_config()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c409 Z_SET_REFCOUNT(tmp, 0);\
/PHP-5.3/ext/spl/
H A Dspl_directory.c313 Z_SET_REFCOUNT(intern->u.file.zresource, 1); in spl_filesystem_file_open()

Completed in 68 milliseconds