zval_update_constant_inline_change 162 Zend/zend_execute.h ZEND_API int zval_update_constant_inline_change(zval **pp, zend_class_entry *scope TSRMLS_DC); zval_update_constant_inline_change 1896 ext/reflection/php_reflection.c zend_hash_apply_with_argument(fptr->op_array.static_variables, (apply_func_arg_t) zval_update_constant_inline_change, fptr->common.scope TSRMLS_CC); zval_update_constant_inline_change 4059 ext/reflection/php_reflection.c zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_change, ce TSRMLS_CC); zval_update_constant_inline_change 4080 ext/reflection/php_reflection.c zend_hash_apply_with_argument(&ce->constants_table, (apply_func_arg_t)zval_update_constant_inline_change, ce TSRMLS_CC);