to include the patch as a MIME attachment even if it is short.
NOTE: only MIME attachments of type 'text/*' are accepted. The
- easiest way to acclomplish this, is to make the extension
+ easiest way to accomplish this, is to make the extension
'.txt'.
Test scripts should be included in the same email.
What happens after you submit your patch
---------------------------------------
+----------------------------------------
If your patch is easy to review and has obviously no side-effects,
it might take up to a few hours until someone commits it.
zlib.output_compression=0
--FILE--
<?php
-/* Do not change this test it is a REATME.TESTING example.
+/* Do not change this test it is a README.TESTING example.
* test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
*/
$image = exif_read_data(dirname(__FILE__).'/test5.jpg','',true,false);
Testing str_shuffle.
--FILE--
<?php
-/* Do not change this test it is a REATME.TESTING example. */
+/* Do not change this test it is a README.TESTING example. */
$s = '123';
var_dump(str_shuffle($s));
var_dump($s);
strtr() function
--FILE--
<?php
-/* Do not change this test it is a REATME.TESTING example. */
+/* Do not change this test it is a README.TESTING example. */
$trans = array("hello"=>"hi", "hi"=>"hello", "a"=>"A", "world"=>"planet");
var_dump(strtr("# hi all, I said hello world! #", $trans));
?>