Home
last modified time | relevance | path

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

12

/PHP-7.2/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-7.2/ext/intl/tests/
H A Dbug61487.phpt2 grapheme() str[i]pos limits
/PHP-7.2/ext/bcmath/libbcmath/
H A Dconfigure.ac12 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-7.2/TSRM/
H A Dconfigure.ac32 limits.h
/PHP-7.2/ext/spl/tests/
H A Dspl_limit_iterator_check_limits.phpt2 SPL: LimitIterator check limits are valid
/PHP-7.2/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-7.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt2 TLS server rate-limits client-initiated renegotiation
/PHP-7.2/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-7.2/ext/dba/
H A DREADME17 most of the arbitrary limits of dbm (therefore it is deprecated).
/PHP-7.2/ext/posix/
H A Dposix.c1334 } limits[] = { variable
1398 for (l=limits; l->name; l++) { in PHP_FUNCTION()
/PHP-7.2/Zend/
H A DZend.m453 limits.h \
113 #include <limits.h>
/PHP-7.2/
H A DREADME.PARAMETER_PARSING_API62 …L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (zend_long, ZEND_LONG_MAX/ZEND_LONG_MI…
/PHP-7.2/ext/imap/
H A Dphp_imap.c1501 STRINGLIST limits; in PHP_FUNCTION() local
1511 limits.text.data = (unsigned char*)"STORAGE"; in PHP_FUNCTION()
1512 limits.text.size = mailbox_size; in PHP_FUNCTION()
1513 limits.next = NIL; in PHP_FUNCTION()
1515 RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot), &limits)); in PHP_FUNCTION()
/PHP-7.2/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 DNEWS123 creator of a pattern can specify lower (but not higher) limits for the
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.re28 #include <limits.h>
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt162 pcrelimits details of size and other limits
2507 values may be used if the limits were changed when PCRE was built.
3053 is outside these limits, it is forced to the appropriate limit value.
3175 of limiting the total number of times that match() is called, it limits
3180 Limiting the recursion depth limits the amount of machine stack that
3249 The PCRE_ANCHORED option limits pcre_exec() to matching at the first
4061 that is used by pcre_exec(), to help them set recursion limits, as
4862 Setting match and recursion limits
4869 system stack by too much recursion. When one of these limits is
7956 the limits set by the caller of pcre_exec(), not increase them.
[all …]
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch47 -#include <limits.h>
1969 -#include <limits.h>
2351 #include <limits.h> /* for PIPE_BUF */

Completed in 84 milliseconds

12