| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 486 fcc.called_scope = Z_OBJCE_P(object);
|
| H A D | pdo_stmt.c | 780 fcc->called_scope = ce;
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 1360 fcc.called_scope = Z_OBJCE_P(reflector_ptr); 1774 fcc.called_scope = NULL; 1841 fcc.called_scope = NULL; 2633 fcc.called_scope = intern->ce; 2742 fcc.called_scope = intern->ce; 3932 fcc.called_scope = Z_OBJCE_P(return_value); 4012 fcc.called_scope = Z_OBJCE_P(return_value);
|
| /PHP_5_3/ext/sqlite/ |
| H A D | sqlite.c | 2464 fcc.called_scope = Z_OBJCE_P(return_value);
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 4923 if (EG(called_scope) && 4924 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { 4925 fci_cache.called_scope = EG(called_scope); 4953 if (EG(called_scope) && 4954 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { 4955 fci_cache.called_scope = EG(called_scope);
|
| /PHP_5_3/main/streams/ |
| H A D | userspace.c | 316 fcc.called_scope = Z_OBJCE_P(us->object);
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 2372 fcc->called_scope = EG(called_scope); 2386 fcc->called_scope = EG(called_scope); 2396 if (!EG(called_scope)) { 2399 fcc->called_scope = EG(called_scope); 2400 fcc->calling_scope = EG(called_scope); 2415 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); 2417 fcc->called_scope [all...] |
| H A D | zend_compile.h | 313 zend_class_entry *called_scope; member in struct:_zend_execute_data
|
| H A D | zend_constants.c | 331 if (EG(called_scope)) { 332 ce = EG(called_scope);
|
| H A D | zend_execute.h | 344 static inline void zend_arg_types_stack_3_pop(zend_ptr_stack *stack, zend_class_entry **called_scope, zval **object, zend_function **fbc) argument 350 *called_scope = (zend_class_entry *) a;
|
| H A D | zend_globals.h | 200 zend_class_entry *called_scope; /* Scope of the calling class */ member in struct:_zend_executor_globals
|
| H A D | zend_interfaces.c | 88 fcic.called_scope = Z_OBJCE_PP(object_pp); 90 !(EG(called_scope) && 91 instanceof_function(EG(called_scope), obj_ce TSRMLS_CC))) { 92 fcic.called_scope = obj_ce; 94 fcic.called_scope = EG(called_scope);
|
| H A D | zend_builtin_functions.c | 756 if (EG(called_scope)) { 757 RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1);
|
| H A D | zend_API.h | 59 zend_class_entry *called_scope; member in struct:_zend_fcall_info_cache
|
| H A D | zend_execute_API.c | 200 EG(called_scope) = NULL; 770 zend_class_entry *called_scope = NULL; local 837 called_scope = fci_cache->called_scope; 921 current_called_scope = EG(called_scope); 922 if (called_scope) { 923 EG(called_scope) = called_scope; 925 EG(called_scope) = NULL; 1030 EG(called_scope) [all...] |
| H A D | zend_vm_def.h | 1922 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); 1946 EX(called_scope) = Z_OBJCE_P(EX(object)); variable 1977 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); 1988 EX(called_scope) = ce; variable 1993 EX(called_scope) = EG(called_scope); variable 1995 EX(called_scope) = ce; variable 2064 EX(called_scope) = Z_OBJCE_P(EX(object)); variable 2079 zend_ptr_stack_3_push(&EG(arg_types_stack), EX(fbc), EX(object), EX(called_scope)); 2091 Z_OBJ_HANDLER_P(function_name, get_closure)(function_name, &EX(called_scope), 2951 EX(called_scope) = EX_T(opline->op1.u.var).class_entry; variable 4326 EX(called_scope) = (zend_class_entry*)zend_ptr_stack_pop(&EG(arg_types_stack)); variable 4338 EX(called_scope) = DECODE_CTOR(EX(called_scope)); variable [all...] |
| H A D | zend_vm_execute.h | 66 EX(called_scope) = NULL; 225 if (EG(exception) && IS_CTOR_CALL(EX(called_scope))) { 226 if (IS_CTOR_USED(EX(called_scope))) { 237 EG(called_scope) = EX(current_called_scope); 240 EX(called_scope) = DECODE_CTOR(EX(called_scope)); 294 EX(current_called_scope) = EG(called_scope); 297 EG(called_scope) = EX(called_scope); 300 zend_arg_types_stack_3_pop(&EG(arg_types_stack), &EX(called_scope), [all...] |
| /PHP_5_3/ext/spl/ |
| H A D | spl_directory.c | 2130 fcic.called_scope = NULL;
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli.c | 1309 fcc.called_scope = Z_OBJCE_P(return_value);
|
| /PHP_5_3/ext/mysql/ |
| H A D | php_mysql.c | 2165 fcc.called_scope = Z_OBJCE_P(return_value);
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.c | 2573 fcc.called_scope = Z_OBJCE_P(return_value);
|