Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_objects.c110 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
129 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
H A Dzend_execute_API.c543 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function
629 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()
1091 new_op_array->scope = zend_get_executed_scope(); in zend_eval_stringl()
1378 scope = zend_get_executed_scope(); in zend_fetch_class()
1384 scope = zend_get_executed_scope(); in zend_fetch_class()
H A Dzend_object_handlers.c417 scope = zend_get_executed_scope(); in zend_get_property_offset()
513 scope = zend_get_executed_scope(); in zend_get_property_info()
1356 scope = zend_get_executed_scope(); in zend_std_get_method()
1453 scope = zend_get_executed_scope(); in zend_std_get_static_method()
1514 scope = zend_get_executed_scope(); in zend_std_get_static_property_with_info()
1598 scope = zend_get_executed_scope(); in zend_std_get_constructor()
H A Dzend_builtin_functions.c945 …if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT | ZEND_GET_CONST… in ZEND_FUNCTION()
964 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()
992 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()
1013 ce = zend_get_executed_scope(); in ZEND_FUNCTION()
1171 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
1319 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
H A Dzend_execute.h303 ZEND_API zend_class_entry *zend_get_executed_scope(void);
H A Dzend_API.c3077 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3120 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3140 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3227 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3402 …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.4/ext/intl/transliterator/
H A Dtransliterator_class.c268 scope = zend_get_executed_scope(); in Transliterator_write_property()
/PHP-7.4/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.c1299 zend_class_entry *scope = zend_get_executed_scope();
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3902 scope = zend_get_executed_scope(); in PHP_FUNCTION()

Completed in 62 milliseconds