Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 274) sorted by relevance

1234567891011

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c885 common->mark_ptr = common->ovector_start; in check_opcode_types()
3361 read_char_range(common, common->nlmin, common->nlmax, TRUE); in mainloop_entry()
4610 read_char_range(common, common->nlmin, common->nlmax, TRUE); in fast_forward_newline()
6103 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_simple_assertion_matchingpath()
6167 peek_char(common, common->nlmax); in compile_simple_assertion_matchingpath()
6203 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_simple_assertion_matchingpath()
6303 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
6376 read_char_range(common, common->bsr_nlmin, common->bsr_nlmax, FALSE); in compile_char1_matchingpath()
9306 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
10902 common->nlmax = common->newline & 0xff; in PRIV()
[all …]
/PHP-7.2/Zend/
H A Dzend_inheritance.c291 if (proto->common.required_num_args < fe->common.required_num_args in zend_do_perform_implementation_check()
292 || proto->common.num_args > fe->common.num_args) { in zend_do_perform_implementation_check()
314 if (fe->common.num_args >= proto->common.num_args) { in zend_do_perform_implementation_check()
329 proto_arg_info = &proto->common.arg_info[proto->common.num_args]; in zend_do_perform_implementation_check()
593 …} else if (!(parent->common.fn_flags & ZEND_ACC_CTOR) || (parent->common.prototype && (parent->com… in do_inheritance_check_on_method()
595 child->common.prototype = parent->common.prototype ? parent->common.prototype : parent; in do_inheritance_check_on_method()
609 child->common.prototype->common.fn_flags & ZEND_ACC_ABSTRACT in do_inheritance_check_on_method()
1200 ZSTR_VAL(fn->common.scope->name), ZSTR_VAL(fn->common.function_name), in zend_add_trait_method()
1230 fn->common.scope = ce; in zend_fixup_trait_method()
1262 …fn_copy.common.fn_flags = alias->modifiers | (fn->common.fn_flags ^ (fn->common.fn_flags & ZEND_AC… in zend_traits_copy_functions()
[all …]
H A Dzend_closures.c82 ZSTR_VAL(func->common.scope->name), in zend_valid_closure_binding()
87 } else if (!(func->common.fn_flags & ZEND_ACC_STATIC) && func->common.scope in zend_valid_closure_binding()
203 ce = closure->func.common.scope; in ZEND_METHOD()
212 ce = closure->func.common.scope; in ZEND_METHOD()
285 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
355 invoke->common = closure->func.common; in zend_get_closure_invoke_method()
521 (closure->func.common.num_args || in zend_closure_get_debug_info()
671 || func->common.scope != scope in zend_create_closure()
677 func->common.scope = scope; in zend_create_closure()
704 if (!func->common.scope) { in zend_create_closure()
[all …]
H A Dzend_API.c2099 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
2105 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
2111 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
2117 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
2123 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
2131 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
2285 if (reg_function->common.arg_info && reg_function->common.num_args) { in zend_register_functions()
4301 !f->common.scope || in zend_resolve_method_name()
4303 return f->common.function_name; in zend_resolve_method_name()
4310 return f->common.function_name; in zend_resolve_method_name()
[all …]
H A Dzend_opcode.c111 ZEND_ASSERT(function->common.function_name); in destroy_zend_function()
112 zend_string_release(function->common.function_name); in destroy_zend_function()
114 if (function->common.arg_info && in destroy_zend_function()
117 uint32_t num_args = function->common.num_args + 1; in destroy_zend_function()
138 ZEND_ASSERT(function->common.function_name); in zend_function_dtor()
143 ZEND_ASSERT(function->common.function_name); in zend_function_dtor()
144 zend_string_release(function->common.function_name); in zend_function_dtor()
147 !function->common.scope && function->common.arg_info) { in zend_function_dtor()
150 uint32_t num_args = function->common.num_args + 1; in zend_function_dtor()
338 fn->common.scope == ce) { in destroy_zend_class()
[all …]
H A Dzend_builtin_functions.c1243 scope == mptr->common.scope)))) { in ZEND_FUNCTION()
1251 mptr->common.scope == ce || in ZEND_FUNCTION()
2275 if (func->common.scope && func->common.scope->trait_aliases) { in ZEND_FUNCTION()
2292 if (func->common.scope) { in ZEND_FUNCTION()
2301 } else if (func->common.scope) { in ZEND_FUNCTION()
2302 class_name = func->common.scope->name; in ZEND_FUNCTION()
2358 && !func->common.scope in ZEND_FUNCTION()
2509 function_name = (func->common.scope && in zend_fetch_debug_backtrace()
2513 func->common.function_name; in zend_fetch_debug_backtrace()
2524 if (func->common.scope) { in zend_fetch_debug_backtrace()
[all …]
H A Dzend_execute_API.c417 zend_class_entry *ce = func->common.scope; in get_active_class_name()
453 return ZSTR_VAL(func->common.function_name); in get_active_function_name()
518 return ex->func->common.scope; in zend_get_executed_scope()
751 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function()
752 func->common.scope ? "::" : "", in zend_call_function()
753 ZSTR_VAL(func->common.function_name)); in zend_call_function()
777 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function()
778 func->common.scope ? "::" : "", in zend_call_function()
779 ZSTR_VAL(func->common.function_name)); in zend_call_function()
1458 if (fn->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_verify_abstract_class_function()
[all …]
H A Dzend_object_handlers.h162 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
187 EG(trampoline).common.function_name = NULL; \
H A Dzend_execute.c652 if (zf->common.scope) { in zend_verify_type_error_common()
881 cur_arg_info = &zf->common.arg_info[zf->common.num_args]; in zend_verify_arg_type()
919 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
925 EX(func)->common.required_num_args == EX(func)->common.num_args ? "exactly" : "at least", in zend_missing_arg_error()
929 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
933 EX(func)->common.required_num_args == EX(func)->common.num_args ? "exactly" : "at least", in zend_missing_arg_error()
975 if (zf->common.scope) { in zend_verify_void_return_error()
2594 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_init_dynamic_call_string()
2602 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_init_dynamic_call_string()
2721 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_init_dynamic_call_array()
[all …]
H A Dzend_object_handlers.c1068 if (fbc->common.scope == ce && scope == ce) { in zend_check_private_int()
1080 if (fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_check_private_int()
1081 && fbc->common.scope == scope) { in zend_check_private_int()
1136 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1153 func->scope = fbc->common.scope; in zend_get_call_trampoline_func()
1239 if (priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_std_get_method()
1240 && priv_fbc->common.scope == scope) { in zend_std_get_method()
1246 if (fbc->common.fn_flags & ZEND_ACC_PROTECTED) { in zend_std_get_method()
1350 } else if ((fbc->common.fn_flags & ZEND_ACC_PROTECTED)) { in zend_std_get_static_method()
1435 if (UNEXPECTED(constructor->common.scope != scope)) { in zend_std_get_constructor()
[all …]
/PHP-7.2/ext/opcache/
H A Dshared_alloc_posix.c35 zend_shared_segment common; member
66 …shared_segment->common.p = mmap(0, requested_size, PROT_READ | PROT_WRITE, MAP_SHARED, shared_segm… in create_segments()
67 if (shared_segment->common.p == MAP_FAILED) { in create_segments()
74 shared_segment->common.pos = 0; in create_segments()
75 shared_segment->common.size = requested_size; in create_segments()
82 munmap(shared_segment->common.p, shared_segment->common.size); in detach_segment()
H A Dshared_alloc_shm.c50 zend_shared_segment common; member
113 shared_segments[i].common.p = shmat(shared_segments[i].shm_id, NULL, 0); in create_segments()
114 if (shared_segments[i].common.p == (void *)-1) { in create_segments()
121 shared_segments[i].common.pos = 0; in create_segments()
122 shared_segments[i].common.size = allocate_size; in create_segments()
130 shmdt(shared_segment->common.p); in detach_segment()
/PHP-7.2/ext/spl/
H A Dspl_engine.h38 …zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.f… in spl_instantiate_arg_ex1()
49 …zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.f… in spl_instantiate_arg_ex2()
65 ZVAL_STR(&fci.function_name, func->common.function_name); in spl_instantiate_arg_n()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_print.c64 if (method->common.scope) { in phpdbg_print_function_helper()
68 ZSTR_VAL(method->common.scope->name), in phpdbg_print_function_helper()
69 ZSTR_VAL(method->common.function_name), in phpdbg_print_function_helper()
77 method->common.function_name ? ZSTR_VAL(method->common.function_name) : "{main}", in phpdbg_print_function_helper()
96 if (method->common.scope) { in phpdbg_print_function_helper()
97 …=\"%s::%s\"", "\tInternal %s::%s()", ZSTR_VAL(method->common.scope->name), ZSTR_VAL(method->common in phpdbg_print_function_helper()
99 …", "type=\"Internal\" function=\"%s\"", "\tInternal %s()", ZSTR_VAL(method->common.function_name)); in phpdbg_print_function_helper()
195 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT()
245 (fbc->common.scope) ? "Method" : "Function", in PHPDBG_PRINT()
246 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT()
[all …]
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c435 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string()
449 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string()
507 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string()
772 if (fptr->common.scope != overwrites->common.scope) { in _function_string()
779 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
800 if (fptr->common.scope) { in _function_string()
1245 ZVAL_STR_COPY(&name, (method->common.scope && method->common.scope->trait_aliases)? in reflection_method_factory()
3152 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke()
3157 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name), in reflection_method_invoke()
3195 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke()
[all …]
/PHP-7.2/ext/pdo/tests/
H A Dpdo_test.inc5 $common = '';
7 foreach(file(dirname($_SERVER['PHP_SELF']).'/common.phpt') as $line) {
9 $common .= $line;
14 $conf = eval($common);
/PHP-7.2/ext/standard/tests/array/
H A Darray_merge_recursive_variation9.phpt2 Test array_merge_recursive() function : usage variations - common key and value(Bug#43559)
12 * arrays having common key and value.
15 echo "*** Testing array_merge_recursive() : arrays with common key and value ***\n";
52 *** Testing array_merge_recursive() : arrays with common key and value ***
/PHP-7.2/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt5 include_once __DIR__ . '/common.inc';
10 include_once __DIR__ . '/common.inc';
/PHP-7.2/ext/zlib/tests/
H A Dgzfile_basic2.phpt11 is a very common test
34 string(22) "is a very common test
H A Dreadgzfile_basic.phpt11 is a very common test
31 is a very common test
H A Dreadgzfile_basic2.phpt11 is a very common test
31 is a very common test
H A Dgzfile_basic.phpt11 is a very common test
34 string(22) "is a very common test
/PHP-7.2/Zend/tests/
H A Dbug37212.phpt2 Bug #37212 (Access to protected property of common base class)
26 $this->value = $obj->value; // value defined in common base class
/PHP-7.2/ext/date/tests/
H A Dtimezone_identifiers_list_basic1.phpt20 echo "Check array contains some common timezones\n";
31 Check array contains some common timezones
H A DDateTimeZone_listIdentifiers_basic1.phpt20 echo "Check array contains some common timezones\n";
31 Check array contains some common timezones

Completed in 154 milliseconds

1234567891011