Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_objects.c131 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
152 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
H A Dzend_execute_API.c704 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function
774 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()
1350 new_op_array->scope = zend_get_executed_scope(); in zend_eval_stringl()
1707 scope = zend_get_executed_scope(); in zend_fetch_class()
1713 scope = zend_get_executed_scope(); in zend_fetch_class()
H A Dzend_builtin_functions.c570 if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT)) { in ZEND_FUNCTION()
588 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()
638 ce = zend_get_executed_scope(); in ZEND_FUNCTION()
780 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
915 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
H A Dzend_execute.h398 ZEND_API zend_class_entry *zend_get_executed_scope(void);
H A Dzend_object_handlers.c346 return zend_get_executed_scope(); in get_fake_or_executed_scope()
1796 scope = zend_get_executed_scope(); in zend_std_get_method()
1872 zend_class_entry *scope = zend_get_executed_scope(); in zend_std_get_static_method()
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c189 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.c1365 zend_class_entry *scope = zend_get_executed_scope();
/php-src/ext/standard/
H A Dbasic_functions.c525 scope = zend_get_executed_scope(); in PHP_FUNCTION()

Completed in 47 milliseconds