Searched refs:limits (Results 1 – 20 of 20) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | explode_variation5.phpt | 2 Test explode() function : usage variations - positive and negative limits 6 echo "*** Testing explode() function: positive and negative limits ***\n"; 19 *** Testing explode() function: positive and negative limits ***
|
/PHP-8.0/ext/sodium/ |
H A D | config.m4 | 14 dnl Add -Wno-type-limits as this may arise on 32bits platforms 15 SODIUM_COMPILER_FLAGS="$LIBSODIUM_CFLAGS -Wno-type-limits"
|
/PHP-8.0/ext/intl/tests/ |
H A D | bug61487.phpt | 2 grapheme() str[i]pos limits
|
/PHP-8.0/ext/spl/tests/ |
H A D | spl_limit_iterator_check_limits.phpt | 2 SPL: LimitIterator check limits are valid
|
/PHP-8.0/ext/pcre/tests/ |
H A D | preg_replace_callback_basic.phpt | 21 $new_subject2 = preg_replace_callback('/\d/', "integer_word", $subject2, 3); //limits to three repl…
|
H A D | preg_replace_edit_basic.phpt | 13 '5', $count)); //limits to 5 replacements returns 444444789
|
/PHP-8.0/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 2 TLS server rate-limits client-initiated renegotiation
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_pconn_limits.phpt | 2 Persistent connections - limits (-1, unlimited)
|
H A D | mysqli_stmt_send_long_data_packet_size_libmysql.phpt | 43 // let's ignore upper limits for LONGBLOB (2^32) ...
|
H A D | mysqli_stmt_send_long_data.phpt | 46 // let's ignore upper limits for LONGBLOB (2^32) ...
|
H A D | mysqli_stmt_bind_limits.phpt | 2 Bind limits
|
H A D | mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt | 43 // let's ignore upper limits for LONGBLOB (2^32) ...
|
/PHP-8.0/ext/posix/ |
H A D | posix.c | 1060 } limits[] = { variable 1123 for (l=limits; l->name; l++) { in PHP_FUNCTION()
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.c | 1082 STRINGLIST limits; in PHP_FUNCTION() local 1092 limits.text.data = (unsigned char*)"STORAGE"; in PHP_FUNCTION() 1093 limits.text.size = mailbox_size; in PHP_FUNCTION() 1094 limits.next = NIL; in PHP_FUNCTION() 1096 RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot), &limits)); in PHP_FUNCTION()
|
/PHP-8.0/ext/standard/ |
H A D | url_scanner_ex.re | 24 #include <limits.h>
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 50 -#include <limits.h> 2698 #include <limits.h> /* for PIPE_BUF */
|
/PHP-8.0/ |
H A D | php.ini-development | 313 ; open_basedir, if set, limits all file operations to the defined directory
|
H A D | php.ini-production | 313 ; open_basedir, if set, limits all file operations to the defined directory
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 27331 # audio format tag. Assume limits: max 1024 bit, 128 channels, 1 MHz
|
H A D | magic | 27331 # audio format tag. Assume limits: max 1024 bit, 128 channels, 1 MHz
|
Completed in 127 milliseconds