Searched refs:overwrites (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/Zend/tests/named_params/ |
H A D | duplicate_param.phpt | 22 Named parameter $a overwrites previous argument 23 Named parameter $a overwrites previous argument
|
H A D | unpack_and_named_1.phpt | 57 Named parameter $b overwrites previous argument 58 Named parameter $b overwrites previous argument
|
H A D | assert.phpt | 30 Named parameter $description overwrites previous argument
|
H A D | unpack.phpt | 62 Named parameter $a overwrites previous argument 75 Named parameter $a overwrites previous argument
|
H A D | attributes.phpt | 50 Named parameter $a overwrites previous argument
|
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionClass_toString_002.phpt | 2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep… 69 Method [ <user, overwrites A, prototype A> public method f ] { 117 Method [ <user, overwrites B, prototype A> public method f ] {
|
H A D | ReflectionMethod_tentative_return_type.phpt | 48 string(%d) "Method [ <user, overwrites DateTimeZone, prototype DateTimeZone> static public method l… 63 string(191) "Method [ <internal:SPL, overwrites DirectoryIterator, prototype Iterator> public metho…
|
H A D | 010.phpt | 17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
|
H A D | gh9409.phpt | 2 GH-9409: Private method is incorrectly dumped as "overwrites"
|
H A D | ReflectionClass_toString_003.phpt | 2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
|
/PHP-8.2/Zend/tests/ |
H A D | bug74840.phpt | 2 Bug #74840: Opcache overwrites argument of GENERATOR_RETURN within finally
|
/PHP-8.2/Zend/tests/constexpr/ |
H A D | new_named_params.phpt | 51 Named parameter $x overwrites previous argument
|
/PHP-8.2/ext/gd/tests/ |
H A D | bug47946.phpt | 2 Bug #47946 (ImageConvolution overwrites background)
|
/PHP-8.2/sapi/cli/tests/ |
H A D | cli_process_title_windows.phpt | 14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.c | 776 zend_function *overwrites; in _function_string() local 802 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string() 803 …if (fptr->common.scope != overwrites->common.scope && !(overwrites->common.fn_flags & ZEND_ACC_PRI… in _function_string() 804 smart_str_append_printf(str, ", overwrites %s", ZSTR_VAL(overwrites->common.scope->name)); in _function_string()
|
Completed in 46 milliseconds