Home
last modified time | relevance | path

Searched refs:zval_update_constant (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_execute.h137 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC);
H A Dzend_API.c1011 …ly_with_argument(&class_type->constants_table, (apply_func_arg_t) zval_update_constant, (void*)1 T… in zend_update_class_constants()
1012 …with_argument(&class_type->default_properties, (apply_func_arg_t) zval_update_constant, (void *) 1… in zend_update_class_constants()
1057 …y_with_argument(CE_STATIC_MEMBERS(class_type), (apply_func_arg_t) zval_update_constant, (void *) 1… in zend_update_class_constants()
H A Dzend_vm_def.h978 zval_update_constant(retval, (void*) 1 TSRMLS_CC);
2790 zval_update_constant(&assignment_value, 0 TSRMLS_CC);
3061 zval_update_constant(value, (void *) 1 TSRMLS_CC);
4429 zval_update_constant(&tmp_ptr, NULL TSRMLS_CC);
H A Dzend_execute_API.c708 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC) /* {{{ */ in zval_update_constant() function
H A Dzend_builtin_functions.c914 zval_update_constant(&prop_copy, 0 TSRMLS_CC); in add_class_vars()
H A Dzend_vm_execute.h836 zval_update_constant(&assignment_value, 0 TSRMLS_CC); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
1406 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_CONST()
2852 zval_update_constant(value, (void *) 1 TSRMLS_CC); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
2974 zval_update_constant(&tmp_ptr, NULL TSRMLS_CC); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
4711 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_TMP()
7963 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_VAR()
10660 zval_update_constant(value, (void *) 1 TSRMLS_CC); in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
17889 zval_update_constant(value, (void *) 1 TSRMLS_CC); in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
21878 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_CV()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c407 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t) zval_update_constant, (void… in _class_string()

Completed in 104 milliseconds