Home
last modified time | relevance | path

Searched refs:zend_get_executed_scope (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_object_handlers.c337 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 …]
H A Dzend_objects.c90 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()
H A Dzend_execute_API.c496 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function
582 …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()
H A Dzend_builtin_functions.c932 …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()
H A Dzend_execute.h300 ZEND_API zend_class_entry *zend_get_executed_scope(void);
H A Dzend_API.c3060 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()
/PHP-7.3/ext/intl/transliterator/
H A Dtransliterator_class.c267 scope = zend_get_executed_scope(); in Transliterator_write_property()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_list.c201 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
H A Dphpdbg_print.c220 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT()
H A Dphpdbg_watch.c1297 zend_class_entry *scope = zend_get_executed_scope();
/PHP-7.3/ext/standard/
H A Dbasic_functions.c3918 scope = zend_get_executed_scope(); in PHP_FUNCTION()

Completed in 76 milliseconds