php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
object_handlers.stub.php
Go to the documentation of this file.
1
<?php
2
7
8
final
class
DoOperationNoCast
{
9
private
int
$val;
10
public
function
__construct
(
int
$val) {}
11
}
12
13
final
class
LongCastableNoOperations
{
14
private
int
$val;
15
public
function
__construct
(
int
$val) {}
16
}
17
final
class
FloatCastableNoOperations
{
18
private
float
$val;
19
public
function
__construct
(
float
$val) {}
20
}
21
final
class
NumericCastableNoOperations
{
22
private
int
|
float
$val;
23
public
function
__construct
(
int
|
float
$val) {}
24
}
25
26
class
DimensionHandlersNoArrayAccess
{
27
public
bool
$read
=
false
;
28
public
bool
$write
=
false
;
29
public
bool
$has
=
false
;
30
public
bool
$unset
=
false
;
31
public
int
$readType
;
32
public
bool
$hasOffset
=
false
;
33
public
int
$checkEmpty
;
34
public
mixed
$offset
;
35
}
DimensionHandlersNoArrayAccess
Definition
object_handlers.stub.php:26
DimensionHandlersNoArrayAccess\$checkEmpty
int $checkEmpty
Definition
object_handlers.stub.php:33
DimensionHandlersNoArrayAccess\$read
bool $read
Definition
object_handlers.stub.php:27
DimensionHandlersNoArrayAccess\$unset
bool $unset
Definition
object_handlers.stub.php:30
DimensionHandlersNoArrayAccess\$has
bool $has
Definition
object_handlers.stub.php:29
DimensionHandlersNoArrayAccess\$write
bool $write
Definition
object_handlers.stub.php:28
DimensionHandlersNoArrayAccess\$hasOffset
bool $hasOffset
Definition
object_handlers.stub.php:32
DimensionHandlersNoArrayAccess\$readType
int $readType
Definition
object_handlers.stub.php:31
DimensionHandlersNoArrayAccess\$offset
mixed $offset
Definition
object_handlers.stub.php:34
DoOperationNoCast
Definition
object_handlers.stub.php:8
DoOperationNoCast\__construct
__construct(int $val)
Definition
object_handlers.stub.php:10
FloatCastableNoOperations
Definition
object_handlers.stub.php:17
FloatCastableNoOperations\__construct
__construct(float $val)
Definition
object_handlers.stub.php:19
LongCastableNoOperations
Definition
object_handlers.stub.php:13
LongCastableNoOperations\__construct
__construct(int $val)
Definition
object_handlers.stub.php:15
NumericCastableNoOperations
Definition
object_handlers.stub.php:21
NumericCastableNoOperations\__construct
__construct(int|float $val)
Definition
object_handlers.stub.php:23
ext
zend_test
object_handlers.stub.php
Generated on Sat Aug 23 2025 01:46:12 for php-internal-docs by
1.13.2