Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_objects.c106 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
127 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
H A Dzend_object_handlers.c306 scope = zend_get_executed_scope(); in zend_get_property_offset()
402 scope = zend_get_executed_scope(); in zend_get_property_info()
1226 scope = zend_get_executed_scope(); in zend_std_get_method()
1323 scope = zend_get_executed_scope(); in zend_std_get_static_method()
1389 scope = zend_get_executed_scope(); in zend_std_get_static_property_with_info()
1476 scope = zend_get_executed_scope(); in zend_std_get_constructor()
H A Dzend_execute_API.c592 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function
643 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()
1189 new_op_array->scope = zend_get_executed_scope(); in zend_eval_stringl()
1466 scope = zend_get_executed_scope(); in zend_fetch_class()
1472 scope = zend_get_executed_scope(); in zend_fetch_class()
H A Dzend_builtin_functions.c563 if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT)) { in ZEND_FUNCTION()
581 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()
623 ce = zend_get_executed_scope(); in ZEND_FUNCTION()
763 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
894 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
H A Dzend_execute.h319 ZEND_API zend_class_entry *zend_get_executed_scope(void);
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c239 scope = zend_get_executed_scope(); in Transliterator_write_property()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c199 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
H A Dphpdbg_print.c218 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-8.0/ext/standard/
H A Dbasic_functions.c580 scope = zend_get_executed_scope(); in PHP_FUNCTION()

Completed in 61 milliseconds