/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 1090 common->iref_ptr = common->ovector_start; in check_opcode_types() 3393 common->mode == PCRE2_JIT_PARTIAL_SOFT ? common->hit_start : common->start_ptr); in return_with_partial_match() 3448 if (common->utf || common->ucp) in char_has_othercase() 3472 if ((common->utf || common->ucp) && c > 127) in char_othercase() 3487 if (common->utf || common->ucp) in char_get_othercase_bit() 5184 read_char(common, common->nlmin, common->nlmax, NULL, READ_CHAR_NEWLINE); in mainloop_entry() 6236 read_char(common, common->nlmin, common->nlmax, NULL, READ_CHAR_NEWLINE); in fast_forward_newline() 8558 read_char(common, common->bsr_nlmin, common->bsr_nlmax, NULL, 0); in compile_char1_matchingpath() 8623 if (!common->utf || common->invalid_utf) in compile_char1_matchingpath() 11787 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath() [all …]
|
H A D | pcre2_jit_simd_inc.h | 329 if (common->utf && offset > 0) in fast_forward_char_simd() 527 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 734 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 738 if (common->utf) in fast_forward_char_pair_simd() 755 if (common->match_end_ptr != 0) in fast_forward_char_pair_simd() 881 if (common->utf && offset > 0) in fast_forward_char_simd() 902 if (common->utf && offset > 0) in fast_forward_char_simd() 1059 if (common->match_end_ptr == 0) in fast_forward_char_pair_simd() 1082 if (common->utf) in fast_forward_char_pair_simd() 1091 if (common->utf) in fast_forward_char_pair_simd() [all …]
|
/PHP-7.4/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-7.4/Zend/ |
H A D | zend_closures.c | 107 if (func->common.scope == NULL) { in zend_valid_closure_binding() 223 ce = closure->func.common.scope; in ZEND_METHOD() 232 ce = closure->func.common.scope; in ZEND_METHOD() 302 if (!mptr->common.scope) { in zend_create_closure_from_callable() 310 if (!mptr->common.scope->__call) { in zend_create_closure_from_callable() 320 call.scope = mptr->common.scope; in zend_create_closure_from_callable() 390 invoke->common = closure->func.common; in zend_get_closure_invoke_method() 562 (closure->func.common.num_args || in zend_closure_get_debug_info() 715 || func->common.scope != scope in zend_create_closure() 727 func->common.scope = scope; in zend_create_closure() [all …]
|
H A D | zend_inheritance.c | 429 if (!proto->common.arg_info && proto->common.type != ZEND_USER_FUNCTION) { in zend_do_perform_implementation_check() 444 if (proto->common.required_num_args < fe->common.required_num_args in zend_do_perform_implementation_check() 445 || proto->common.num_args > fe->common.num_args) { in zend_do_perform_implementation_check() 467 if (fe->common.num_args >= proto->common.num_args) { in zend_do_perform_implementation_check() 483 proto_arg_info = &proto->common.arg_info[proto->common.num_args]; in zend_do_perform_implementation_check() 571 if (fptr->common.scope) { in zend_get_function_declaration() 718 (child->common.prototype->common.fn_flags & ZEND_ACC_ABSTRACT)) || in emit_incompatible_method_error_or_warning() 1607 ZSTR_VAL(fn->common.scope->name), ZSTR_VAL(fn->common.function_name), in zend_add_trait_method() 1639 fn->common.scope = ce; in zend_fixup_trait_method() 1673 …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 D | zend_API.c | 175 …const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->n… in zend_wrong_parameters_none_error() 2091 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation() 2097 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation() 2103 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation() 2109 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation() 2115 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation() 2123 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation() 2276 if (reg_function->common.arg_info && reg_function->common.num_args) { in zend_register_functions() 4425 !f->common.scope || in zend_resolve_method_name() 4427 return f->common.function_name; in zend_resolve_method_name() [all …]
|
H A D | zend_builtin_functions.c | 1328 scope == mptr->common.scope))) in ZEND_FUNCTION() 1378 || !(func->common.fn_flags & ZEND_ACC_PRIVATE) || func->common.scope == ce); in ZEND_FUNCTION() 2273 if (func->common.scope && func->common.scope->trait_aliases) { in ZEND_FUNCTION() 2290 if (func->common.scope) { in ZEND_FUNCTION() 2299 } else if (func->common.scope) { in ZEND_FUNCTION() 2300 class_name = func->common.scope->name; in ZEND_FUNCTION() 2356 && !func->common.scope in ZEND_FUNCTION() 2499 function_name = (func->common.scope && in zend_fetch_debug_backtrace() 2503 func->common.function_name; in zend_fetch_debug_backtrace() 2514 if (func->common.scope) { in zend_fetch_debug_backtrace() [all …]
|
H A D | zend_execute_API.c | 176 EG(trampoline).common.function_name = NULL; in init_executor() 450 zend_class_entry *ce = func->common.scope; in get_active_class_name() 486 return ZSTR_VAL(func->common.function_name); in get_active_function_name() 551 return ex->func->common.scope; in zend_get_executed_scope() 744 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function() 745 func->common.scope ? "::" : "", in zend_call_function() 746 ZSTR_VAL(func->common.function_name)); in zend_call_function() 772 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function() 773 func->common.scope ? "::" : "", in zend_call_function() 774 ZSTR_VAL(func->common.function_name)); in zend_call_function() [all …]
|
/PHP-7.4/ext/spl/ |
H A D | spl_engine.h | 36 …zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.f… in spl_instantiate_arg_ex1() 47 …zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.f… in spl_instantiate_arg_ex2() 63 ZVAL_STR(&fci.function_name, func->common.function_name); in spl_instantiate_arg_n()
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_print.c | 64 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.4/ext/standard/tests/serialize/ |
H A D | __serialize_005.phpt | 35 $common = new stdClass; 36 $obj = new B([$common], [$common]);
|
/PHP-7.4/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) 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.4/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-7.4/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-7.4/ext/reflection/ |
H A D | php_reflection.c | 419 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string() 433 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string() 491 && ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) == 0 || mptr->common.scope == ce)) in _class_string() 751 if (fptr->common.scope != overwrites->common.scope) { in _function_string() 758 if (fptr->common.prototype && fptr->common.prototype->common.scope) { in _function_string() 779 if (fptr->common.scope) { in _function_string() 1212 (method->common.scope && method->common.scope->trait_aliases) in reflection_method_factory() 3089 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke() 3097 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name), in reflection_method_invoke() 3134 ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name)); in reflection_method_invoke() [all …]
|
/PHP-7.4/ext/zlib/tests/ |
H A D | gzfile_basic2.phpt | 11 is a very common test 34 string(22) "is a very common test
|
H A D | readgzfile_basic.phpt | 11 is a very common test 31 is a very common test
|
H A D | readgzfile_basic2.phpt | 11 is a very common test 31 is a very common test
|
H A D | gzfile_basic.phpt | 11 is a very common test 34 string(22) "is a very common test
|
/PHP-7.4/ext/date/tests/ |
H A D | timezone_identifiers_list_basic1.phpt | 20 echo "Check array contains some common timezones\n"; 31 Check array contains some common timezones
|
H A D | DateTimeZone_listIdentifiers_basic1.phpt | 20 echo "Check array contains some common timezones\n"; 31 Check array contains some common timezones
|
/PHP-7.4/Zend/tests/ |
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-7.4/ext/pdo_odbc/tests/ |
H A D | bug80783.phpt | 12 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt'); 28 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
|
H A D | bug80783a.phpt | 12 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt'); 29 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
|