Home
last modified time | relevance | path

Searched refs:boundary (Results 51 – 63 of 63) sorted by relevance

123

/PHP-5.5/ext/session/tests/
H A Drfc1867_sid_invalid.phpt23 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
/PHP-5.5/sapi/apache/
H A Dphp_apache.c504 if (rr->boundary) { in PHP_FUNCTION()
505 add_property_string(return_value,"boundary", rr->boundary, 1); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/file/
H A Dumask_variation3.phpt59 //out of boundary integers
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c123 ADD_STRING(boundary); in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c337 apache_request_read_string_slot(offsetof(request_rec, boundary), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1296 PHP_FALIAS(boundary, apache_request_boundary, NULL)
1879 if (rr->boundary) { in PHP_FUNCTION()
1880 add_property_string(return_value,"boundary", rr->boundary, 1); in PHP_FUNCTION()
H A DREADME80 boundary
/PHP-5.5/
H A DREADME.TESTING2124 Content-Type=multipart/form-data; boundary=---------------------------240723202011929
H A DNEWS616 boundary). (CVE-2015-2331) (Stas)
1081 . Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
1084 . Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
1086 . Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check).
1088 . Fixed bug #67413 (fileinfo: cdf_read_property_info insufficient boundary
5406 - Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive
7729 - Fixed bug #38710 (data leakage because of nonexisting boundary checking in
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c143 ADD_STRING(boundary); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE141 \b word boundary
142 \B not word boundary
/PHP-5.5/Zend/
H A Dzend_language_scanner.l98 char *p = (s), *boundary = p+(l); \
100 while (p<boundary) { \
H A Dzend_language_scanner.c100 char *p = (s), *boundary = p+(l); \
102 while (p<boundary) { \
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3481 only if the current position in the subject is not a word boundary.)
3486 to be a word boundary. However, if pcre_exec() is passed the entire
5570 \b matches at a word boundary
5571 \B matches when not at a word boundary
5585 A word boundary is a position in the subject string where the current
6900 ing on a word boundary at each end.
7880 \b word boundary
7881 \B not a word boundary
8923 This matches "cat", provided there is a word boundary at either end. If

Completed in 86 milliseconds

123