Searched refs:zend_get_executed_scope (Results 1 – 11 of 11) sorted by relevance
337 scope = zend_get_executed_scope(); in zend_verify_property_access()344 scope = zend_get_executed_scope(); in zend_verify_property_access()410 scope = zend_get_executed_scope(); in zend_get_property_offset()489 scope = zend_get_executed_scope(); in zend_get_property_info()1104 scope = zend_get_executed_scope(); in zend_check_private()1230 scope = zend_get_executed_scope(); in zend_std_get_method()1250 scope = zend_get_executed_scope(); in zend_std_get_method()1351 scope = zend_get_executed_scope(); in zend_std_get_static_method()1363 scope = zend_get_executed_scope(); in zend_std_get_static_method()1476 scope = zend_get_executed_scope(); in zend_std_get_constructor()[all …]
90 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()109 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
496 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function582 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()1018 new_op_array->scope = zend_get_executed_scope(); in zend_eval_stringl()1310 scope = zend_get_executed_scope(); in zend_fetch_class()1316 scope = zend_get_executed_scope(); in zend_fetch_class()
932 …if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT | ZEND_GET_CONST… in ZEND_FUNCTION()951 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()979 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()1000 ce = zend_get_executed_scope(); in ZEND_FUNCTION()1157 scope = zend_get_executed_scope(); in ZEND_FUNCTION()1285 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
300 ZEND_API zend_class_entry *zend_get_executed_scope(void);
3060 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3103 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3123 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3130 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3223 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3234 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3411 …if (!zend_is_callable_check_class(Z_STR_P(obj), zend_get_executed_scope(), fcc, &strict_class, err… in zend_is_callable_impl()
267 scope = zend_get_executed_scope(); in Transliterator_write_property()
201 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
220 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT()
1297 zend_class_entry *scope = zend_get_executed_scope();
3918 scope = zend_get_executed_scope(); in PHP_FUNCTION()
Completed in 76 milliseconds