Home
last modified time | relevance | path

Searched refs:im (Results 101 – 110 of 110) sorted by relevance

12345

/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation2.phpt14 /* Prototype : int imagecolorallocate(resource im, int red, int green, int blue)
21 $im = imagecreatetruecolor(200, 200);
104 var_dump( imagecolorallocate($im, $value, $green, $blue) );
H A Dimagecolorallocate_variation3.phpt14 /* Prototype : imagecolorallocate(resource im, int red, int green, int blue)
21 $im = imagecreatetruecolor(200, 200);
104 var_dump( imagecolorallocate($im, $red, $value, $blue) );
H A Dimagecolourstotal_basic.phpt16 /* Prototype : int imagecolorstotal(resource im)
H A Dcreatefromwbmp2_extern.phpt41 $im = imagecreatefromwbmp($filename);
H A Dcreatefromwbmp2.phpt41 $im = imagecreatefromwbmp($filename);
H A Dimagecolorallocate_variation6.phpt14 /* Prototype : int imagecolorallocate(resource im, int red, int green, int blue)
H A Dimagecolorallocate_variation1.phpt11 /* Prototype : int imagecolorallocate(resource im, int red, int green, int blue)
108 // loop through each element of the array for im
/PHP-5.5/ext/oci8/tests/
H A Dlob_029.phpt73 …ge) values (2, 'Description 2', bfilename('TESTDIR', '$realfilename1')) returning Image into :im");
74 oci_bind_by_name($s, ":im", $d, -1, OCI_B_BFILE);
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja756 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf",
758 ImageGif($im);
761 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf","���ܸ�");
762 ImagePng($im);
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2971 starts. For example, if the pattern /(?im)abc(?-i)d/ is compiled with
5991 For example, (?im) sets caseless, multiline matching. It is also possi-
5993 combined setting and unsetting such as (?im-sx), which sets PCRE_CASE-

Completed in 38 milliseconds

12345