Searched refs:garbage (Results 1 – 25 of 42) 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 #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 #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
2 Bug #43918 (Segmentation fault in garbage collector)
12 @session_decode("garbage data and no session started");
25 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
12 session_decode("garbage data and no session started");
2 Bug #62070: Collator::getSortKey() returns garbage
2 Bug #49244 (Floating point NaN cause garbage characters)
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 #69279 (Compressed ZIP Phar extractTo() creates garbage files)
2 Bug #73877 readlink() returns garbage for UTF-8 paths
128 zend_refcounted *garbage; in zend_assign_to_variable() local140 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()142 if (GC_DELREF(garbage) == 0) { in zend_assign_to_variable()143 rc_dtor_func(garbage); in zend_assign_to_variable()146 if (UNEXPECTED(GC_MAY_LEAK(garbage))) { in zend_assign_to_variable()147 gc_possible_root(garbage); in zend_assign_to_variable()
47 $sock2 = socket_wsaprotocol_info_import("garbage");
334 zval garbage; in PHP_FUNCTION() local474 ZVAL_COPY_VALUE(&garbage, array); in PHP_FUNCTION()487 zval_ptr_dtor(&garbage); in PHP_FUNCTION()
Completed in 29 milliseconds