Home
last modified time | relevance | path

Searched refs:scope (Results 226 – 239 of 239) sorted by relevance

12345678910

/php-src/sapi/phpdbg/
H A Dphpdbg.c649 } else if (cur->function_name != last_function || cur->scope != last_scope) { in PHP_FUNCTION()
652 last_scope = cur->scope; in PHP_FUNCTION()
H A Dphpdbg_watch.c1360 zend_class_entry *scope = zend_get_executed_scope(); local
1364 if (scope && len >= 5 && !memcmp("$this", input, 5)) {
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h684 if (func->op_array.filename == called_from->filename && !func->op_array.scope) { in zend_jit_may_be_modified()
H A Dzend_jit_helpers.c194 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame() local
196 return zend_vm_stack_push_call_frame(ZEND_CALL_NESTED_FUNCTION, fbc, num_args, scope); in zend_jit_push_static_metod_call_frame()
201 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame_tmp() local
210 return zend_vm_stack_push_call_frame(ZEND_CALL_NESTED_FUNCTION, fbc, num_args, scope); in zend_jit_push_static_metod_call_frame_tmp()
H A Dzend_jit_vm_helpers.c524 || func->common.scope)) { in zend_jit_trace_record_fake_init_call_ex()
H A Dzend_jit_ir.c10445 ir_LOAD_A(ir_ADD_OFFSET(ir_LOAD_A(jit_EX(func)), offsetof(zend_op_array, scope))));
10597 op_array->scope &&
13626 if (!op_array->scope || (op_array->fn_flags & ZEND_ACC_STATIC)) {
/php-src/ext/spl/
H A Dphp_spl.c625 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
H A Dspl_observer.c272 if (get_hash->common.scope != spl_ce_SplObjectStorage) { in spl_object_storage_new_ex()
/php-src/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-src/ext/odbc/
H A Dphp_odbc.c3311 SQLUSMALLINT type, scope, nullable;
3320 scope = (SQLUSMALLINT) vscope;
3346 scope,
/php-src/ext/opcache/
H A DZendAccelerator.c4167 zend_class_entry *scope = op_array->scope; local
4173 op_array->scope = scope;
/php-src/ext/ldap/
H A Dldap.c1428 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search() argument
1591 …ldap_search_ext(ld->link, ZSTR_VAL(ldap_base_dn), scope, ZSTR_VAL(ldap_filter), ldap_attrs, ldap_a… in php_ldap_do_search()
1649 …ldap_errno = ldap_search_ext_s(ld->link, ZSTR_VAL(ldap_base_dn), scope, ZSTR_VAL(ldap_filter), lda… in php_ldap_do_search()
/php-src/ext/pdo/
H A Dpdo_dbh.c1328 func.scope = dbh_obj->std.ce; in pdo_hash_methods()
/php-src/ext/simplexml/
H A Dsimplexml.c2146 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()

Completed in 128 milliseconds

12345678910