Home
last modified time | relevance | path

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

123

/PHP-5.5/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.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-5.5/ext/standard/tests/strings/
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-5.5/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-win32.phpt24 $data = "A small string to encode\n";
H A Dgzencode_variation2.phpt24 $data = "A small string to encode\n";
/PHP-5.5/ext/standard/tests/array/
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',
136 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',
167 string(5) "small"
174 string(5) "small"
H A Dnatcasesort_variation11.phpt45 12.3456789000E-10 => 'small',
148 string(5) "small"
H A Dnatcasesort_variation4.phpt25 // array contains combination of capital/small letters
H A Darray_change_key_case_variation8.phpt25 // array contains combination of capital/small letters
/PHP-5.5/ext/phar/tests/
H A D011.phpt2 Phar::mapPhar filesize too small in manifest
/PHP-5.5/ext/bz2/
H A Dbz2.c85 ZEND_ARG_INFO(0, small)
546 long small = 0; in PHP_FUNCTION() local
554 …FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &source, &source_len, &small)) { in PHP_FUNCTION()
561 if (BZ2_bzDecompressInit(&bzs, 0, small) != BZ_OK) { in PHP_FUNCTION()
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_021.phpt2 SPL: FixedArray: misc small tests
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt42 printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
H A Dmysqli_fetch_assoc_zerofill.phpt50 printf("[%03d] Length reported is too small to run test\n", $offset);
H A Dmysqli_debug.phpt41 printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",

Completed in 41 milliseconds

123