Home
last modified time | relevance | path

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

12

/PHP-7.2/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.2/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/PHP-7.2/ext/date/tests/
H A Dbug49700.phpt2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
/PHP-7.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)
/PHP-7.2/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");
H A Dsave_handler.inc104 /* Perform garbage collection */
/PHP-7.2/ext/intl/tests/
H A Dbug62070_3.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070_2.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070.phpt2 Bug #62070: Collator::getSortKey() returns garbage
/PHP-7.2/Zend/
H A Dzend_execute.h72 zend_refcounted *garbage; in zend_assign_to_variable() local
92 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()
93 if (--GC_REFCOUNT(garbage) == 0) { in zend_assign_to_variable()
106 zval_dtor_func(garbage); in zend_assign_to_variable()
110 if (UNEXPECTED(GC_MAY_LEAK(garbage))) { in zend_assign_to_variable()
111 gc_possible_root(garbage); in zend_assign_to_variable()
H A Dzend_execute.c613 zend_refcounted *garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference() local
615 if (--GC_REFCOUNT(garbage) == 0) { in zend_assign_to_variable_reference()
617 zval_dtor_func(garbage); in zend_assign_to_variable_reference()
620 gc_check_possible_root(garbage); in zend_assign_to_variable_reference()
/PHP-7.2/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)
/PHP-7.2/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.2/ext/zip/lib/
H A Dzip_extra_field.c255 zip_uint8_t *garbage; in _zip_ef_parse() local
256 garbage = _zip_buffer_get(buffer, glen); in _zip_ef_parse()
257 if (glen >= 4 || garbage == NULL || memcmp(garbage, "\0\0\0", glen) != 0) { in _zip_ef_parse()
/PHP-7.2/ext/standard/tests/dir/
H A Dbug73877.phpt2 Bug #73877 readlink() returns garbage for UTF-8 paths
/PHP-7.2/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.2/ext/soap/
H A Dphp_packet_soap.c386 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap() local
388 zval_dtor_func(garbage); in parse_packet_soap()
/PHP-7.2/
H A Dphp.ini-development1353 ; NOTE 2: See the section on garbage collection below if you choose to
1416 ; Defines the probability that the 'garbage collection' process is started
1428 ; Defines the probability that the 'garbage collection' process is started on every
1442 ; After this number of seconds, stored data will be seen as 'garbage' and
1443 ; cleaned up by the garbage collection process.
1448 ; (see session.save_path above), then garbage collection does *not*
1449 ; happen automatically. You will need to do your own garbage
H A Dphp.ini-production1355 ; NOTE 2: See the section on garbage collection below if you choose to
1418 ; Defines the probability that the 'garbage collection' process is started
1430 ; Defines the probability that the 'garbage collection' process is started on every
1444 ; After this number of seconds, stored data will be seen as 'garbage' and
1445 ; cleaned up by the garbage collection process.
1450 ; (see session.save_path above), then garbage collection does *not*
1451 ; happen automatically. You will need to do your own garbage
/PHP-7.2/ext/spl/
H A Dspl_iterators.c396 zval garbage; in spl_recursive_it_move_forward_ex() local
397 ZVAL_COPY_VALUE(&garbage, &object->iterators[object->level].zobject); in spl_recursive_it_move_forward_ex()
399 zval_ptr_dtor(&garbage); in spl_recursive_it_move_forward_ex()

Completed in 65 milliseconds

12