Searched refs:garbage (Results 1 – 25 of 44) sorted by relevance
12
7 $garbage = "obvious non-serialized data";12 $deserialized_garbage = unserialize($garbage);26 var_dump(isSerialized($garbage));
2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
2 Bug #67387: Circular references in SPL iterators are not garbage collected
2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
2 Bug #62070: Collator::getSortKey() returns garbage
2 Bug #75290 (debug info of Closures of internal functions contain garbage argument names)
2 GC 035: Lost inner-cycles garbage
2 Bug #54013 (ReflectionParam for duplicate parameter contains garbage) (PHP7)
2 Bug #43918 (Segmentation fault in garbage collector)
2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
14 @session_decode("garbage data and no session started");
27 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
14 session_decode("garbage data and no session started");
2 Bug GH-10496 002 (Segfault when garbage collector is invoked inside of fiber)
2 Bug GH-10496 001 (Segfault when garbage collector is invoked inside of fiber)
2 Bug #36096 (oci_result() returns garbage after oci_fetch() failed)
2 Bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)
2 Bug #49244 (Floating point NaN cause garbage characters)
2 Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
2 Bug #73877 readlink() returns garbage for UTF-8 paths
146 zend_refcounted *garbage; in zend_assign_to_variable() local158 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()160 if (GC_DELREF(garbage) == 0) { in zend_assign_to_variable()161 rc_dtor_func(garbage); in zend_assign_to_variable()164 if (UNEXPECTED(GC_MAY_LEAK(garbage))) { in zend_assign_to_variable()165 gc_possible_root(garbage); in zend_assign_to_variable()
Completed in 22 milliseconds