Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/tests/
H A Dbug49700.phpt2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
/PHP-5.3/ext/session/tests/
H A D029.phpt12 @session_decode("garbage data and no session started");
H A D011.phpt15 @session_decode("garbage data and no session started");
/PHP-5.3/ext/intl/tests/
H A Dbug62070.phpt2 Bug #62070: Collator::getSortKey() returns garbage
/PHP-5.3/Zend/tests/
H A Dbug54013.phpt2 Bug #54013 (ReflectionParam for duplicate parameter contains garbage)
H A Dbug43918.phpt2 Bug #43918 (Segmentation fault in garbage collector)
/PHP-5.3/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)
/PHP-5.3/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-5.3/Zend/
H A Dzend_execute.c664 zval garbage; in zend_assign_to_variable() local
682 garbage = *variable_ptr; in zend_assign_to_variable()
689 zendi_zval_dtor(garbage); in zend_assign_to_variable()
698 garbage = *variable_ptr; in zend_assign_to_variable()
702 zendi_zval_dtor(garbage); in zend_assign_to_variable()
715 garbage = *variable_ptr; in zend_assign_to_variable()
718 zendi_zval_dtor(garbage); in zend_assign_to_variable()
H A Dzend_object_handlers.c443 zval garbage = **variable_ptr; /* old value should be destroyed */ in zend_std_write_property() local
453 zval_dtor(&garbage); in zend_std_write_property()
455 zval *garbage = *variable_ptr; in zend_std_write_property() local
463 zval_ptr_dtor(&garbage); in zend_std_write_property()
H A Dzend_API.c3479 zval *garbage = *property; in zend_update_static_property() local
3486 zval_ptr_dtor(&garbage); in zend_update_static_property()
/PHP-5.3/win32/build/
H A Dprojectgen.js259 garbage = mtmpl.slice(200, mtmpl.search("INSERT"));
260 mtmpl = mtmpl.replace(garbage, "\r\n");
/PHP-5.3/
H A Dphp.ini-development1479 ; NOTE 2: See the section on garbage collection below if you choose to
1534 ; Defines the probability that the 'garbage collection' process is started
1546 ; Defines the probability that the 'garbage collection' process is started on every
1560 ; After this number of seconds, stored data will be seen as 'garbage' and
1561 ; cleaned up by the garbage collection process.
1566 ; (see session.save_path above), then garbage collection does *not*
1567 ; happen automatically. You will need to do your own garbage
H A Dphp.ini-production1479 ; NOTE 2: See the section on garbage collection below if you choose to
1534 ; Defines the probability that the 'garbage collection' process is started
1546 ; Defines the probability that the 'garbage collection' process is started on every
1560 ; After this number of seconds, stored data will be seen as 'garbage' and
1561 ; cleaned up by the garbage collection process.
1566 ; (see session.save_path above), then garbage collection does *not*
1567 ; happen automatically. You will need to do your own garbage
H A DUPGRADING424 - A garbage collector has been added and is enabled by default.
H A DNEWS462 . Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo)
1703 . Fixed bug #53273 (mb_strcut() returns garbage with the excessive length
1953 - Fixed bug #52101 (dns_get_record() garbage in 'ipv6' field on Windows).
2106 - Fixed bug #49700 (memory leaks in php_date.c if garbage collector is
2123 - Fixed bug #48781 (Cyclical garbage collector memory leak). (Dmitry)
2232 - Fixed bug #50723 (Bug in garbage collector causes crash). (Dmitry)
2348 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
2711 . Added garbage collector. (David Wang, Dmitry).
3492 - Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a
5683 - Fixed bug #36808 (syslog ident becomes garbage between requests). (Tony)
[all …]
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch300 if (len == 0) /* null line, garbage, etc */
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic264 >>48 byte 5 garbage icon

Completed in 217 milliseconds