Home
last modified time | relevance | path

Searched refs:LongCastableNoOperations (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/tests/in-de-crement/
H A Dincrement_with_castable_objects_no_addition.phpt8 $l = new LongCastableNoOperations(5);
69 Unsupported operand types: LongCastableNoOperations + int
73 Cannot increment LongCastableNoOperations
H A Ddecrement_with_castable_objects_no_subtraction.phpt8 $l = new LongCastableNoOperations(5);
69 Unsupported operand types: LongCastableNoOperations - int
73 Cannot decrement LongCastableNoOperations
/php-src/ext/zend_test/
H A Dobject_handlers.stub.php13 final class LongCastableNoOperations { class
H A Dobject_handlers_arginfo.h19 static ZEND_METHOD(LongCastableNoOperations, __construct);
29 …ZEND_ME(LongCastableNoOperations, __construct, arginfo_class_LongCastableNoOperations___construct,…
H A Dobject_handlers.c150 ZEND_METHOD(LongCastableNoOperations, __construct) in ZEND_METHOD() argument

Completed in 10 milliseconds