Home
last modified time | relevance | path

Searched refs:scope (Results 176 – 197 of 197) sorted by relevance

12345678

/PHP-7.4/ext/spl/
H A Dspl_heap.c453 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
457 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
H A Dspl_directory.c466 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
511 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
535 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
2161 …->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.c790 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
H A Dspl_observer.c248 if (intern->fptr_get_hash->common.scope == spl_ce_SplObjectStorage) { in spl_object_storage_new_ex()
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c153 if (op_array->scope && zend_shared_alloc_get_xlat_entry(op_array->opcodes)) { in zend_persist_op_array_calc_ex()
H A DZendAccelerator.c3839 && function->common.scope == ce) { in preload_link()
4073 zend_class_entry *scope = op_array->scope; in preload_fix_trait_methods() local
4078 op_array->scope = scope; in preload_fix_trait_methods()
/PHP-7.4/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-7.4/Zend/
H A Dzend_vm_execute.h3947 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_CONST_HANDLER()
3948 if (clone->common.scope != scope) { in ZEND_CLONE_SPEC_CONST_HANDLER()
6121 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
13688 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
13689 if (clone->common.scope != scope) { in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
23949 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
30401 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_UNUSED_HANDLER()
30402 if (clone->common.scope != scope) { in ZEND_CLONE_SPEC_UNUSED_HANDLER()
30426 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER()
31991 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
[all …]
H A Dzend_compile.c1438 static zend_bool zend_verify_ct_const_access(zend_class_constant *c, zend_class_entry *scope) in zend_verify_ct_const_access() argument
1443 return c->ce == scope; in zend_verify_ct_const_access()
1447 if (ce == scope) { in zend_verify_ct_const_access()
4024 || !(fbc->common.scope->ce_flags & ZEND_ACC_LINKED) in zend_compile_static_call()
4125 if (CG(active_op_array)->scope) { in zend_compile_static_var_common()
4126 CG(active_op_array)->scope->ce_flags |= ZEND_HAS_STATIC_IN_METHODS; in zend_compile_static_var_common()
5756 op_array->scope = ce; in zend_begin_method_decl()
6955 if (op_array && ce && !op_array->scope && !(op_array->fn_flags & ZEND_ACC_CLOSURE)) { in zend_try_ct_eval_magic_const()
6959 if (op_array->scope) { in zend_try_ct_eval_magic_const()
6961 ZSTR_VAL(op_array->scope->name), ZSTR_LEN(op_array->scope->name), in zend_try_ct_eval_magic_const()
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE146 covered by this License; they are outside its scope. The act of
212 the scope of this License.
247 therefore falls outside the scope of this License.
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c1299 zend_class_entry *scope = zend_get_executed_scope(); local
1303 if (scope && len >= 5 && !memcmp("$this", input, 5)) {
H A Dphpdbg.c677 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
680 last_scope = cur->scope; in PHP_FUNCTION()
H A Dxml.md508 - variable: watched variable (may be a variable of another scope!)
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c291 ZEND_ARG_INFO(0, scope)
3722 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
3731 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
3758 scope, in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3896 zend_class_entry *scope; in PHP_FUNCTION() local
3902 scope = zend_get_executed_scope(); in PHP_FUNCTION()
3903 c = zend_get_constant_ex(const_name, scope, ZEND_FETCH_CLASS_SILENT); in PHP_FUNCTION()
3907 if (UNEXPECTED(zval_update_constant_ex(return_value, scope) != SUCCESS)) { in PHP_FUNCTION()
4986 if (!EX(prev_execute_data)->func->common.scope) {
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1305 func.scope = dbh_obj->std.ce; in pdo_hash_methods()
/PHP-7.4/ext/ldap/
H A Dldap.c1442 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search() argument
1585 …ldap_search_ext(ld->link, ZSTR_VAL(ldap_base_dn), scope, ZSTR_VAL(ldap_filter), ldap_attrs, ldap_a… in php_ldap_do_search()
1638 …errno = ldap_search_ext_s(ld->link, ZSTR_VAL(ldap_base_dn), scope, ZSTR_VAL(ldap_filter), ldap_att… in php_ldap_do_search()
/PHP-7.4/ext/oci8/tests/
H A Dbug43492.phpt33 be around. Also when the parent statement goes out of scope, it is
/PHP-7.4/
H A DUPGRADING206 . Added support for arrow functions with implicit by-value scope binding.
H A DNEWS713 . Fixed bug #79919 (Stack use-after-scope in define()). (cmb)
826 . Fixed bug #79683 (Fake reflection scope affects __toString()). (Nikita)
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2131 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c1636 …if (!call_info->callee_func->common.scope && (zv = zend_hash_find_ex(&func_info, Z_STR_P(CRT_CONST… in zend_get_func_info()

Completed in 364 milliseconds

12345678