php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__toString () | |
returnsStatic () | |
returnsThrowable () | |
takesUnionType (stdclass|Iterator $arg) | |
Static Public Member Functions | |
static | is_object () |
static | variadicTest (string|Iterator ... $elements) |
Data Fields | |
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 Public Attributes | |
static | $_StaticProp |
static int | $staticIntProp = 123 |
@alias _ZendTestClassAlias
Definition at line 32 of file test.stub.php.
_ZendTestClass::__toString | ( | ) |
Definition at line 62 of file test.stub.php.
|
static |
Definition at line 59 of file test.stub.php.
_ZendTestClass::returnsStatic | ( | ) |
Definition at line 64 of file test.stub.php.
_ZendTestClass::returnsThrowable | ( | ) |
Reimplemented in _ZendTestChildClass.
Definition at line 66 of file test.stub.php.
_ZendTestClass::takesUnionType | ( | stdclass|Iterator | $arg | ) |
Definition at line 70 of file test.stub.php.
|
static |
Definition at line 68 of file test.stub.php.
|
static |
Definition at line 50 of file test.stub.php.
Traversable& Countable _ZendTestClass::$classIntersectionProp |
Definition at line 56 of file test.stub.php.
stdClass _ZendTestClass::$classProp = null |
Definition at line 54 of file test.stub.php.
Definition at line 55 of file test.stub.php.
int _ZendTestClass::$intProp = 123 |
Definition at line 53 of file test.stub.php.
readonly int _ZendTestClass::$readonlyProp |
Definition at line 57 of file test.stub.php.
|
static |
Definition at line 51 of file test.stub.php.
const mixed _ZendTestClass::TYPED_CLASS_CONST1 = [] |
Definition at line 33 of file test.stub.php.
const int array _ZendTestClass::TYPED_CLASS_CONST2 = 42 |
Definition at line 34 of file test.stub.php.
const int string _ZendTestClass::TYPED_CLASS_CONST3 = UNKNOWN |
Definition at line 39 of file test.stub.php.
const int _ZendTestClass::ZEND_TEST_DEPRECATED = 42 |
Definition at line 44 of file test.stub.php.
const int _ZendTestClass::ZEND_TEST_DEPRECATED_ATTR = 42 |
Definition at line 47 of file test.stub.php.