Searched refs:overwrites (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/reflection/tests/ |
H A D | ReflectionClass_toString_003.phpt | 2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep… 71 Method [ <user, overwrites A> private method f ] { 116 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… 71 Method [ <user, overwrites A, prototype A> public method f ] { 119 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.0/Zend/tests/ |
H A D | bug74840.phpt | 2 Bug #74840: Opcache overwrites argument of GENERATOR_RETURN within finally
|
/PHP-7.0/ext/gd/tests/ |
H A D | bug47946.phpt | 2 Bug #47946 (ImageConvolution overwrites background)
|
/PHP-7.0/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.0/ext/reflection/ |
H A D | php_reflection.c | 814 zend_function *overwrites; in _function_string() local 843 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string() 844 if (fptr->common.scope != overwrites->common.scope) { in _function_string() 845 string_printf(str, ", overwrites %s", ZSTR_VAL(overwrites->common.scope->name)); in _function_string()
|
/PHP-7.0/ |
H A D | NEWS | 326 . Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within 931 . Fixed bug #73237 (Nested object in "any" element overwrites other fields).
|
Completed in 32 milliseconds