Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/ext/intl/tests/
H A Dbug61487.phpt2 grapheme() str[i]pos limits
/PHP-5.5/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.5/TSRM/
H A Dconfigure.in32 limits.h
/PHP-5.5/ext/spl/tests/
H A Dspl_limit_iterator_check_limits.phpt2 SPL: LimitIterator check limits are valid
/PHP-5.5/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.5/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.5/ext/dba/
H A DREADME17 most of the arbitrary limits of dbm (therefore it is deprecated).
/PHP-5.5/Zend/
H A DZend.m453 limits.h \
113 #include <limits.h>
/PHP-5.5/ext/posix/
H A Dposix.c1250 } limits[] = { variable
1314 for (l=limits; l->name; l++) { in PHP_FUNCTION()
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API62 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
H A Dconfigure.in493 limits.h \
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re27 #include <limits.h>
/PHP-5.5/ext/imap/
H A Dphp_imap.c1475 STRINGLIST limits; in PHP_FUNCTION() local
1483 limits.text.data = "STORAGE"; in PHP_FUNCTION()
1484 limits.text.size = mailbox_size; in PHP_FUNCTION()
1485 limits.next = NIL; in PHP_FUNCTION()
1487 RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, qroot, &limits)); in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME284 . PCRE has a counter that limits the depth of nesting of parentheses in a
285 pattern. This limits the amount of system stack that a pattern uses when it
302 . There is a separate counter that limits the depth of recursive function calls
H A DNEWS102 creator of a pattern can specify lower (but not higher) limits for the
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt162 pcrelimits details of size and other limits
2508 values may be used if the limits were changed when PCRE was built.
3054 is outside these limits, it is forced to the appropriate limit value.
3176 of limiting the total number of times that match() is called, it limits
3181 Limiting the recursion depth limits the amount of machine stack that
3250 The PCRE_ANCHORED option limits pcre_exec() to matching at the first
4062 that is used by pcre_exec(), to help them set recursion limits, as
4863 Setting match and recursion limits
4870 system stack by too much recursion. When one of these limits is
7952 the limits set by the caller of pcre_exec(), not increase them.
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1922 -#include <limits.h>
2241 -#include <limits.h> /* for PIPE_BUF */
2247 +#include <limits.h> /* for PIPE_BUF */

Completed in 88 milliseconds

12