/PHP-8.0/ext/gd/tests/ |
H A D | bug39273.phpt | 9 $small = imagecreatetruecolor(10, 10); 10 $c1 = imagecolorallocatealpha($small, 255,0,0,50); 11 imagecolortransparent($small, 0); 12 imagealphablending($small, 0); 13 imagefilledrectangle($small, 0,0, 6,6, $c1); 17 $srcw = imagesx($small); 18 $srch = imagesy($small); 24 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-8.0/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 | strtoupper.phpt | 13 // this one. A small array based on PHP_OS should
|
H A D | substr_count_error.phpt | 31 /* length too small */
|
/PHP-8.0/ext/zlib/tests/ |
H A D | gzinflate_error1.phpt | 15 echo "\n-- Testing with a buffer that is too small --\n"; 26 -- Testing with a buffer that is too small --
|
H A D | gzuncompress_error1.phpt | 13 echo "\n-- Testing with a buffer that is too small --\n"; 27 -- 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-8.0/ext/standard/tests/image/ |
H A D | bug70052.phpt | 2 Bug #70052 (getimagesize() fails for very large and very small WBMP)
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug80747.phpt | 24 error:%s:key size too small
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_filter_variation10.phpt | 12 $small = array(123); 33 var_dump( array_filter($small, 'dump', false) );
|
H A D | array_merge_variation4.phpt | 44 12.3456789000E-10 => 'small', 169 string(5) "small" 183 string(5) "small"
|
H A D | array_slice_variation7.phpt | 45 12.3456789000E-10 => 'small', 161 string(5) "small" 168 string(5) "small"
|
H A D | array_change_key_case_variation3.phpt | 41 12.3456789000E-10 => 'small', 128 string(5) "small"
|
H A D | array_shift_variation3.phpt | 40 12.3456789000E-10 => 'small', 128 string(5) "small"
|
H A D | array_values_variation3.phpt | 41 12.3456789000E-10 => 'small', 130 string(5) "small"
|
H A D | natcasesort_variation11.phpt | 40 12.3456789000E-10 => 'small', 142 string(5) "small"
|
H A D | natcasesort_variation4.phpt | 15 // array contains combination of capital/small letters
|
/PHP-8.0/Zend/tests/ |
H A D | concat_003.phpt | 2 Concatenating many small strings should not slowdown allocations
|
/PHP-8.0/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 17 // This is basic and will only work for small strings 33 // Only works for small strings as well
|
/PHP-8.0/ext/phar/tests/ |
H A D | 011.phpt | 2 Phar::mapPhar filesize too small in manifest
|