Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
69 Method [ <user, overwrites A> private method f ] {
114 Method [ <user, overwrites B> private method f ] {
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 D010.phpt17 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
/PHP-7.4/Zend/tests/
H A Dbug74840.phpt2 Bug #74840: Opcache overwrites argument of GENERATOR_RETURN within finally
/PHP-7.4/ext/gd/tests/
H A Dbug47946.phpt2 Bug #47946 (ImageConvolution overwrites background)
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_windows.phpt14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c724 zend_function *overwrites; in _function_string() local
750 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string()
751 if (fptr->common.scope != overwrites->common.scope) { in _function_string()
752 smart_str_append_printf(str, ", overwrites %s", ZSTR_VAL(overwrites->common.scope->name)); in _function_string()

Completed in 37 milliseconds