Searched refs:zend_get_executed_scope (Results 1 – 9 of 9) sorted by relevance
131 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()
704 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function774 …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()
570 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()
398 ZEND_API zend_class_entry *zend_get_executed_scope(void);
346 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()
189 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT()
195 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
1365 zend_class_entry *scope = zend_get_executed_scope();
525 scope = zend_get_executed_scope(); in PHP_FUNCTION()
Completed in 47 milliseconds