Searched refs:overwrites (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/ext/reflection/tests/ |
H A D | ReflectionClass_toString_003.phpt | 2 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 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 | 010.phpt | 19 Method [ <user, overwrites Foo, prototype Foo> public method func ] {
|
/PHP-7.2/Zend/tests/ |
H A D | bug74840.phpt | 2 Bug #74840: Opcache overwrites argument of GENERATOR_RETURN within finally
|
/PHP-7.2/ext/gd/tests/ |
H A D | bug47946.phpt | 2 Bug #47946 (ImageConvolution overwrites background)
|
/PHP-7.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-7.2/ext/reflection/ |
H A D | php_reflection.c | 742 zend_function *overwrites; in _function_string() local 771 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string() 772 if (fptr->common.scope != overwrites->common.scope) { in _function_string() 773 smart_str_append_printf(str, ", overwrites %s", ZSTR_VAL(overwrites->common.scope->name)); in _function_string()
|
/PHP-7.2/ |
H A D | NEWS | 3028 . Fixed bug #73237 (Nested object in "any" element overwrites other fields).
|
Completed in 41 milliseconds