Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt7 $garbage = "obvious non-serialized data";
12 $deserialized_garbage = unserialize($garbage);
26 var_dump(isSerialized($garbage));
H A Dunserialize_extra_data_002.phpt17 'bar' => serialize($this->foo) . 'garbage',
25 var_dump(unserialize(serialize($f) . 'garbage'));
H A Dunserialize_extra_data_003.phpt16 return serialize($this->foo) . 'garbage';
23 var_dump(unserialize(serialize($f) . 'garbage'));
/PHP-8.2/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
H A Dbug65387.phpt2 Bug #67387: Circular references in SPL iterators are not garbage collected
/PHP-8.2/ext/date/tests/
H A Dbug49700.phpt2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
/PHP-8.2/ext/intl/tests/
H A Dbug62070_3.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070_2.phpt2 Bug #62070: Collator::getSortKey() returns garbage
/PHP-8.2/ext/session/tests/
H A D011.phpt14 @session_decode("garbage data and no session started");
H A Dsession_gc_basic.phpt27 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
H A D029.phpt14 session_decode("garbage data and no session started");
/PHP-8.2/Zend/tests/
H A Dbug75290.phpt2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
H A Dgc_035.phpt2 GC 035: Lost inner-cycles garbage
H A Dbug54013.phpt2 Bug #54013 (ReflectionParam for duplicate parameter contains garbage) (PHP7)
H A Dbug43918.phpt2 Bug #43918 (Segmentation fault in garbage collector)
H A Dbug77345_gc_1.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
H A Dbug77345_gc_2.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
/PHP-8.2/Zend/tests/fibers/
H A Dgh10496-002.phpt2 Bug GH-10496 002 (Segfault when garbage collector is invoked inside of fiber)
H A Dgh10496-001.phpt2 Bug GH-10496 001 (Segfault when garbage collector is invoked inside of fiber)
/PHP-8.2/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)
/PHP-8.2/ext/phar/tests/
H A Dbug69279.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
H A Dbug69279a.phpt2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
/PHP-8.2/ext/standard/tests/dir/
H A Dbug73877.phpt2 Bug #73877 readlink() returns garbage for UTF-8 paths
/PHP-8.2/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt47 $sock2 = socket_wsaprotocol_info_import("garbage");

Completed in 37 milliseconds

12