php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
returnsThrowable () | |
![]() | |
__toString () | |
returnsStatic () | |
takesUnionType (stdclass|Iterator $arg) | |
Additional Inherited Members | |
![]() | |
static | is_object () |
static | variadicTest (string|Iterator ... $elements) |
![]() | |
const mixed | TYPED_CLASS_CONST1 = [] |
const int array | TYPED_CLASS_CONST2 = 42 |
const int string | TYPED_CLASS_CONST3 = UNKNOWN |
const int | ZEND_TEST_DEPRECATED = 42 |
const int | ZEND_TEST_DEPRECATED_ATTR = 42 |
int | $intProp = 123 |
stdClass | $classProp = null |
stdClass Iterator null | $classUnionProp = null |
Traversable &Countable | $classIntersectionProp |
readonly int | $readonlyProp |
![]() | |
const | DUMMY = 0 |
![]() | |
static | $_StaticProp |
static int | $staticIntProp = 123 |
Definition at line 83 of file test.stub.php.
_ZendTestChildClass::returnsThrowable | ( | ) |
Reimplemented from _ZendTestClass.
Definition at line 85 of file test.stub.php.