Home
last modified time | relevance | path

Searched refs:scope (Results 201 – 225 of 235) sorted by relevance

12345678910

/php-src/ext/opcache/jit/
H A Dzend_jit.c607 if (ce == op_array->scope) { in zend_get_known_property_info()
727 if (op_array->scope) { in zend_jit_func_name()
728 smart_str_appendl(&buf, ZSTR_VAL(op_array->scope->name), ZSTR_LEN(op_array->scope->name)); in zend_jit_func_name()
1287 op_array->scope ? ZSTR_VAL(op_array->scope->name) : "", in zend_jit()
1288 op_array->scope ? "::" : "", in zend_jit()
1727 ce = op_array->scope; in zend_jit()
1775 ce = op_array->scope; in zend_jit()
1816 ce = op_array->scope; in zend_jit()
2286 ce = op_array->scope; in zend_jit()
2437 ce = op_array->scope; in zend_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()
/php-src/tests/lang/
H A Dbug20175.phpt38 * after the function call bar_global() is done in current local scope.
/php-src/Zend/Optimizer/
H A Dssa_integrity.c100 op_array->scope ? ZSTR_VAL(op_array->scope->name) : "", \
H A Dzend_dump.c920 if (op_array->scope && op_array->scope->name) { in zend_dump_op_array_name()
921 fprintf(stderr, "%s::%s", op_array->scope->name->val, op_array->function_name->val); in zend_dump_op_array_name()
/php-src/Zend/
H A Dzend_compile.c1331 if (scope) { in resolve_class_name()
1333 name = scope->name; in resolve_class_name()
1335 name = scope->parent->name; in resolve_class_name()
1786 return c->ce == scope; in zend_verify_ct_const_access()
1790 if (ce == scope) { in zend_verify_ct_const_access()
2926 return op_array->scope != NULL in this_guaranteed_exists()
5125 if (CG(active_op_array)->scope) { in zend_compile_static_var_common()
5154 if (CG(active_op_array)->scope) { in zend_compile_static_var()
7320 zend_class_entry *scope = op_array->scope; in zend_compile_params() local
7674 op_array->scope = ce; in zend_begin_method_decl()
[all …]
H A Dzend_vm_def.h5266 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
5292 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
5855 zend_class_entry *ce, *scope; variable
5896 scope = EX(func)->op_array.scope;
5897 if (clone->common.scope != scope) {
5932 zend_class_entry *ce, *scope; variable
5996 scope = EX(func)->op_array.scope;
6446 new_op_array->scope = EX(func)->op_array.scope;
8757 scope = EX(func)->op_array.scope;
8758 if (UNEXPECTED(scope == NULL)) {
[all …]
H A Dzend_opcode.c74 op_array->scope = NULL; in init_op_array()
157 if (!function->common.scope) { in zend_function_dtor()
470 if (fn->common.scope == ce) { in destroy_zend_class()
H A Dzend_vm_execute.h4965 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_CONST_HANDLER()
4966 if (clone->common.scope != scope) { in ZEND_CLONE_SPEC_CONST_HANDLER()
7377 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
8542 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER()
14896 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
15226 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER()
25260 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
32715 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_UNUSED_HANDLER()
32757 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER()
39849 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_CV_HANDLER()
[all …]
/php-src/ext/zend_test/
H A Dtest.c763 fptr->scope = (*object)->ce; in zend_test_class_method_get()
787 fptr->scope = ce; in zend_test_class_static_method_get()
798 …ttribute_validate_zendtestattribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in zend_attribute_validate_zendtestattribute() argument
/php-src/ext/odbc/
H A Dodbc.stub.php431 …n $odbc, int $type, ?string $catalog, string $schema, string $table, int $scope, int $nullable): O…
H A Dodbc_arginfo.h216 ZEND_ARG_TYPE_INFO(0, scope, IS_LONG, 0)
/php-src/ext/spl/
H A Dspl_array.c196 if (intern->fptr_offset_get->common.scope == parent) { in spl_array_object_new_ex()
200 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
204 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
208 if (intern->fptr_offset_del->common.scope == parent) { in spl_array_object_new_ex()
213 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
H A Dspl_iterators.c457 …if (!EG(exception) && (!object->endChildren || object->endChildren->common.scope != spl_ce_Recursi… in spl_recursive_it_rewind_ex()
609 if (intern->beginIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
613 if (intern->endIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
617 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
621 if (intern->callGetChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
625 if (intern->beginChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
629 if (intern->endChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
633 if (intern->nextElement->common.scope == ce_base) { in spl_recursive_it_it_construct()
H A Dspl_fixedarray.c41 …l_ce_SplFixedArray && (object)->ce->arrayaccess_funcs_ptr->method->common.scope != spl_ce_SplFixed…
304 if (fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
H A Dspl_heap.c456 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
461 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
H A Dspl_directory.c494 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
534 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
563 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
1968 if (intern->u.file.func_getCurr->common.scope != spl_ce_SplFileObject) { in spl_filesystem_file_read_line_ex()
H A Dphp_spl.c627 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
/php-src/ext/standard/
H A Dbasic_functions.c512 zend_class_entry *scope; in PHP_FUNCTION() local
518 scope = zend_get_executed_scope(); in PHP_FUNCTION()
519 c = zend_get_constant_ex(const_name, scope, ZEND_FETCH_CLASS_EXCEPTION); in PHP_FUNCTION()
526 if (UNEXPECTED(zval_update_constant_ex(return_value, scope) != SUCCESS)) { in PHP_FUNCTION()
1511 if (!EX(prev_execute_data) || !EX(prev_execute_data)->func->common.scope) {
/php-src/ext/ffi/
H A Dffi_arginfo.h126 ZEND_METHOD(FFI, scope);
161 ZEND_ME(FFI, scope, arginfo_class_FFI_scope, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt9 * scope related :
/php-src/ext/com_dotnet/
H A Dcom_handlers.c310 f.scope = obj->ce; in com_method_get()
/php-src/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-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()
/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.

Completed in 315 milliseconds

12345678910