Searched refs:ZendTestClassWithMethodWithParameterAttribute (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/zend_test/tests/ |
H A D | attribute_hash_table_leak.phpt | 10 $o = new ZendTestClassWithMethodWithParameterAttribute(); 18 class ChildClassWithNoAttribute extends ZendTestClassWithMethodWithParameterAttribute { 29 class ChildClassWithSameAttribute extends ZendTestClassWithMethodWithParameterAttribute { 45 class ChildClassWithDifferentAttribute extends ZendTestClassWithMethodWithParameterAttribute {
|
H A D | attribute_arguments.phpt | 13 $reflection = new ReflectionMethod("ZendTestClassWithMethodWithParameterAttribute", "no_override"); 18 $reflection = new ReflectionMethod("ZendTestClassWithMethodWithParameterAttribute", "override"); 33 class ChildClassWithNoAttribute extends ZendTestClassWithMethodWithParameterAttribute { 48 class ChildClassWithSameAttribute extends ZendTestClassWithMethodWithParameterAttribute { 70 class ChildClassWithDifferentAttribute extends ZendTestClassWithMethodWithParameterAttribute {
|
/php-src/ext/zend_test/ |
H A D | test.stub.php | 150 class ZendTestClassWithMethodWithParameterAttribute { class 161 …estChildClassWithMethodWithParameterAttribute extends ZendTestClassWithMethodWithParameterAttribut…
|
H A D | test_arginfo.h | 324 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override); 325 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, override); 505 …ZEND_ME(ZendTestClassWithMethodWithParameterAttribute, no_override, arginfo_class_ZendTestClassWit… 506 …ZEND_ME(ZendTestClassWithMethodWithParameterAttribute, override, arginfo_class_ZendTestClassWithMe…
|
H A D | test.c | 1034 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, no_override) in ZEND_METHOD() argument 1045 static ZEND_METHOD(ZendTestClassWithMethodWithParameterAttribute, override) in ZEND_METHOD() argument
|
Completed in 20 milliseconds