Home
last modified time | relevance | path

Searched refs:SplObjectStorage (Results 26 – 50 of 52) sorted by relevance

123

/PHP-7.3/ext/spl/tests/
H A DSplObjectStorage_offsetGet.phpt2 Standard success for SplObjectStorage::offsetGet
8 $s = new SplObjectStorage();
H A Dbug53144.phpt2 Bug #53144 (Segfault in SplObjectStorage::removeAll)
9 $b = new SplObjectStorage();
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt2 Check that SplObjectStorage::unserialize doesn't throws exception when NULL passed
8 $s = new SplObjectStorage();
H A Dbug61453.phpt2 Bug #61453: SplObjectStorage does not identify objects correctly
6 $objects = new SplObjectStorage;
H A DSplObjectStorage_offsetGet_missing_object.phpt2 Check that SplObjectStorage::offsetGet throws exception when non-existing object is requested
8 $s = new SplObjectStorage();
H A DSplObjectStorage_unserialize_bad.phpt14 $so = new SplObjectStorage();
25 object(SplObjectStorage)#2 (1) {
26 ["storage":"SplObjectStorage":private]=>
H A Dbug69108.phpt2 Bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)
8 $b = new SplObjectStorage();
H A Dobserver_010.phpt2 SPL: SplObjectStorage null coalescing operator memory leak
9 $map = new SplObjectStorage();
H A Dobserver_006.phpt2 SPL: SplObjectStorage with accociatied information
16 class MyStorage extends SplObjectStorage
87 ["storage":"SplObjectStorage":private]=>
119 ["storage":"SplObjectStorage":private]=>
147 ["storage":"SplObjectStorage":private]=>
206 ["storage":"SplObjectStorage":private]=>
263 ["storage":"SplObjectStorage":private]=>
H A Dbug67582.phpt2 Bug #67582: Cloned SplObjectStorage with overwritten getHash fails offsetExists()
6 class MyObjectStorage extends SplObjectStorage {
H A Dobserver_008.phpt2 SPL: SplObjectStorage addAll/removeAll
5 class A extends SplObjectStorage { }
H A Dobserver_009.phpt2 SPL: SplObjectStorage addAll/removeAll
7 $storageA = new \SplObjectStorage();
H A Dobserver_003.phpt2 SPL: SplObjectStorage serialization
16 $storage = new SplObjectStorage();
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt2 Check that SplObjectStorage::unserialize throws exception when numeric value passed
18 $s = new SplObjectStorage();
H A Dobserver_005.phpt2 SPL: SplObjectStorage serialization & visibility
25 class MyStorage extends SplObjectStorage
108 ["storage":"SplObjectStorage":private]=>
176 ["storage":"SplObjectStorage":private]=>
H A Dbug70365.phpt2 SPL: Bug #70365 use-after-free vulnerability in unserialize() with SplObjectStorage
20 $exploit = 'a:5:{i:0;i:1;i:1;C:16:"SplObjectStorage":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj":1…
H A Dbug69227.phpt8 $s = new SplObjectStorage();
H A Dbug71838.phpt6 class A extends SplObjectStorage {
H A Dbug53071.phpt13 $myB = new SplObjectStorage();
H A Dobserver_002.phpt2 SPL: SplObjectStorage
6 class MyObjectStorage extends SplObjectStorage
/PHP-7.3/ext/standard/tests/serialize/
H A Dsplobjectstorage_negative_count.phpt2 OSS-Fuzz: Unserializing SplObjectStorage with negative number of elements
8 $str = 'C:16:"SplObjectStorage":25:{x:i:-9223372036854775808;}';
/PHP-7.3/ext/opcache/tests/
H A Dinvalid_array_key_type.phpt8 function test(\SplObjectStorage $definitions = null) {
/PHP-7.3/Zend/tests/
H A Dbug69534.phpt7 class Node extends SplObjectStorage {
H A Dlist_keyed_ArrayAccess.phpt15 $stdClassCollection = new SplObjectStorage;
/PHP-7.3/ext/spl/internal/
H A Dsplobjectstorage.inc5 * @brief class SplObjectStorage
23 class SplObjectStorage implements Iterator, Countable, ArrayAccess

Completed in 23 milliseconds

123