Home
last modified time | relevance | path

Searched refs:_ZendTestClass (Results 1 – 17 of 17) sorted by relevance

/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt11 $obj = new _ZendTestClass;
30 class Test extends _ZendTestClass {
52 var_dump(_ZendTestClass::$staticIntProp);
54 _ZendTestClass::$staticIntProp = "foobar";
58 _ZendTestClass::$staticIntProp = 456;
59 var_dump(_ZendTestClass::$staticIntProp);
64 Cannot assign string to property _ZendTestClass::$intProp of type int
65 Cannot assign _ZendTestClass to property _ZendTestClass::$classProp of type ?stdClass
66 object(_ZendTestClass)#1 (3) {
82 Cannot assign string to property _ZendTestClass::$intProp of type int
[all …]
/PHP-8.3/ext/zend_test/tests/
H A Dzend_internal_class_prop_intersection.phpt21 $o = new _ZendTestClass();
43 Error: Typed property _ZendTestClass::$classIntersectionProp must not be accessed before initializa…
44 Cannot assign EmptyIterator to property _ZendTestClass::$classIntersectionProp of type Traversable&…
45 Cannot assign C to property _ZendTestClass::$classIntersectionProp of type Traversable&Countable
H A Dinternal-call-internal-static-return.phpt21 class StillReturnsStatic extends _ZendTestClass {}
23 var_dump(get_class(zend_call_method(_ZendTestClass::class, "returnsStatic")));
31 string(14) "_ZendTestClass"
H A Dvariadic_arguments.phpt8 $reflection = new ReflectionMethod("_ZendTestClass", "variadicTest");
/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dinheritance_internal.phpt8 class C extends _ZendTestClass {}
30 Cannot assign DateTime to property _ZendTestClass::$classUnionProp of type stdClass|Iterator|null
31 Cannot assign DateTime to property _ZendTestClass::$classUnionProp of type stdClass|Iterator|null
/PHP-8.3/ext/reflection/tests/
H A Dinternal_static_property.phpt8 $rp = new ReflectionProperty('_ZendTestClass', '_StaticProp');
9 $rp->setValue(new _ZendTestClass(), 42);
H A Dinternal_property_union_type.phpt7 $rp = new ReflectionProperty(_ZendTestClass::class, 'classUnionProp');
/PHP-8.3/Zend/tests/
H A Dinherit_internal_static.phpt8 class Test extends _ZendTestClass {
12 _ZendTestClass::$_StaticProp = 42;
H A Dstringable_internal_class.phpt8 // _ZendTestClass defines __toString() but does not explicitly implement Stringable.
9 $obj = new _ZendTestClass;
H A Dbug78239.phpt14 $r = new _ZendTestClass;
19 Fatal error: Uncaught ErrorException: Method _ZendTestClass::__toString() is deprecated in %s:%d
H A Doverloaded_func_002.phpt7 $a = new _ZendTestClass();
H A Doverloaded_func_001.phpt9 var_dump(_ZendTestClass::test());
H A Dbug78335_2.phpt9 _ZendTestClass::$_StaticProp = $foo;
/PHP-8.3/ext/opcache/tests/
H A Dinternal_func_info_static_method.phpt9 var_dump(is_bool(_ZendTestClass::is_object()));
/PHP-8.3/ext/zend_test/
H A Dtest_arginfo.h292 static ZEND_METHOD(_ZendTestClass, is_object);
293 static ZEND_METHOD(_ZendTestClass, __toString);
294 static ZEND_METHOD(_ZendTestClass, returnsStatic);
295 static ZEND_METHOD(_ZendTestClass, returnsThrowable);
296 static ZEND_METHOD(_ZendTestClass, variadicTest);
297 static ZEND_METHOD(_ZendTestClass, takesUnionType);
384 …ZEND_ME(_ZendTestClass, is_object, arginfo_class__ZendTestClass_is_object, ZEND_ACC_PUBLIC|ZEND_AC…
385 …ZEND_ME(_ZendTestClass, __toString, arginfo_class__ZendTestClass___toString, ZEND_ACC_PUBLIC|ZEND_…
386 ZEND_ME(_ZendTestClass, returnsStatic, arginfo_class__ZendTestClass_returnsStatic, ZEND_ACC_PUBLIC)
387 …ZEND_ME(_ZendTestClass, returnsThrowable, arginfo_class__ZendTestClass_returnsThrowable, ZEND_ACC_…
[all …]
H A Dtest.stub.php27 class _ZendTestClass implements _ZendTestInterface { class
65 class _ZendTestChildClass extends _ZendTestClass
H A Dtest.c857 static ZEND_METHOD(_ZendTestClass, __toString) in ZEND_METHOD() argument
864 static ZEND_METHOD(_ZendTestClass, is_object) in ZEND_METHOD() argument
870 static ZEND_METHOD(_ZendTestClass, returnsStatic) { in ZEND_METHOD() argument
875 static ZEND_METHOD(_ZendTestClass, returnsThrowable) in ZEND_METHOD() argument
881 static ZEND_METHOD(_ZendTestClass, variadicTest) { in ZEND_METHOD() argument
1066 static ZEND_METHOD(_ZendTestClass, takesUnionType) in ZEND_METHOD() argument

Completed in 30 milliseconds