Home
last modified time | relevance | path

Searched refs:limits (Results 1 – 25 of 29) sorted by relevance

12

/PHP-5.3/ext/standard/tests/strings/
H A Dexplode_variation5.phpt2 Test explode() function : usage variations - positive and negative limits
11 echo "*** Testing explode() function: positive and negative limits ***\n";
25 *** Testing explode() function: positive and negative limits ***
H A Dexplode_variation3.phpt28 $limits = array (
71 // loop through with each element of the $limits array to test explode() function
75 foreach($limits as $limit) {
/PHP-5.3/ext/intl/tests/
H A Dbug61487.phpt2 grapheme() str[i]pos limits
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure.in12 AC_CHECK_HEADERS(stdarg.h stddef.h stdlib.h string.h limits.h unistd.h lib.h)
H A Dconfig.h.in18 /* Define if you have the <limits.h> header file. */
/PHP-5.3/TSRM/
H A Dconfigure.in28 limits.h
/PHP-5.3/ext/spl/tests/
H A Dspl_limit_iterator_check_limits.phpt2 SPL: LimitIterator check limits are valid
/PHP-5.3/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt22 $new_subject2 = preg_replace_callback('/\d/', "integer_word", $subject2, 3); //limits to three repl…
H A Dpreg_replace_edit_basic.phpt19 '5', $count)); //limits to 5 replacements returns 444444789
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt2 Persistent connections - limits (-1, unlimited)
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_bind_limits.phpt2 Bind limits
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt44 // let's ignore upper limits for LONGBLOB (2^32) ...
H A Dmysqli_stmt_send_long_data.phpt59 // let's ignore upper limits for LONGBLOB (2^32) ...
/PHP-5.3/Zend/
H A DZend.m453 limits.h \
113 #include <limits.h>
/PHP-5.3/ext/dba/
H A DREADME17 most of the arbitrary limits of dbm (therefore it is deprecated).
/PHP-5.3/ext/posix/
H A Dposix.c1265 } limits[] = { variable
1329 for (l=limits; l->name; l++) { in PHP_FUNCTION()
/PHP-5.3/
H A DREADME.PARAMETER_PARSING_API51 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
H A Dconfigure.in417 limits.h \
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.re27 #include <limits.h>
/PHP-5.3/ext/imap/
H A Dphp_imap.c1484 STRINGLIST limits; in PHP_FUNCTION() local
1492 limits.text.data = "STORAGE"; in PHP_FUNCTION()
1493 limits.text.size = mailbox_size; in PHP_FUNCTION()
1494 limits.next = NIL; in PHP_FUNCTION()
1496 RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, qroot, &limits)); in PHP_FUNCTION()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1658 -#include <limits.h>
1979 -#include <limits.h> /* for PIPE_BUF */
1985 +#include <limits.h> /* for PIPE_BUF */
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt146 pcrelimits details of size and other limits
2401 values may be used if the limits were changed when PCRE was built.
2919 is outside these limits, it is forced to the appropriate limit value.
3032 of limiting the total number of times that match() is called, it limits
3037 Limiting the recursion depth limits the amount of machine stack that
3093 The PCRE_ANCHORED option limits pcre_exec() to matching at the first
3896 that is used by pcre_exec(), to help them set recursion limits, as
9439 limit how much PCRE recurses. match_limit() limits the number of
9440 matches PCRE does; match_limit_recursion() limits the depth of internal
9691 upper limits, for example, (?2){0,100} when subpattern number 2 is to
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A DREADME273 . There is a separate counter that limits the depth of recursive function calls
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1425 +#include <limits.h>

Completed in 77 milliseconds

12