Home
last modified time | relevance | path

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

12345678

/PHP-7.3/ext/spl/
H A Dphp_spl.c786 } 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.3/ext/pdo/
H A Dpdo_dbh.c1324 func.scope = dbh_obj->std.ce; in pdo_hash_methods()
/PHP-7.3/ext/ldap/
H A Dldap.c1467 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search() argument
1610 …ldap_search_ext(ld->link, ZSTR_VAL(ldap_base_dn), scope, ZSTR_VAL(ldap_filter), ldap_attrs, ldap_a… in php_ldap_do_search()
1663 …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.3/sapi/phpdbg/
H A Dxml.md508 - variable: watched variable (may be a variable of another scope!)
/PHP-7.3/ext/oci8/tests/
H A Dbug43492.phpt33 be around. Also when the parent statement goes out of scope, it is
/PHP-7.3/Zend/
H A Dzend_compile.c4287 if (CG(active_op_array)->scope) { in zend_compile_static_var_common()
4288 CG(active_op_array)->scope->ce_flags |= ZEND_HAS_STATIC_IN_METHODS; in zend_compile_static_var_common()
5817 op_array->scope = ce; in zend_begin_method_decl()
6913 …if ((op_array && !op_array->scope && op_array->function_name) || (op_array->fn_flags & ZEND_ACC_CL… in zend_try_ct_eval_magic_const()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c2112 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY265 2016/05/20: declare variables at the top of scope. (thanks nmaya)
843 and node_new_cclass_by_codepoint_range() scope to static.
/PHP-7.3/
H A DNEWS197 . Fixed bug #79919 (Stack use-after-scope in define()). (cmb)
1780 object scope). (Nikita)
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_func_info.c1697 …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 75 milliseconds

12345678