Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3389 common->mode == PCRE2_JIT_PARTIAL_SOFT ? common->hit_start : common->start_ptr); in return_with_partial_match()
3444 if (common->utf || common->ucp) in char_has_othercase()
3468 if ((common->utf || common->ucp) && c > 127) in char_othercase()
3483 if (common->utf || common->ucp) in char_get_othercase_bit()
5188 read_char(common, common->nlmin, common->nlmax, NULL, READ_CHAR_NEWLINE); in mainloop_entry()
6291 fast_forward_char_simd(common, common->newline, common->newline, 0); in fast_forward_newline()
6304 read_char(common, common->nlmin, common->nlmax, NULL, READ_CHAR_NEWLINE); in fast_forward_newline()
8635 read_char(common, common->bsr_nlmin, common->bsr_nlmax, NULL, 0); in compile_char1_matchingpath()
8700 if (!common->utf || common->invalid_utf) in compile_char1_matchingpath()
11864 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.1/Zend/
H A Dzend_closures.c105 if (func->common.scope == NULL) { in zend_valid_closure_binding()
208 ce = closure->func.common.scope; in do_closure_bind()
316 if (!mptr->common.scope) { in zend_create_closure_from_callable()
334 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
416 if (lhs->func.common.scope != rhs->func.common.scope) { in zend_closure_compare()
420 if (!zend_string_equals(lhs->func.common.function_name, rhs->func.common.function_name)) { in zend_closure_compare()
435 invoke->common = closure->func.common; in zend_get_closure_invoke_method()
592 (closure->func.common.num_args || in zend_closure_get_debug_info()
716 || func->common.scope != scope in zend_create_closure_ex()
728 func->common.scope = scope; in zend_create_closure_ex()
[all …]
H A Dzend_inheritance.c726 if (proto->common.required_num_args < fe->common.required_num_args) { in zend_do_perform_implementation_check()
800 fe_scope, fe->common.arg_info[-1].type, proto_scope, proto->common.arg_info[-1].type); in zend_do_perform_implementation_check()
838 if (fptr->common.scope) { in zend_get_function_declaration()
851 if (fptr->common.arg_info) { in zend_get_function_declaration()
993 child->common.attributes, in emit_incompatible_method_error()
1165 func, func->common.scope, parent, parent->common.scope, ce, child, in do_inherit_method()
1169 func, func->common.scope, parent, parent->common.scope, ce, child, in do_inherit_method()
1783 return fn->common.scope->ce_flags & ZEND_ACC_TRAIT ? ce : fn->common.scope; in fixup_trait_scope()
1820 ZSTR_VAL(fn->common.scope->name), ZSTR_VAL(fn->common.function_name), in zend_add_trait_method()
1822 ZSTR_VAL(existing_fn->common.scope->name), ZSTR_VAL(existing_fn->common.function_name)); in zend_add_trait_method()
[all …]
H A Dzend_execute_API.c181 EG(trampoline).common.function_name = NULL; in init_executor()
505 zend_class_entry *ce = func->common.scope; in get_active_class_name()
543 return ZSTR_VAL(func->common.function_name); in get_active_function_name()
561 if (func->common.scope && func->common.function_name) { in get_function_or_method_name()
562 return zend_create_member_string(func->common.scope->name, func->common.function_name); in get_function_or_method_name()
565 …return func->common.function_name ? zend_string_copy(func->common.function_name) : zend_string_ini… in get_function_or_method_name()
585 if (!func || func->common.num_args < arg_num) { in get_function_arg_name()
658 return ex->func->common.scope; in zend_get_executed_scope()
914 if (func->common.fn_flags & ZEND_ACC_FAKE_CLOSURE) { in zend_call_function()
1024 fn->common.scope ? ZSTR_VAL(fn->common.scope->name) : "", in zend_call_known_function()
[all …]
H A Dzend_attributes.h94 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_function_attribute()
95 return zend_add_attribute(&func->common.attributes, name, argc, flags, 0, 0); in zend_add_function_attribute()
100 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_parameter_attribute()
101 return zend_add_attribute(&func->common.attributes, name, argc, flags, offset + 1, 0); in zend_add_parameter_attribute()
H A Dzend_builtin_functions.c842 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
847 scope == mptr->common.scope))) in ZEND_FUNCTION()
890 || !(func->common.fn_flags & ZEND_ACC_PRIVATE) || func->common.scope == ce); in ZEND_FUNCTION()
1728 if (!fake_frame && func->common.function_name) { in zend_fetch_debug_backtrace()
1729 ZVAL_STR_COPY(&tmp, func->common.function_name); in zend_fetch_debug_backtrace()
1735 if (func->common.scope) { in zend_fetch_debug_backtrace()
1736 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
1750 } else if (func->common.scope) { in zend_fetch_debug_backtrace()
1751 ZVAL_STR_COPY(&tmp, func->common.scope->name); in zend_fetch_debug_backtrace()
1827 && ZEND_USER_CODE(prev->func->common.type) in zend_fetch_debug_backtrace()
[all …]
/PHP-8.1/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.1/ext/zend_test/
H A Dobserver.c77 if (execute_data->func->common.scope) { in observer_begin()
127 if (execute_data->func->common.scope) { in observer_end()
140 if (fbc->common.function_name) { in observer_show_init()
141 if (fbc->common.scope) { in observer_show_init()
142 …n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.… in observer_show_init()
158 if (fbc->common.function_name) { in observer_show_init_backtrace()
159 if (fbc->common.scope) { in observer_show_init_backtrace()
160 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace()
184 } else if (fbc->common.function_name) { in observer_fcall_init()
263 if (fbc->common.function_name) { in zend_test_execute_internal()
[all …]
/PHP-8.1/ext/standard/tests/serialize/
H A D__serialize_005.phpt35 $common = new stdClass;
36 $obj = new B([$common], [$common]);
/PHP-8.1/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.1/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.1/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.1/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()
1918 fptr->common.attributes, 0, fptr->common.scope, target, in ZEND_METHOD()
3333 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke()
3361 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke()
3704 …reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, retu… in ZEND_METHOD()
[all …]
/PHP-8.1/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt5 include_once __DIR__ . '/common.inc';
10 include_once __DIR__ . '/common.inc';
/PHP-8.1/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.1/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()
/PHP-8.1/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-8.1/ext/pdo_odbc/tests/
H A Dbug80783.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
29 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug80783a.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
30 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');

Completed in 186 milliseconds

12345678910>>...13