Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt18 $garbage = "obvious non-serialized data";
23 $deserialized_garbage = unserialize($garbage);
37 var_dump(isSerialized($garbage));
/PHP-7.4/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/PHP-7.4/ext/date/tests/
H A Dbug49700.phpt2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
/PHP-7.4/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 Dbug77345_gc_1.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
H A Dbug43918.phpt2 Bug #43918 (Segmentation fault in garbage collector)
H A Dbug77345_gc_2.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
/PHP-7.4/ext/session/tests/
H A D011.phpt12 @session_decode("garbage data and no session started");
H A D029.phpt12 session_decode("garbage data and no session started");
/PHP-7.4/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-7.4/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)
/PHP-7.4/ext/oci8/tests/
H A Dbug36096.phpt2 Bug #36096 (oci_result() returns garbage after oci_fetch() failed)
H A Dbug38161.phpt2 Bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)
/PHP-7.4/Zend/
H A Dzend_execute.h111 zend_refcounted *garbage; in zend_assign_to_variable() local
128 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()
130 if (GC_DELREF(garbage) == 0) { in zend_assign_to_variable()
131 rc_dtor_func(garbage); in zend_assign_to_variable()
134 if (UNEXPECTED(GC_MAY_LEAK(garbage))) { in zend_assign_to_variable()
135 gc_possible_root(garbage); in zend_assign_to_variable()
/PHP-7.4/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-7.4/ext/standard/tests/dir/
H A Dbug73877.phpt2 Bug #73877 readlink() returns garbage for UTF-8 paths
/PHP-7.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt47 $sock2 = socket_wsaprotocol_info_import("garbage");
/PHP-7.4/ext/bz2/tests/
H A Dbug71263.phpt19 // --> fread() displays empty string then garbage, no errors detected:
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c372 zval garbage; in PHP_FUNCTION() local
515 ZVAL_COPY_VALUE(&garbage, array); in PHP_FUNCTION()
528 zval_ptr_dtor(&garbage); in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c385 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap() local
387 rc_dtor_func(garbage); in parse_packet_soap()

Completed in 36 milliseconds

12