Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2723 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 Dpcre2_jit_simd_inc.h349 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.2/Zend/
H A Dzend_closures.c105 if (func->common.scope == NULL) { in zend_valid_closure_binding()
225 ce = closure->func.common.scope; in do_closure_bind()
333 if (!mptr->common.scope) { in zend_create_closure_from_callable()
351 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
433 if (lhs->func.common.scope != rhs->func.common.scope) { in zend_closure_compare()
437 if (!zend_string_equals(lhs->func.common.function_name, rhs->func.common.function_name)) { in zend_closure_compare()
452 invoke->common = closure->func.common; in zend_get_closure_invoke_method()
576 if (closure->func.common.scope) { in zend_closure_get_debug_info()
754 || func->common.scope != scope in zend_create_closure_ex()
764 func->common.scope = scope; in zend_create_closure_ex()
[all …]
H A Dzend_inheritance.c769 if (proto->common.required_num_args < fe->common.required_num_args) { in zend_do_perform_implementation_check()
843 fe_scope, fe->common.arg_info[-1].type, proto_scope, proto->common.arg_info[-1].type); in zend_do_perform_implementation_check()
881 if (fptr->common.scope) { in zend_get_function_declaration()
894 if (fptr->common.arg_info) { in zend_get_function_declaration()
1037 child->common.attributes, in emit_incompatible_method_error()
1215 func, func->common.scope, parent, parent->common.scope, ce, child, flags); in do_inherit_method()
1870 return fn->common.scope->ce_flags & ZEND_ACC_TRAIT ? ce : fn->common.scope; in fixup_trait_scope()
1908 ZSTR_VAL(fn->common.scope->name), ZSTR_VAL(fn->common.function_name), in zend_add_trait_method()
1910 ZSTR_VAL(existing_fn->common.scope->name), ZSTR_VAL(existing_fn->common.function_name)); in zend_add_trait_method()
1951 fn->common.scope = ce; in zend_fixup_trait_method()
[all …]
H A Dzend_builtin_functions.c844 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
849 scope == mptr->common.scope))) in ZEND_FUNCTION()
892 || !(func->common.fn_flags & ZEND_ACC_PRIVATE) || func->common.scope == ce); in ZEND_FUNCTION()
1561 call->func->common.attributes, in debug_backtrace_get_args()
1593 call->func->common.attributes, in debug_backtrace_get_args()
1630 if (i < call->func->common.num_args || call->func->common.fn_flags & ZEND_ACC_VARIADIC) { in debug_backtrace_get_args()
1632 call->func->common.attributes, in debug_backtrace_get_args()
1635 MIN(i, call->func->common.num_args) in debug_backtrace_get_args()
1808 if (func->common.scope) { in zend_fetch_debug_backtrace()
1823 } else if (func->common.scope) { in zend_fetch_debug_backtrace()
[all …]
H A Dzend_attributes.h100 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_function_attribute()
101 return zend_add_attribute(&func->common.attributes, name, argc, flags, 0, 0); in zend_add_function_attribute()
106 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_parameter_attribute()
107 return zend_add_attribute(&func->common.attributes, name, argc, flags, offset + 1, 0); in zend_add_parameter_attribute()
H A Dzend_execute_API.c181 EG(trampoline).common.function_name = NULL; in init_executor()
514 zend_class_entry *ce = func->common.scope; in get_active_class_name()
552 return ZSTR_VAL(func->common.function_name); in get_active_function_name()
570 if (func->common.scope && func->common.function_name) { in get_function_or_method_name()
571 return zend_create_member_string(func->common.scope->name, func->common.function_name); in get_function_or_method_name()
574 …return func->common.function_name ? zend_string_copy(func->common.function_name) : zend_string_ini… in get_function_or_method_name()
599 return ZSTR_VAL(func->common.arg_info[arg_num - 1].name); in get_function_arg_name()
669 return ex->func->common.scope; in zend_get_executed_scope()
932 if (func->common.fn_flags & ZEND_ACC_FAKE_CLOSURE) { in zend_call_function()
1047 fn->common.scope ? ZSTR_VAL(fn->common.scope->name) : "", in zend_call_known_function()
[all …]
/PHP-8.2/Zend/tests/
H A Dgh14009_001.phpt7 protected function common() {
14 $sibling->common();
19 protected function common() {
25 protected function common() {
40 B::common
41 T::common
H A Dgh14009_002.phpt7 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 Dbug37212.phpt2 Bug #37212 (Access to protected property of common base class)
26 $this->value = $obj->value; // value defined in common base class
/PHP-8.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.c49 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.2/ext/zend_test/
H A Dobserver.c85 if (execute_data->func->common.scope) { in observer_begin()
137 if (execute_data->func->common.scope) { in observer_end()
150 if (fbc->common.function_name) { in observer_show_init()
151 if (fbc->common.scope) { in observer_show_init()
152 …n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.… in observer_show_init()
168 if (fbc->common.function_name) { in observer_show_init_backtrace()
169 if (fbc->common.scope) { in observer_show_init_backtrace()
170 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace()
194 } else if (fbc->common.function_name) { in observer_fcall_init()
285 if (fbc->common.function_name) { in zend_test_execute_internal()
[all …]
/PHP-8.2/ext/standard/tests/serialize/
H A D__serialize_005.phpt35 $common = new stdClass;
36 $obj = new B([$common], [$common]);
/PHP-8.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)
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.2/ext/zlib/tests/
H A Dreadgzfile_basic.phpt9 is a very common test
28 is a very common test
H A Dreadgzfile_basic2.phpt9 is a very common test
28 is a very common test
H A Dgzfile_basic.phpt9 is a very common test
31 string(22) "is a very common test
H A Dgzfile_basic2.phpt9 is a very common test
31 string(22) "is a very common test
/PHP-8.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-8.2/ext/reflection/
H A Dphp_reflection.c433 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string()
447 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string()
505 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string()
797 …if (fptr->common.scope != overwrites->common.scope && !(overwrites->common.fn_flags & ZEND_ACC_PRI… in _function_string()
804 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string()
822 if (fptr->common.scope) { in _function_string()
1937 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
3377 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke()
3405 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke()
3763 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
[all …]
/PHP-8.2/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt5 include_once __DIR__ . '/common.inc';
10 include_once __DIR__ . '/common.inc';
/PHP-8.2/ext/date/tests/
H A Dtimezone_identifiers_list_basic1.phpt14 echo "Check array contains some common timezones\n";
24 Check array contains some common timezones
H A DDateTimeZone_listIdentifiers_basic1.phpt14 echo "Check array contains some common timezones\n";
24 Check array contains some common timezones
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_print.c71 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()

Completed in 151 milliseconds

12345678910>>...13