Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.h151 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC);
H A Dzend_API.c1074 ret = zval_update_constant(pp, (void*)1 TSRMLS_CC); in zval_update_class_constant()
1083 return zval_update_constant(pp, (void*)1 TSRMLS_CC); in zval_update_class_constant()
1097 …ly_with_argument(&class_type->constants_table, (apply_func_arg_t) zval_update_constant, (void*)1 T… in zend_update_class_constants()
H A Dzend_vm_def.h1098 zval_update_constant(retval, (void*) 1 TSRMLS_CC);
3260 zval_update_constant(&assignment_value, 0 TSRMLS_CC);
3562 zval_update_constant(value, (void *) 1 TSRMLS_CC);
5172 zval_update_constant(&tmp_ptr, NULL TSRMLS_CC);
H A Dzend_execute_API.c674 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC) /* {{{ */ in zval_update_constant() function
H A Dzend_builtin_functions.c947 zval_update_constant(&prop_copy, 0 TSRMLS_CC); in add_class_vars()
H A Dzend_vm_execute.h1413 zval_update_constant(&assignment_value, 0 TSRMLS_CC); in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
3415 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_CONST_CONST()
3747 zval_update_constant(value, (void *) 1 TSRMLS_CC); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
4053 zval_update_constant(&tmp_ptr, NULL TSRMLS_CC); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
5288 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6033 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
8778 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10518 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11265 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
14669 zval_update_constant(retval, (void*) 1 TSRMLS_CC); in zend_fetch_var_address_helper_SPEC_VAR_CONST()
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c430 …zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t) zval_update_constant, (void… in _class_string()
3391 zval_update_constant(&prop_copy, (void *) 1 TSRMLS_CC); in add_class_vars()

Completed in 179 milliseconds