Home
last modified time | relevance | path

Searched refs:scope (Results 126 – 150 of 154) sorted by relevance

1234567

/PHP-5.5/Zend/
H A Dzend_execute.h154 ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC);
H A Dzend_vm_execute.h495 fbc->common.scope ? fbc->common.scope->name : "", in zend_do_fcall_common_helper_SPEC()
500 if (fbc->common.scope && in zend_do_fcall_common_helper_SPEC()
517 EX(current_scope) = EG(scope); in zend_do_fcall_common_helper_SPEC()
520 EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL; in zend_do_fcall_common_helper_SPEC()
636 EG(scope) = EX(current_scope); in zend_do_fcall_common_helper_SPEC()
3746 EG(scope) = ce; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
3748 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
15614 EG(scope) = ce; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
15616 EG(scope) = old_scope; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
25266 EG(scope) = ce; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
[all …]
H A DZEND_CHANGES1050 returning a value from the global scope of the included file or
1052 the global scope of foo.inc, include('foo.inc') would evaluate
1124 member functions or from the global scope.
1148 * The scope of break and continue is local to that of an
H A Dzend_opcode.c85 op_array->scope = NULL; in init_op_array()
H A Dzend_execute.c585 if (zf->common.scope) { in zend_verify_arg_error()
587 fclass = zf->common.scope->name; in zend_verify_arg_error()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1236 old_scope = EG(scope); in set_zval_property()
1237 EG(scope) = Z_OBJCE_P(object); in set_zval_property()
1240 EG(scope) = old_scope; in set_zval_property()
1252 old_scope = EG(scope); in get_zval_property()
1253 EG(scope) = Z_OBJCE_P(object); in get_zval_property()
1260 EG(scope) = old_scope; in get_zval_property()
1266 EG(scope) = old_scope; in get_zval_property()
1286 old_scope = EG(scope); in unset_zval_property()
1287 EG(scope) = Z_OBJCE_P(object); in unset_zval_property()
1289 EG(scope) = old_scope; in unset_zval_property()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c386 …if (!EG(exception) && (!object->endChildren || object->endChildren->common.scope != spl_ce_Recursi… in spl_recursive_it_rewind_ex()
524 if (intern->beginIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
528 if (intern->endIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
532 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
536 if (intern->callGetChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
540 if (intern->beginChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
544 if (intern->endChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
548 if (intern->nextElement->common.scope == ce_base) { in spl_recursive_it_it_construct()
H A Dspl_heap.c460 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
464 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
H A Dspl_directory.c454 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
498 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
520 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
2194 …->flags, SPL_FILE_OBJECT_READ_CSV) || intern->u.file.func_getCurr->common.scope != spl_ce_SplFileO… in spl_filesystem_file_read_line_ex()
H A Dphp_spl.c733 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
H A Dspl_observer.c286 if (intern->fptr_get_hash->common.scope == spl_ce_SplObjectStorage) { in spl_object_storage_new_ex()
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt14 * scope related :
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c490 fcc.calling_scope = EG(scope); in pdo_stmt_construct()
1314 ifunc->scope = dbh->std.ce; in pdo_hash_methods()
H A Dpdo_stmt.c779 fcc->calling_scope = EG(scope); in do_fetch_class_prepare()
2724 ctor.scope = pdo_row_ce; in row_get_ctor()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c295 ZEND_ARG_INFO(0, scope)
3650 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
3659 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
3684 scope, in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c626 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search() argument
750 rcs[i] = ldap_search(ld->link, ldap_base_dn, scope, ldap_filter, ldap_attrs, ldap_attrsonly); in php_ldap_do_search()
792 …errno = ldap_search_s(ld->link, ldap_base_dn, scope, ldap_filter, ldap_attrs, ldap_attrsonly, &lda… in php_ldap_do_search()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1327 fcc.calling_scope = EG(scope); in php_mysqli_fetch_into_hash()
/PHP-5.5/main/streams/
H A Duserspace.c317 fcc.calling_scope = EG(scope); in user_stream_create_object()
/PHP-5.5/ext/oci8/tests/
H A Dbug43492.phpt33 be around. Also when the parent statement goes out of scope, it is
/PHP-5.5/ext/standard/
H A Darray.c1364 …r_name_len == sizeof("this")-1 && !strcmp(var_name, "this") && EG(scope) && EG(scope)->name_lengt… in PHP_FUNCTION()
H A Dbasic_functions.c4919 if (!EG(active_op_array)->scope) {
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2206 fcc.calling_scope = EG(scope);
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2124 if (intern->fptr_count->common.scope == parent) { in php_sxe_object_new()
/PHP-5.5/
H A DNEWS553 defined in class scope). (Laruence)
1472 . Fixed bug #65911 (scope resolution operator - strange behavior with $this).
2392 . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
5749 . Substitute global-scope, persistent constants with their values at compile
6160 - Fixed bug #47320 ($php_errormsg out of scope in functions). (Dmitry)
6752 - Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address
7339 - Fixed bug #41724 (libxml_get_last_error() - errors service request scope).
8696 - Fixed bug #37046 (foreach breaks static scope). (Dmitry)
9298 scope). (Dmitry)

Completed in 315 milliseconds

1234567