Home
last modified time | relevance | path

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

12345678910

/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.c1333 if (scope) { in resolve_class_name()
1335 name = scope->name; in resolve_class_name()
1337 name = scope->parent->name; in resolve_class_name()
1788 return c->ce == scope; in zend_verify_ct_const_access()
1792 if (ce == scope) { in zend_verify_ct_const_access()
2932 } else if (op_array->scope) { in this_guaranteed_exists()
5137 if (CG(active_op_array)->scope) { in zend_compile_static_var_common()
5166 if (CG(active_op_array)->scope) { in zend_compile_static_var()
7332 zend_class_entry *scope = op_array->scope; in zend_compile_params() local
7686 op_array->scope = ce; in zend_begin_method_decl()
[all …]
H A Dzend_vm_def.h5267 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
5293 EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
5856 zend_class_entry *ce, *scope; variable
5897 scope = EX(func)->op_array.scope;
5898 if (clone->common.scope != scope) {
5933 zend_class_entry *ce, *scope; variable
5997 scope = EX(func)->op_array.scope;
6447 new_op_array->scope = EX(func)->op_array.scope;
8759 scope = EX(func)->op_array.scope;
8760 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.h4968 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_CONST_HANDLER()
4969 if (clone->common.scope != scope) { in ZEND_CLONE_SPEC_CONST_HANDLER()
7380 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()
8545 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER()
14898 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
15228 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER()
25261 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER()
32716 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_UNUSED_HANDLER()
32758 scope = EX(func)->op_array.scope; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER()
39850 scope = EX(func)->op_array.scope; in ZEND_CLONE_SPEC_CV_HANDLER()
[all …]
H A Dzend_generators.c1034 if (func->common.scope) { in ZEND_METHOD()
1035 zend_string *class_name = func->common.scope->name; in ZEND_METHOD()
/php-src/ext/opcache/jit/
H A Dzend_jit.c608 if (ce == op_array->scope) { in zend_get_known_property_info()
728 if (op_array->scope) { in zend_jit_func_name()
729 smart_str_appendl(&buf, ZSTR_VAL(op_array->scope->name), ZSTR_LEN(op_array->scope->name)); in zend_jit_func_name()
1288 op_array->scope ? ZSTR_VAL(op_array->scope->name) : "", in zend_jit()
1289 op_array->scope ? "::" : "", in zend_jit()
1744 ce = op_array->scope; in zend_jit()
1795 ce = op_array->scope; in zend_jit()
1839 ce = op_array->scope; in zend_jit()
2317 ce = op_array->scope; in zend_jit()
2471 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/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/zend_test/
H A Dtest.c775 fptr->scope = (*object)->ce; in zend_test_class_method_get()
799 fptr->scope = ce; in zend_test_class_static_method_get()
810 …ttribute_validate_zendtestattribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in zend_attribute_validate_zendtestattribute() argument
/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.c456 …if (!EG(exception) && (!object->endChildren || object->endChildren->common.scope != spl_ce_Recursi… in spl_recursive_it_rewind_ex()
608 if (intern->beginIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
612 if (intern->endIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
616 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
620 if (intern->callGetChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
624 if (intern->beginChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
628 if (intern->endChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
632 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()

Completed in 293 milliseconds

12345678910