Searched refs:limits (Results 1 – 20 of 20) sorted by relevance
/PHP-8.3/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.3/ext/sodium/ |
H A D | config.m4 | 14 dnl Add -Wno-type-limits and -Wno-logical-op as this may arise on 32bits platforms 15 SODIUM_COMPILER_FLAGS="$LIBSODIUM_CFLAGS -Wno-type-limits"
|
/PHP-8.3/ext/intl/tests/ |
H A D | bug61487.phpt | 2 grapheme() str[i]pos limits
|
/PHP-8.3/ext/spl/tests/ |
H A D | spl_limit_iterator_check_limits.phpt | 2 SPL: LimitIterator check limits are valid
|
/PHP-8.3/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.3/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 2 TLS server rate-limits client-initiated renegotiation
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_pconn_limits.phpt | 2 Persistent connections - limits (-1, unlimited)
|
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 | 41 // let's ignore upper limits for LONGBLOB (2^32) ...
|
/PHP-8.3/ext/posix/ |
H A D | posix.c | 1081 } limits[] = { variable 1158 for (l=limits; l->name; l++) { in PHP_FUNCTION()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 940 STRINGLIST limits; in PHP_FUNCTION() local 948 limits.text.data = (unsigned char*)"STORAGE"; in PHP_FUNCTION() 949 limits.text.size = mailbox_size; in PHP_FUNCTION() 950 limits.next = NIL; in PHP_FUNCTION() 952 RETURN_BOOL(imap_setquota(imap_conn_struct->imap_stream, ZSTR_VAL(qroot), &limits)); in PHP_FUNCTION()
|
/PHP-8.3/ext/standard/ |
H A D | url_scanner_ex.re | 24 #include <limits.h>
|
/PHP-8.3/ext/date/lib/ |
H A D | parse_date.re | 33 #include <limits.h>
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 11 #include <limits.h>
|
/PHP-8.3/ |
H A D | php.ini-development | 323 ; open_basedir, if set, limits all file operations to the defined directory
|
H A D | php.ini-production | 323 ; open_basedir, if set, limits all file operations to the defined directory
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 33557 # audio format tag. Assume limits: max 1024 bit, 128 channels, 1 MHz
|
H A D | magic私はガラスを食べられます | 33557 # audio format tag. Assume limits: max 1024 bit, 128 channels, 1 MHz
|
Completed in 263 milliseconds