Home
last modified time | relevance | path

Searched refs:overwrites (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/Zend/tests/named_params/
H A Dduplicate_param.phpt22 Named parameter $a overwrites previous argument
23 Named parameter $a overwrites previous argument
H A Dunpack_and_named_1.phpt57 Named parameter $b overwrites previous argument
58 Named parameter $b overwrites previous argument
H A Dassert.phpt30 Named parameter $description overwrites previous argument
H A Dunpack.phpt62 Named parameter $a overwrites previous argument
75 Named parameter $a overwrites previous argument
H A Dattributes.phpt50 Named parameter $a overwrites previous argument
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_toString_002.phpt2 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 DReflectionMethod_tentative_return_type.phpt48 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 D010.phpt17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
H A Dgh9409.phpt2 GH-9409: Private method is incorrectly dumped as "overwrites"
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
/PHP-8.2/Zend/tests/
H A Dbug74840.phpt2 Bug #74840: Opcache overwrites argument of GENERATOR_RETURN within finally
/PHP-8.2/Zend/tests/constexpr/
H A Dnew_named_params.phpt51 Named parameter $x overwrites previous argument
/PHP-8.2/ext/gd/tests/
H A Dbug47946.phpt2 Bug #47946 (ImageConvolution overwrites background)
/PHP-8.2/sapi/cli/tests/
H A Dcli_process_title_windows.phpt14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c776 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