Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/PHP-5.6/ext/date/tests/
H A Dbug49700.phpt2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
/PHP-5.6/ext/session/tests/
H A D029.phpt12 @session_decode("garbage data and no session started");
H A D011.phpt12 @session_decode("garbage data and no session started");
/PHP-5.6/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-5.6/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.6/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)
/PHP-5.6/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.6/Zend/
H A Dzend_execute.c834 zval garbage; in zend_assign_tmp_to_variable() local
856 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_tmp_to_variable()
858 _zval_dtor_func(&garbage ZEND_FILE_LINE_CC); in zend_assign_tmp_to_variable()
867 zval garbage; in zend_assign_const_to_variable() local
891 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_const_to_variable()
894 _zval_dtor_func(&garbage ZEND_FILE_LINE_CC); in zend_assign_const_to_variable()
903 zval garbage; in zend_assign_to_variable() local
949 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_to_variable()
952 _zval_dtor_func(&garbage ZEND_FILE_LINE_CC); in zend_assign_to_variable()
H A Dzend_object_handlers.c589 zval garbage = **variable_ptr; /* old value should be destroyed */ in zend_std_write_property() local
599 zval_dtor(&garbage); in zend_std_write_property()
601 zval *garbage = *variable_ptr; in zend_std_write_property() local
609 zval_ptr_dtor(&garbage); in zend_std_write_property()
H A Dzend_API.c3897 zval *garbage = *property; in zend_update_static_property() local
3904 zval_ptr_dtor(&garbage); in zend_update_static_property()
/PHP-5.6/win32/build/
H A Dprojectgen.js259 garbage = mtmpl.slice(200, mtmpl.search("INSERT"));
260 mtmpl = mtmpl.replace(garbage, "\r\n");
/PHP-5.6/
H A Dphp.ini-development1434 ; NOTE 2: See the section on garbage collection below if you choose to
1497 ; Defines the probability that the 'garbage collection' process is started
1509 ; Defines the probability that the 'garbage collection' process is started on every
1523 ; After this number of seconds, stored data will be seen as 'garbage' and
1524 ; cleaned up by the garbage collection process.
1529 ; (see session.save_path above), then garbage collection does *not*
1530 ; happen automatically. You will need to do your own garbage
H A Dphp.ini-production1434 ; NOTE 2: See the section on garbage collection below if you choose to
1497 ; Defines the probability that the 'garbage collection' process is started
1509 ; Defines the probability that the 'garbage collection' process is started on every
1523 ; After this number of seconds, stored data will be seen as 'garbage' and
1524 ; cleaned up by the garbage collection process.
1529 ; (see session.save_path above), then garbage collection does *not*
1530 ; happen automatically. You will need to do your own garbage
H A DNEWS4283 . Fixed bug #55856 (preg_replace should fail on trailing garbage).
4423 . Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo)
6581 - Fixed bug #52101 (dns_get_record() garbage in 'ipv6' field on Windows).
6734 - Fixed bug #49700 (memory leaks in php_date.c if garbage collector is
6751 - Fixed bug #48781 (Cyclical garbage collector memory leak). (Dmitry)
6860 - Fixed bug #50723 (Bug in garbage collector causes crash). (Dmitry)
6976 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
7339 . Added garbage collector. (David Wang, Dmitry).
8120 - Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a
10311 - Fixed bug #36808 (syslog ident becomes garbage between requests). (Tony)
[all …]
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c5126 zval garbage = **variable_ptr; /* old value should be destroyed */ in ZEND_METHOD() local
5134 zval_dtor(&garbage); in ZEND_METHOD()
5136 zval *garbage = *variable_ptr; in ZEND_METHOD() local
5144 zval_ptr_dtor(&garbage); in ZEND_METHOD()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch322 if (len == 0) /* null line, garbage, etc */
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic262 >>48 byte 5 garbage icon
5198 # dBASE IV DBT , FoxPro FPT or many PNG , ZIP , DBF garbage
5200 # dBASE IV DBT with DBF name or DBF garbage
5212 # garbage PCX , ZIP , JAR , XPI
13906 # upx compressed device driver has garbage instead of real in name field of header

Completed in 159 milliseconds