Searched refs:calling_scope (Results 1 - 14 of 14) sorted by relevance

/PHP_TRUNK/ext/pdo/
H A Dpdo_dbh.c487 fcc.calling_scope = EG(scope);
H A Dpdo_stmt.c779 fcc->calling_scope = EG(scope);
/PHP_TRUNK/ext/spl/
H A Dphp_spl.c496 alfi.ce = fcc.calling_scope;
539 alfi.ce = fcc.calling_scope;
H A Dspl_directory.c2119 fcic.calling_scope = NULL;
/PHP_TRUNK/main/streams/
H A Duserspace.c317 fcc.calling_scope = EG(scope);
/PHP_TRUNK/ext/pgsql/
H A Dpgsql.c2587 fcc.calling_scope = EG(scope);
/PHP_TRUNK/Zend/
H A Dzend_interfaces.c86 fcic.calling_scope = obj_ce;
H A Dzend_API.c2682 fcc->calling_scope = EG(scope);
2696 fcc->calling_scope = EG(scope)->parent;
2709 fcc->calling_scope = EG(called_scope);
2719 fcc->calling_scope = *pce;
2722 instanceof_function(scope, fcc->calling_scope TSRMLS_CC)) {
2726 fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope;
2740 zend_class_entry *ce_org = fcc->calling_scope;
2753 fcc->calling_scope = NULL;
2801 ftable = &fcc->calling_scope->function_table;
2802 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope TSRMLS_C
[all...]
H A Dzend_execute_API.c742 zend_class_entry *calling_scope = NULL; local
809 calling_scope = fci_cache->calling_scope;
887 EG(scope) = calling_scope;
1104 fcall_cache.calling_scope = NULL;
H A Dzend_API.h58 zend_class_entry *calling_scope; member in struct:_zend_fcall_info_cache
/PHP_TRUNK/ext/reflection/
H A Dphp_reflection.c1409 fcc.calling_scope = ce_ptr;
1925 fcc.calling_scope = EG(scope);
1992 fcc.calling_scope = EG(scope);
2897 fcc.calling_scope = obj_ce;
3006 fcc.calling_scope = obj_ce;
4242 fcc.calling_scope = EG(scope);
4347 fcc.calling_scope = EG(scope);
/PHP_TRUNK/ext/mysqli/
H A Dmysqli.c1320 fcc.calling_scope = EG(scope);
/PHP_TRUNK/ext/mysql/
H A Dphp_mysql.c2206 fcc.calling_scope = EG(scope);
/PHP_TRUNK/ext/standard/
H A Dbasic_functions.c4916 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4946 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {

Completed in 63 milliseconds