Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/PHP-5.5/ext/date/tests/
H A Dbug49700.phpt2 Bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
/PHP-5.5/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-5.5/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.5/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.5/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)
/PHP-5.5/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.5/Zend/
H A Dzend_execute.c817 zval garbage; in zend_assign_tmp_to_variable() local
839 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_tmp_to_variable()
841 _zval_dtor_func(&garbage ZEND_FILE_LINE_CC); in zend_assign_tmp_to_variable()
850 zval garbage; in zend_assign_const_to_variable() local
874 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_const_to_variable()
877 _zval_dtor_func(&garbage ZEND_FILE_LINE_CC); in zend_assign_const_to_variable()
886 zval garbage; in zend_assign_to_variable() local
933 ZVAL_COPY_VALUE(&garbage, variable_ptr); in zend_assign_to_variable()
936 _zval_dtor_func(&garbage ZEND_FILE_LINE_CC); in zend_assign_to_variable()
H A Dzend_object_handlers.c557 zval garbage = **variable_ptr; /* old value should be destroyed */ in zend_std_write_property() local
567 zval_dtor(&garbage); in zend_std_write_property()
569 zval *garbage = *variable_ptr; in zend_std_write_property() local
577 zval_ptr_dtor(&garbage); in zend_std_write_property()
H A Dzend_API.c3818 zval *garbage = *property; in zend_update_static_property() local
3825 zval_ptr_dtor(&garbage); in zend_update_static_property()
/PHP-5.5/win32/build/
H A Dprojectgen.js259 garbage = mtmpl.slice(200, mtmpl.search("INSERT"));
260 mtmpl = mtmpl.replace(garbage, "\r\n");
/PHP-5.5/
H A Dphp.ini-development1376 ; NOTE 2: See the section on garbage collection below if you choose to
1439 ; Defines the probability that the 'garbage collection' process is started
1451 ; Defines the probability that the 'garbage collection' process is started on every
1465 ; After this number of seconds, stored data will be seen as 'garbage' and
1466 ; cleaned up by the garbage collection process.
1471 ; (see session.save_path above), then garbage collection does *not*
1472 ; happen automatically. You will need to do your own garbage
H A Dphp.ini-production1376 ; NOTE 2: See the section on garbage collection below if you choose to
1439 ; Defines the probability that the 'garbage collection' process is started
1451 ; Defines the probability that the 'garbage collection' process is started on every
1465 ; After this number of seconds, stored data will be seen as 'garbage' and
1466 ; cleaned up by the garbage collection process.
1471 ; (see session.save_path above), then garbage collection does *not*
1472 ; happen automatically. You will need to do your own garbage
H A DNEWS2705 . Fixed bug #55856 (preg_replace should fail on trailing garbage).
2845 . Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo)
5003 - Fixed bug #52101 (dns_get_record() garbage in 'ipv6' field on Windows).
5156 - Fixed bug #49700 (memory leaks in php_date.c if garbage collector is
5173 - Fixed bug #48781 (Cyclical garbage collector memory leak). (Dmitry)
5282 - Fixed bug #50723 (Bug in garbage collector causes crash). (Dmitry)
5398 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
5761 . Added garbage collector. (David Wang, Dmitry).
6542 - Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a
8733 - Fixed bug #36808 (syslog ident becomes garbage between requests). (Tony)
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c5052 zval garbage = **variable_ptr; /* old value should be destroyed */ in ZEND_METHOD() local
5060 zval_dtor(&garbage); in ZEND_METHOD()
5062 zval *garbage = *variable_ptr; in ZEND_METHOD() local
5070 zval_ptr_dtor(&garbage); in ZEND_METHOD()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch327 if (len == 0) /* null line, garbage, etc */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic262 >>48 byte 5 garbage icon
4932 # dBASE IV DBT , FoxPro FPT or many PNG , ZIP , DBF garbage
4934 # dBASE IV DBT with DBF name or DBF garbage
4943 # garbage PCX , ZIP , JAR , XPI
13177 # upx compressed device driver has garbage instead of real in name field of header

Completed in 200 milliseconds