Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/gd/tests/
H A Dbug39273.phpt7 $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 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.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 Dsubstr_count_error.phpt31 /* length too small */
/PHP-8.3/ext/zlib/tests/
H A Dgzinflate_error1.phpt11 echo "\n-- Testing with a buffer that is too small --\n";
22 -- Testing with a buffer that is too small --
H A Dgzuncompress_error1.phpt9 echo "\n-- Testing with a buffer that is too small --\n";
23 -- 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.3/ext/standard/tests/image/
H A Dbug70052.phpt2 Bug #70052 (getimagesize() fails for very large and very small WBMP)
/PHP-8.3/Zend/tests/fibers/
H A Dgh10249.phpt17 Fiber stack size is too small, it needs to be at least %d bytes
/PHP-8.3/ext/opcache/tests/
H A Doptimize_static_002.phpt12 …// Eliminating this does have a small side effect of not showing & for $a when var_dumping static …
/PHP-8.3/ext/standard/tests/array/
H A Darray_filter_variation10.phpt12 $small = array(123);
33 var_dump( array_filter($small, 'dump', false) );
H A Dnatcasesort_variation4.phpt15 // array contains combination of capital/small letters
H A Darray_change_key_case_variation8.phpt15 // array contains combination of capital/small letters
/PHP-8.3/Zend/tests/
H A Dconcat_003.phpt2 Concatenating many small strings should not slowdown allocations
/PHP-8.3/ext/ldap/tests/
H A Dldap_exop.phpt18 // This is basic and will only work for small strings
34 // Only works for small strings as well
/PHP-8.3/ext/phar/tests/
H A D011.phpt2 Phar::mapPhar filesize too small in manifest
/PHP-8.3/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt89 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-8.3/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt37 … printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
/PHP-8.3/ext/spl/tests/
H A Dfixedarray_021.phpt2 SPL: FixedArray: misc small tests
/PHP-8.3/ext/bz2/
H A Dbz2.c497 bool small = 0; in PHP_FUNCTION() local
505 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &source, &source_len, &small)) { in PHP_FUNCTION()
512 if (BZ2_bzDecompressInit(&bzs, 0, (int)small) != BZ_OK) { in PHP_FUNCTION()
/PHP-8.3/ext/standard/tests/file/
H A Dbug69442.phpt35 * was small */

Completed in 30 milliseconds

12