Home
last modified time | relevance | path

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

12

/PHP-7.0/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.0/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/PHP-7.0/ext/date/tests/
H A Dbug49700.phpt2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
/PHP-7.0/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.0/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.0/Zend/
H A Dzend_execute.h68 zend_refcounted *garbage; in zend_assign_to_variable() local
88 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()
89 if (--GC_REFCOUNT(garbage) == 0) { in zend_assign_to_variable()
107 zval_dtor_func_for_ptr(garbage); in zend_assign_to_variable()
112 UNEXPECTED(!GC_INFO(garbage))) { in zend_assign_to_variable()
113 gc_possible_root(garbage); in zend_assign_to_variable()
H A Dzend_execute.c589 zend_refcounted *garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference() local
591 if (--GC_REFCOUNT(garbage) == 0) { in zend_assign_to_variable_reference()
593 zval_dtor_func_for_ptr(garbage); in zend_assign_to_variable_reference()
H A Dzend_API.c3950 zval garbage; in zend_update_static_property() local
3952 ZVAL_COPY_VALUE(&garbage, property); in zend_update_static_property()
3960 zval_ptr_dtor(&garbage); in zend_update_static_property()
/PHP-7.0/ext/intl/tests/
H A Dbug62070_2.phpt2 Bug #62070: Collator::getSortKey() returns garbage
H A Dbug62070.phpt2 Bug #62070: Collator::getSortKey() returns garbage
/PHP-7.0/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)
/PHP-7.0/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.0/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.0/ext/intl/collator/
H A Dcollator_sort.c370 zval garbage; in PHP_FUNCTION() local
513 ZVAL_COPY_VALUE(&garbage, array); in PHP_FUNCTION()
526 zval_ptr_dtor(&garbage); in PHP_FUNCTION()
/PHP-7.0/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 ZEND_FILE_LINE_CC); in parse_packet_soap()
/PHP-7.0/
H A Dphp.ini-development1329 ; NOTE 2: See the section on garbage collection below if you choose to
1392 ; Defines the probability that the 'garbage collection' process is started
1404 ; Defines the probability that the 'garbage collection' process is started on every
1418 ; After this number of seconds, stored data will be seen as 'garbage' and
1419 ; cleaned up by the garbage collection process.
1424 ; (see session.save_path above), then garbage collection does *not*
1425 ; happen automatically. You will need to do your own garbage
H A Dphp.ini-production1329 ; NOTE 2: See the section on garbage collection below if you choose to
1392 ; Defines the probability that the 'garbage collection' process is started
1404 ; Defines the probability that the 'garbage collection' process is started on every
1418 ; After this number of seconds, stored data will be seen as 'garbage' and
1419 ; cleaned up by the garbage collection process.
1424 ; (see session.save_path above), then garbage collection does *not*
1425 ; happen automatically. You will need to do your own garbage
H A DUPGRADING.INTERNALS221 time spent in the garbage collector in a profiler). The default
/PHP-7.0/ext/spl/
H A Dspl_iterators.c397 zval garbage; in spl_recursive_it_move_forward_ex() local
398 ZVAL_COPY_VALUE(&garbage, &object->iterators[object->level].zobject); in spl_recursive_it_move_forward_ex()
400 zval_ptr_dtor(&garbage); in spl_recursive_it_move_forward_ex()
/PHP-7.0/ext/standard/
H A Darray.c1430 zval garbage; in php_array_walk() local
1434 ZVAL_COPY_VALUE(&garbage, zv); in php_array_walk()
1436 zval_ptr_dtor(&garbage); in php_array_walk()

Completed in 80 milliseconds

12