Home
last modified time | relevance | path

Searched refs:less (Results 51 – 75 of 107) sorted by relevance

12345

/php-src/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
/php-src/ext/exif/tests/
H A Dbug78910.phpt18 Warning: exif_read_data(): Error in TIFF: filesize(x002A) less than start of IFD dir(x46494C4F) in …
H A Dbug72627.phpt13 Warning: exif_read_data(%s): Error in TIFF: filesize(x04E2) less than start of IFD dir(x829A0004) i…
/php-src/ext/gmp/tests/
H A Dgmp_setbit_long.phpt45 gmp_setbit(): Argument #2 ($index) must be less than %d * %d
/php-src/sapi/cli/tests/
H A Dbug61546.phpt8 // event that the internal page_inode structure is less than 0, otherwise it returns the long value
/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect_compression_error.phpt14 die('skip max_allowed_packet is less than 0xffffff');
H A Dmysqli_fetch_field_direct.phpt75 mysqli_fetch_field_direct(): Argument #2 ($index) must be less than the number of fields for this r…
H A Dmysqli_fetch_field_direct_oo.phpt77 mysqli_result::fetch_field_direct(): Argument #1 ($index) must be less than the number of fields fo…
H A Dmysqli_field_tell.phpt90 mysqli_field_seek(): Argument #2 ($index) must be less than the number of fields for this result set
H A Dmysqli_fetch_column.phpt137 mysqli_fetch_column(): Argument #2 ($column) must be less than the number of fields for this result…
/php-src/ext/pdo_firebird/tests/
H A Dbug_53280.phpt2 PDO_Firebird: bug 53280 segfaults if query column count is less than param count
/php-src/Zend/tests/generators/
H A Dget_return.phpt60 // Explicit value-less return also results in a NULL generator
/php-src/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt24 // passes for up to .5 milliseconds less, fails for more than .5 milliseconds
/php-src/ext/standard/tests/strings/
H A Dsprintf_star.phpt98 Width must be greater than zero and less than 2147483647
/php-src/ext/standard/tests/array/
H A Darray_walk_recursive_variation9.phpt8 * with less and more parameters
H A Darray_walk_variation9.phpt8 * with less and more parameters
/php-src/ext/openssl/tests/
H A Dstream_security_level.phpt14 // Security level 2 refuses certs signed by keys with length of less than 2048 bits
/php-src/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt42 * but it has less probability of failure detection. Additionally it requires more
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt31 …o check whether it could have been part of a multibyte sequence, but the checks are less strict. */
/php-src/ext/hash/tests/
H A Dhash_hkdf_error.phpt66 [ValueError] hash_hkdf(): Argument #3 ($length) must be less than or equal to 5100
/php-src/ext/bcmath/libbcmath/
H A DREADME.md11 less restrictions on the use of them.
/php-src/tests/strings/
H A D002.phpt85 printf test 30:Error found: Argument number specifier must be greater than zero and less than 21474…
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString_fast_path.phpt23 // Fast path: Inputs less than or equal to 256.
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc73 "$path is too long, must be 255 characters or less"
/php-src/ext/standard/
H A Dbase64.c67 const uint8x16_t less = vcgtq_u8(vdupq_n_u8(26), input); in encode_toascii() local
68 result = vorrq_u8(result, vandq_u8(less, vdupq_n_u8(13))); in encode_toascii()
659 const __mmask64 less = _mm512_cmpgt_epi8_mask(_mm512_set1_epi8(26), str); in php_base64_encode_avx512() local
660 result = _mm512_mask_mov_epi8(result, less, _mm512_set1_epi8(13)); in php_base64_encode_avx512()

Completed in 27 milliseconds

12345