Searched refs:zval_update_constant_inline_change (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute.h | 152 ZEND_API int zval_update_constant_inline_change(zval **pp, void *arg TSRMLS_DC);
|
| H A D | zend_execute_API.c | 662 zend_hash_apply_with_argument(Z_ARRVAL_P(p), (apply_func_arg_t) zval_update_constant_inline_change, (void *) scope TSRMLS_CC); 669 ZEND_API int zval_update_constant_inline_change(zval **pp, void *scope TSRMLS_DC) /* {{{ */ function
|
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 1888 zend_hash_apply_with_argument(fptr->op_array.static_variables, (apply_func_arg_t) zval_update_constant_inline_change, fptr->common.scope TSRMLS_CC); 4024 zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_change, ce TSRMLS_CC); 4045 zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_change, ce TSRMLS_CC);
|
Completed in 19 milliseconds