/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 2723 if (common->mark_ptr != 0 && recurse_check_bit(common, common->mark_ptr)) in copy_recurse_data() 3518 if (common->utf || common->ucp) in char_has_othercase() 3542 if ((common->utf || common->ucp) && c > 127) in char_othercase() 3557 if (common->utf || common->ucp) in char_get_othercase_bit() 5262 read_char(common, common->nlmin, common->nlmax, NULL, READ_CHAR_NEWLINE); in mainloop_entry() 6365 fast_forward_char_simd(common, common->newline, common->newline, 0); in fast_forward_newline() 6378 read_char(common, common->nlmin, common->nlmax, NULL, READ_CHAR_NEWLINE); in fast_forward_newline() 8866 read_char(common, common->bsr_nlmin, common->bsr_nlmax, NULL, 0); in compile_char1_matchingpath() 8931 if (!common->utf || common->invalid_utf) in compile_char1_matchingpath() 12095 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath() [all …]
|
H A D | pcre2_jit_simd_inc.h | 349 if (common->utf && offset > 0) in fast_forward_char_simd() 534 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 742 if (common->utf) in fast_forward_char_pair_simd() 759 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 1063 if (common->match_end_ptr == 0) in fast_forward_char_pair_simd() 1086 if (common->utf) in fast_forward_char_pair_simd() 1095 if (common->utf) in fast_forward_char_pair_simd() 1105 if (common->utf) in fast_forward_char_pair_simd() 1428 if (common->utf && offset > 0) in fast_forward_char_simd() 1670 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_closures.c | 110 if (func->common.scope == NULL) { in zend_valid_closure_binding() 230 ce = closure->func.common.scope; in do_closure_bind() 349 if (!mptr->common.scope) { in zend_create_closure_from_callable() 367 call.scope = mptr->common.scope; in zend_create_closure_from_callable() 449 if (lhs->func.common.scope != rhs->func.common.scope) { in zend_closure_compare() 453 if (!zend_string_equals(lhs->func.common.function_name, rhs->func.common.function_name)) { in zend_closure_compare() 468 invoke->common = closure->func.common; in zend_get_closure_invoke_method() 591 if (closure->func.common.scope) { in zend_closure_get_debug_info() 766 || func->common.scope != scope in zend_create_closure_ex() 776 func->common.scope = scope; in zend_create_closure_ex() [all …]
|
H A D | zend_inheritance.c | 772 if (proto->common.required_num_args < fe->common.required_num_args) { in zend_do_perform_implementation_check() 846 fe_scope, fe->common.arg_info[-1].type, proto_scope, proto->common.arg_info[-1].type); in zend_do_perform_implementation_check() 884 if (fptr->common.scope) { in zend_get_function_declaration() 897 if (fptr->common.arg_info) { in zend_get_function_declaration() 1040 child->common.attributes, in emit_incompatible_method_error() 1224 func, func->common.scope, parent, parent->common.scope, ce, child, flags); in do_inherit_method() 1955 return fn->common.scope->ce_flags & ZEND_ACC_TRAIT ? ce : fn->common.scope; in fixup_trait_scope() 1993 ZSTR_VAL(fn->common.scope->name), ZSTR_VAL(fn->common.function_name), in zend_add_trait_method() 2037 fn->common.scope = ce; in zend_fixup_trait_method() 2082 fn_copy.common.fn_flags = alias->modifiers | fn->common.fn_flags; in zend_traits_copy_functions() [all …]
|
H A D | zend_execute_API.c | 182 EG(trampoline).common.function_name = NULL; in init_executor() 515 zend_class_entry *ce = func->common.scope; in get_active_class_name() 553 return ZSTR_VAL(func->common.function_name); in get_active_function_name() 571 if (func->common.scope && func->common.function_name) { in get_function_or_method_name() 572 return zend_create_member_string(func->common.scope->name, func->common.function_name); in get_function_or_method_name() 575 …return func->common.function_name ? zend_string_copy(func->common.function_name) : ZSTR_INIT_LITER… in get_function_or_method_name() 600 return ZSTR_VAL(func->common.arg_info[arg_num - 1].name); in get_function_arg_name() 670 return ex->func->common.scope; in zend_get_executed_scope() 940 if (func->common.fn_flags & ZEND_ACC_FAKE_CLOSURE) { in zend_call_function() 1055 fn->common.scope ? ZSTR_VAL(fn->common.scope->name) : "", in zend_call_known_function() [all …]
|
H A D | zend_attributes.h | 101 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_function_attribute() 102 return zend_add_attribute(&func->common.attributes, name, argc, flags, 0, 0); in zend_add_function_attribute() 107 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_parameter_attribute() 108 return zend_add_attribute(&func->common.attributes, name, argc, flags, offset + 1, 0); in zend_add_parameter_attribute()
|
H A D | zend_builtin_functions.c | 862 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION() 867 scope == mptr->common.scope))) in ZEND_FUNCTION() 911 || !(func->common.fn_flags & ZEND_ACC_PRIVATE) || func->common.scope == ce); in ZEND_FUNCTION() 1576 call->func->common.attributes, in debug_backtrace_get_args() 1608 call->func->common.attributes, in debug_backtrace_get_args() 1645 if (i < call->func->common.num_args || call->func->common.fn_flags & ZEND_ACC_VARIADIC) { in debug_backtrace_get_args() 1647 call->func->common.attributes, in debug_backtrace_get_args() 1650 MIN(i, call->func->common.num_args) in debug_backtrace_get_args() 1847 if (func->common.scope) { in zend_fetch_debug_backtrace() 1862 } else if (func->common.scope) { in zend_fetch_debug_backtrace() [all …]
|
/PHP-8.3/Zend/tests/ |
H A D | gh14009_001.phpt | 7 protected function common() { 14 $sibling->common(); 19 protected function common() { 25 protected function common() { 40 B::common 41 T::common
|
H A D | gh14009_002.phpt | 7 protected function common() {} 13 private abstract function common(int $param); 22 Fatal error: Declaration of P::common() must be compatible with T::common(int $param) in %s on line…
|
H A D | bug37212.phpt | 2 Bug #37212 (Access to protected property of common base class) 26 $this->value = $obj->value; // value defined in common base class
|
/PHP-8.3/ext/opcache/ |
H A D | shared_alloc_posix.c | 35 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 D | shared_alloc_shm.c | 49 zend_shared_segment common; member 112 shared_segments[i].common.p = shmat(shared_segments[i].shm_id, NULL, 0); in create_segments() 113 if (shared_segments[i].common.p == (void *)-1) { in create_segments() 120 shared_segments[i].common.pos = 0; in create_segments() 121 shared_segments[i].common.size = allocate_size; in create_segments() 129 shmdt(shared_segment->common.p); in detach_segment()
|
/PHP-8.3/ext/zend_test/ |
H A D | observer.c | 86 if (execute_data->func->common.scope) { in observer_begin() 138 if (execute_data->func->common.scope) { in observer_end() 151 if (fbc->common.function_name) { in observer_show_init() 152 if (fbc->common.scope) { in observer_show_init() 153 …n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.… in observer_show_init() 174 if (fbc->common.function_name) { in observer_show_init_backtrace() 175 if (fbc->common.scope) { in observer_show_init_backtrace() 176 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace() 200 } else if (fbc->common.function_name) { in observer_fcall_init() 291 if (fbc->common.function_name) { in zend_test_execute_internal() [all …]
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | __serialize_005.phpt | 35 $common = new stdClass; 36 $obj = new B([$common], [$common]);
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_merge_recursive_variation9.phpt | 2 Test array_merge_recursive() function : usage variations - common key and value(Bug#43559) 7 * arrays having common key and value. 10 echo "*** Testing array_merge_recursive() : arrays with common key and value ***\n"; 47 *** Testing array_merge_recursive() : arrays with common key and value ***
|
/PHP-8.3/ext/zlib/tests/ |
H A D | readgzfile_basic.phpt | 9 is a very common test 28 is a very common test
|
H A D | readgzfile_basic2.phpt | 9 is a very common test 28 is a very common test
|
H A D | gzfile_basic.phpt | 9 is a very common test 31 string(22) "is a very common test
|
H A D | gzfile_basic2.phpt | 9 is a very common test 31 string(22) "is a very common test
|
/PHP-8.3/ext/pdo/tests/ |
H A D | pdo_test.inc | 5 $common = ''; 7 foreach(file(dirname($_SERVER['PHP_SELF']).'/common.phpt') as $line) { 9 $common .= $line; 14 $conf = eval($common);
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 438 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string() 452 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string() 510 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string() 807 …if (fptr->common.scope != overwrites->common.scope && !(overwrites->common.fn_flags & ZEND_ACC_PRI… in _function_string() 814 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string() 832 if (fptr->common.scope) { in _function_string() 1947 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD() 3384 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke() 3412 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke() 3750 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD() [all …]
|
/PHP-8.3/ext/standard/tests/file/windows_acls/ |
H A D | bug44859_3.phpt | 5 include_once __DIR__ . '/common.inc'; 10 include_once __DIR__ . '/common.inc';
|
/PHP-8.3/ext/date/tests/ |
H A D | timezone_identifiers_list_basic1.phpt | 14 echo "Check array contains some common timezones\n"; 24 Check array contains some common timezones
|
H A D | DateTimeZone_listIdentifiers_basic1.phpt | 14 echo "Check array contains some common timezones\n"; 24 Check array contains some common timezones
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_print.c | 71 if (method->common.scope) { in phpdbg_print_function_helper() 72 …hpdbg_writeln("\tInternal %s::%s()", ZSTR_VAL(method->common.scope->name), ZSTR_VAL(method->common… in phpdbg_print_function_helper() 74 phpdbg_writeln("\tInternal %s()", ZSTR_VAL(method->common.function_name)); in phpdbg_print_function_helper() 166 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT() 216 (fbc->common.scope) ? "Method" : "Function", in PHPDBG_PRINT() 217 ZSTR_VAL(fbc->common.function_name), in PHPDBG_PRINT() 300 phpdbg_out("%s", ZSTR_VAL(method->common.function_name)); in phpdbg_print_opcodes_ce()
|