Home
last modified time | relevance | path

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

123

/PHP-7.3/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 Dbug39286-mb.phpt2 Bug #39508 (imagefill crashes with small images 3 pixels or less)
H A Dbug39286.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-7.3/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
/PHP-7.3/ext/standard/tests/image/
H A Dbug70052.phpt2 Bug #70052 (getimagesize() fails for very large and very small WBMP)
/PHP-7.3/Zend/tests/
H A Dconcat_003.phpt2 Concatenating many small strings should not slowdown allocations
/PHP-7.3/ext/zlib/tests/
H A Dgzinflate_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
63 -- Testing with a buffer that is too small --
H A Dgzuncompress_error1.phpt30 echo "\n-- Testing with a buffer that is too small --\n";
65 -- Testing with a buffer that is too small --
H A Dgzencode_variation2.phpt24 $data = "A small string to encode\n";
H A Dgzencode_variation2-win32.phpt29 $data = "A small string to encode\n";
/PHP-7.3/ext/standard/tests/array/
H A Darray_filter_variation10.phpt17 $small = array(123);
38 var_dump( array_filter($small, 'dump', false) );
H A Darray_change_key_case_variation3.phpt46 12.3456789000E-10 => 'small',
133 string(5) "small"
H A Darray_shift_variation3.phpt45 12.3456789000E-10 => 'small',
133 string(5) "small"
H A Darray_values_variation3.phpt46 12.3456789000E-10 => 'small',
135 string(5) "small"
H A Darray_merge_variation4.phpt49 12.3456789000E-10 => 'small',
174 string(5) "small"
188 string(5) "small"
H A Darray_slice_variation7.phpt50 12.3456789000E-10 => 'small',
166 string(5) "small"
173 string(5) "small"
H A Dnatcasesort_variation11.phpt45 12.3456789000E-10 => 'small',
147 string(5) "small"
/PHP-7.3/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-7.3/ext/phar/tests/
H A D011.phpt2 Phar::mapPhar filesize too small in manifest
/PHP-7.3/ext/bz2/
H A Dbz2.c84 ZEND_ARG_INFO(0, small)
565 zend_long small = 0; in PHP_FUNCTION() local
573 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &source, &source_len, &small)) { in PHP_FUNCTION()
580 if (BZ2_bzDecompressInit(&bzs, 0, (int)small) != BZ_OK) { in PHP_FUNCTION()

Completed in 40 milliseconds

123