/php-src/ext/gd/tests/ |
H A D | bug39273.phpt | 7 $small = imagecreatetruecolor(10, 10); 8 $c1 = imagecolorallocatealpha($small, 255,0,0,50); 9 imagecolortransparent($small, 0); 10 imagealphablending($small, 0); 11 imagefilledrectangle($small, 0,0, 6,6, $c1); 15 $srcw = imagesx($small); 16 $srch = imagesy($small); 22 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
|
H A D | bug39508.phpt | 2 Bug #39508 (imagefill crashes with small images 3 pixels or less)
|
H A D | bug51671.phpt | 2 Bug #51671 (imagefill does not work correctly for small images)
|
H A D | bug60160.phpt | 2 Bug #60160 (imagefill does not work correctly for small images) @see bug51671
|
/php-src/ext/standard/tests/strings/ |
H A D | bug72100.phpt | 11 var_dump( implode(" ", ["hello small long", -101, -100, -99, -90, -11, -10, -9, -1, 0, 1, 2, 9, 10,… 17 string(76) "hello small long -101 -100 -99 -90 -11 -10 -9 -1 0 1 2 9 10 11 90 99 100 101"
|
H A D | bug36306.phpt | 9 Have to find some small strings to truly reproduce
|
H A D | substr_count_error.phpt | 31 /* length too small */
|
/php-src/ext/zlib/tests/ |
H A D | gzinflate_error1.phpt | 11 echo "\n-- Testing with a buffer that is too small --\n"; 22 -- Testing with a buffer that is too small --
|
H A D | gzuncompress_error1.phpt | 9 echo "\n-- Testing with a buffer that is too small --\n"; 23 -- Testing with a buffer that is too small --
|
H A D | gzencode_variation2-win32.phpt | 23 $data = "A small string to encode\n";
|
H A D | gzencode_variation2.phpt | 22 $data = "A small string to encode\n";
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | result_memory_size.phpt | 29 echo 'Large result sets should require more memory than small ones: '; 43 Large result sets should require more memory than small ones: bool(true)
|
/php-src/ext/standard/tests/image/ |
H A D | bug70052.phpt | 2 Bug #70052 (getimagesize() fails for very large and very small WBMP)
|
/php-src/ext/exif/tests/ |
H A D | gh16409.phpt | 11 Warning: exif_thumbnail(): File too small (0) in %s on line %d
|
/php-src/Zend/tests/fibers/ |
H A D | gh10249.phpt | 17 Fiber stack size is too small, it needs to be at least %d bytes
|
/php-src/ext/opcache/tests/ |
H A D | optimize_static_002.phpt | 12 …// Eliminating this does have a small side effect of not showing & for $a when var_dumping static …
|
/php-src/ext/standard/tests/array/ |
H A D | array_filter_variation10.phpt | 12 $small = array(123); 33 var_dump( array_filter($small, 'dump', false) );
|
/php-src/Zend/tests/ |
H A D | concat_003.phpt | 2 Concatenating many small strings should not slowdown allocations
|
/php-src/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 18 // This is basic and will only work for small strings 34 // Only works for small strings as well
|
/php-src/ext/phar/tests/ |
H A D | 011.phpt | 2 Phar::mapPhar filesize too small in manifest
|
/php-src/ext/mbstring/tests/ |
H A D | mb_str_split_jp.phpt | 89 0x85BF 0xF862+0x0078+0x0069+0x0069+0x0069 # small roman numeral thirteen 90 0x85C0 0xF861+0x0078+0x0069+0x0076 # small roman numeral fourteen 91 0x85C1 0xF860+0x0078+0x0076 # small roman numeral fifteen
|
/php-src/ext/mysqli/tests/bind_fetch/ |
H A D | smallint_types.phpt | 2 mysqli fetch small/short integer values
|
/php-src/ext/standard/tests/array/sort/ |
H A D | natcasesort_variation4.phpt | 15 // array contains combination of capital/small letters
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_debug_ini.phpt | 37 … printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
|
/php-src/ext/mysqli/tests/bind_insert/ |
H A D | smallint_types.phpt | 2 mysqli insert (bind_param + bind_result) small integer types
|