Searched refs:zend_get_executed_scope (Results 1 – 10 of 10) sorted by relevance
106 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()
306 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()
592 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function643 …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()
563 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()
319 ZEND_API zend_class_entry *zend_get_executed_scope(void);
239 scope = zend_get_executed_scope(); in Transliterator_write_property()
199 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
218 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT()
1299 zend_class_entry *scope = zend_get_executed_scope();
580 scope = zend_get_executed_scope(); in PHP_FUNCTION()
Completed in 53 milliseconds