Home
last modified time | relevance | path

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

/php-src/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-src/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")));
32 string(14) "_ZendTestClass"
H A Dattribute-deprecated.phpt14 _ZendTestClass::ZEND_TEST_DEPRECATED_ATTR;
16 $reflection = new ReflectionClassConstant('_ZendTestClass', 'ZEND_TEST_DEPRECATED_ATTR');
33 Deprecated: Constant _ZendTestClass::ZEND_TEST_DEPRECATED_ATTR is deprecated, custom message in %s …
H A Dclass_constant_deprecated.phpt8 $r = new ReflectionClassConstant('_ZendTestClass', 'ZEND_TEST_DEPRECATED');
11 $r = new ReflectionClassConstant('_ZendTestClass', 'TYPED_CLASS_CONST2');
H A Dvariadic_arguments.phpt8 $reflection = new ReflectionMethod("_ZendTestClass", "variadicTest");
/php-src/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-src/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-src/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-src/ext/opcache/tests/
H A Dinternal_func_info_static_method.phpt9 var_dump(is_bool(_ZendTestClass::is_object()));
/php-src/ext/zend_test/
H A Dtest_arginfo.h303 static ZEND_METHOD(_ZendTestClass, is_object);
304 static ZEND_METHOD(_ZendTestClass, __toString);
305 static ZEND_METHOD(_ZendTestClass, returnsStatic);
306 static ZEND_METHOD(_ZendTestClass, returnsThrowable);
307 static ZEND_METHOD(_ZendTestClass, variadicTest);
308 static ZEND_METHOD(_ZendTestClass, takesUnionType);
446 …ZEND_ME(_ZendTestClass, is_object, arginfo_class__ZendTestClass_is_object, ZEND_ACC_PUBLIC|ZEND_AC…
447 …ZEND_ME(_ZendTestClass, __toString, arginfo_class__ZendTestClass___toString, ZEND_ACC_PUBLIC|ZEND_…
448 ZEND_ME(_ZendTestClass, returnsStatic, arginfo_class__ZendTestClass_returnsStatic, ZEND_ACC_PUBLIC)
449 …ZEND_ME(_ZendTestClass, returnsThrowable, arginfo_class__ZendTestClass_returnsThrowable, ZEND_ACC_…
[all …]
H A Dtest.stub.php32 class _ZendTestClass implements _ZendTestInterface { class
78 class _ZendTestChildClass extends _ZendTestClass
H A Dtest.c896 static ZEND_METHOD(_ZendTestClass, __toString) in ZEND_METHOD() argument
903 static ZEND_METHOD(_ZendTestClass, is_object) in ZEND_METHOD() argument
909 static ZEND_METHOD(_ZendTestClass, returnsStatic) { in ZEND_METHOD() argument
914 static ZEND_METHOD(_ZendTestClass, returnsThrowable) in ZEND_METHOD() argument
920 static ZEND_METHOD(_ZendTestClass, variadicTest) { in ZEND_METHOD() argument
1118 static ZEND_METHOD(_ZendTestClass, takesUnionType) in ZEND_METHOD() argument

Completed in 45 milliseconds