Searched refs:zend_get_executed_scope (Results 1 – 9 of 9) sorted by relevance
107 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()
352 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()
529 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()
661 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function724 …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()
347 ZEND_API zend_class_entry *zend_get_executed_scope(void);
191 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()
1368 zend_class_entry *scope = zend_get_executed_scope();
525 scope = zend_get_executed_scope(); in PHP_FUNCTION()
Completed in 40 milliseconds