/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_fetch_lengths_oo.phpt | 2 mysqli_result->lengths 21 var_dump($res->lengths); 23 var_dump($res->lengths); 24 var_dump($res->lengths); 27 var_dump($res->lengths);
|
H A D | mysqli_class_mysqli_result_interface.phpt | 92 assert(($tmp = mysqli_fetch_lengths($res)) === $mysqli_result->lengths); 93 printf("mysqli_result->lengths -> '%s'/%s ('%s'/%s)\n", 94 ((is_array($mysqli_result->lengths)) ? implode(' ', $mysqli_result->lengths) : 'n/a'), 95 gettype($mysqli_result->lengths), 167 lengths 174 lengths 181 mysqli_result->lengths -> '1 1'/array ('1 1'/array)
|
H A D | mysqli_multi_query.phpt | 118 if (!($lengths = mysqli_fetch_lengths($res))) 121 if (count($lengths) != 2) 122 printf("[016 - %d] Expecting 2 column lengths got %d [%d] %s\n", $res_num, count($lengths)); 124 foreach ($lengths as $k => $length) 126 printf("[017 - %d] Strange column lengths for column %d, got %d expecting any > 0\n",
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | strncasecmp_variation3.phpt | 2 Test strncasecmp() function: usage variations - various lengths 10 /* Test strncasecmp() with various lengths */ 12 echo "*** Test strncasecmp() function: with different lengths ***\n"; 24 *** Test strncasecmp() function: with different lengths ***
|
H A D | strncmp_variation3.phpt | 2 Test strncmp() function: usage variations - different lengths 10 /* Test strncmp() with various lengths */ 12 echo "*** Test strncmp() function: with different lengths ***\n"; 24 \*\*\* Test strncmp\(\) function: with different lengths \*\*\*
|
H A D | strncmp_variation5.phpt | 2 Test strncmp() function : usage variations - different lengths(all types) 34 $lengths = array ( 89 for($index = 0; $index < count($lengths); $index ++) { 90 $len = $lengths[$index];
|
H A D | strncasecmp_variation5.phpt | 34 $lengths = array ( 85 for($index = 0; $index < count($lengths); $index ++) { 86 $len = $lengths[$index];
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | bug26938.phpt | 10 . '$lengths = array(10,20000,10000,5,10000,3);' 11 . 'foreach($lengths as $length) {' 17 . '$lengths = array(10,20000,10000,5,10000,3);' 18 . 'foreach($lengths as $length) {'
|
H A D | bug12556.phpt | 2 Bug #12556 (fgetcsv() ignores lengths when quotes not closed)
|
/PHP-5.4/ext/mcrypt/tests/ |
H A D | mcrypt_encrypt_3des_cbc.phpt | 22 //test different lengths of key, iv 46 echo "\n--- testing different key lengths\n"; 53 echo "\n--- testing different iv lengths\n"; 64 --- testing different key lengths 80 --- testing different iv lengths
|
H A D | mcrypt_ecb_3des_encrypt.phpt | 39 echo "\n--- testing different key lengths\n"; 46 echo "\n--- testing different iv lengths\n"; 56 --- testing different key lengths 72 --- testing different iv lengths
|
H A D | mcrypt_encrypt_3des_ecb.phpt | 31 echo "\n--- testing different key lengths\n"; 45 echo "\n--- testing different iv lengths\n"; 56 --- testing different key lengths 72 --- testing different iv lengths
|
H A D | mcrypt_decrypt_3des_ecb.phpt | 49 echo "\n--- testing different key lengths\n"; 56 echo "\n--- testing different iv lengths\n"; 70 --- testing different key lengths 86 --- testing different iv lengths
|
H A D | mcrypt_cbc_3des_encrypt.phpt | 38 echo "\n--- testing different key lengths\n"; 45 echo "\n--- testing different iv lengths\n"; 55 --- testing different key lengths 71 --- testing different iv lengths
|
H A D | mcrypt_ecb_3des_decrypt.phpt | 50 echo "\n--- testing different key lengths\n"; 57 echo "\n--- testing different iv lengths\n"; 71 --- testing different key lengths 87 --- testing different iv lengths
|
H A D | mcrypt_decrypt_3des_cbc.phpt | 50 echo "\n--- testing different key lengths\n"; 57 echo "\n--- testing different iv lengths\n"; 71 --- testing different key lengths 87 --- testing different iv lengths
|
H A D | mcrypt_cbc_3des_decrypt.phpt | 51 echo "\n--- testing different key lengths\n"; 58 echo "\n--- testing different iv lengths\n"; 72 --- testing different key lengths 88 --- testing different iv lengths
|
H A D | mcrypt_rijndael128_128BitKey.phpt | 51 echo "\n--- testing different key lengths\n"; 61 echo "\n--- testing different iv lengths\n"; 75 --- testing different key lengths 93 --- testing different iv lengths
|
H A D | mcrypt_rijndael128_256BitKey.phpt | 49 echo "\n--- testing different key lengths\n"; 62 --- testing different key lengths
|
/PHP-5.4/ext/zlib/tests/ |
H A D | gzread_basic.phpt | 16 $lengths = array(10, 14, 7, 99, 2000); 18 foreach ($lengths as $length) {
|
H A D | gzgets_basic.phpt | 17 $lengths = array(10, 14, 7, 99); 18 foreach ($lengths as $length) {
|
H A D | gzwrite_error2.phpt | 2 Test function gzwrite() by calling it invalid lengths
|
H A D | gzread_error2.phpt | 2 Test function gzread() by calling it invalid lengths
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 260 if (result->lengths) { in MYSQLND_METHOD() 262 result->lengths = NULL; in MYSQLND_METHOD() 598 return result->lengths; in mysqlnd_fetch_lengths_buffered() 630 unsigned long *lengths = result->lengths; in mysqlnd_fetch_row_unbuffered_c() local 696 if (lengths) { in mysqlnd_fetch_row_unbuffered_c() 697 lengths[i] = len; in mysqlnd_fetch_row_unbuffered_c() 784 unsigned long *lengths = result->lengths; in mysqlnd_fetch_row_unbuffered() local 800 if (lengths) { in mysqlnd_fetch_row_unbuffered() 801 lengths[i] = len; in mysqlnd_fetch_row_unbuffered() 890 if (!result->lengths) { in MYSQLND_METHOD() [all …]
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | bug28974.phpt | 2 Bug #28974 (array_(p)slice() treats large lengths incorrectly - overflow)
|