Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 52) sorted by relevance

123

/PHP-8.0/ext/gd/tests/
H A Dbug39273.phpt9 $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 Dbug39508.phpt2 Bug #39508 (imagefill crashes with small images 3 pixels or less)
H A Dbug51671.phpt2 Bug #51671 (imagefill does not work correctly for small images)
H A Dbug60160.phpt2 Bug #60160 (imagefill does not work correctly for small images) @see bug51671
/PHP-8.0/ext/standard/tests/strings/
H A Dbug72100.phpt11 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 Dbug36306.phpt9 Have to find some small strings to truly reproduce
H A Dstrtoupper.phpt13 // this one. A small array based on PHP_OS should
H A Dsubstr_count_error.phpt31 /* length too small */
/PHP-8.0/ext/zlib/tests/
H A Dgzinflate_error1.phpt15 echo "\n-- Testing with a buffer that is too small --\n";
26 -- Testing with a buffer that is too small --
H A Dgzuncompress_error1.phpt13 echo "\n-- Testing with a buffer that is too small --\n";
27 -- Testing with a buffer that is too small --
H A Dgzencode_variation2-win32.phpt23 $data = "A small string to encode\n";
H A Dgzencode_variation2.phpt22 $data = "A small string to encode\n";
/PHP-8.0/ext/standard/tests/image/
H A Dbug70052.phpt2 Bug #70052 (getimagesize() fails for very large and very small WBMP)
/PHP-8.0/ext/openssl/tests/
H A Dbug80747.phpt24 error:%s:key size too small
/PHP-8.0/ext/standard/tests/array/
H A Darray_filter_variation10.phpt12 $small = array(123);
33 var_dump( array_filter($small, 'dump', false) );
H A Darray_merge_variation4.phpt44 12.3456789000E-10 => 'small',
169 string(5) "small"
183 string(5) "small"
H A Darray_slice_variation7.phpt45 12.3456789000E-10 => 'small',
161 string(5) "small"
168 string(5) "small"
H A Darray_change_key_case_variation3.phpt41 12.3456789000E-10 => 'small',
128 string(5) "small"
H A Darray_shift_variation3.phpt40 12.3456789000E-10 => 'small',
128 string(5) "small"
H A Darray_values_variation3.phpt41 12.3456789000E-10 => 'small',
130 string(5) "small"
H A Dnatcasesort_variation11.phpt40 12.3456789000E-10 => 'small',
142 string(5) "small"
H A Dnatcasesort_variation4.phpt15 // array contains combination of capital/small letters
/PHP-8.0/Zend/tests/
H A Dconcat_003.phpt2 Concatenating many small strings should not slowdown allocations
/PHP-8.0/ext/ldap/tests/
H A Dldap_exop.phpt17 // 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 D011.phpt2 Phar::mapPhar filesize too small in manifest

Completed in 26 milliseconds

123