Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_objects.c107 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
128 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
H A Dzend_object_handlers.c352 scope = zend_get_executed_scope(); in zend_get_property_offset()
448 scope = zend_get_executed_scope(); in zend_get_property_info()
776 scope = zend_get_executed_scope(); in verify_readonly_initialization_access()
1381 scope = zend_get_executed_scope(); in zend_std_get_method()
1457 zend_class_entry *scope = zend_get_executed_scope(); in zend_std_get_static_method()
1535 scope = zend_get_executed_scope(); in zend_std_get_static_property_with_info()
1624 scope = zend_get_executed_scope(); in zend_std_get_constructor()
H A Dzend_builtin_functions.c529 if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT)) { in ZEND_FUNCTION()
547 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()
589 ce = zend_get_executed_scope(); in ZEND_FUNCTION()
730 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
841 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
H A Dzend_execute_API.c661 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function
724 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()
1300 new_op_array->scope = zend_get_executed_scope(); in zend_eval_stringl()
1643 scope = zend_get_executed_scope(); in zend_fetch_class()
1649 scope = zend_get_executed_scope(); in zend_fetch_class()
H A Dzend_execute.h347 ZEND_API zend_class_entry *zend_get_executed_scope(void);
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_print.c191 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT()
H A Dphpdbg_list.c195 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
H A Dphpdbg_watch.c1368 zend_class_entry *scope = zend_get_executed_scope();
/PHP-8.2/ext/standard/
H A Dbasic_functions.c525 scope = zend_get_executed_scope(); in PHP_FUNCTION()

Completed in 40 milliseconds