]> granicus.if.org Git - php/commitdiff
typo fixes (argument)
authorVeres Lajos <vlajos@gmail.com>
Mon, 22 Apr 2013 13:05:24 +0000 (14:05 +0100)
committerStanislav Malyshev <stas@php.net>
Mon, 10 Jun 2013 20:36:17 +0000 (13:36 -0700)
54 files changed:
Zend/zend_API.h
ext/intl/tests/badargs.phpt
ext/pcre/pcrelib/NEWS
ext/sqlite3/libsqlite/sqlite3.c
ext/standard/tests/array/009.phpt
ext/standard/tests/array/array_fill_keys_error.phpt
ext/standard/tests/array/array_merge.phpt
ext/standard/tests/array/array_walk_basic2.phpt
ext/standard/tests/array/array_walk_recursive_basic2.phpt
ext/standard/tests/class_object/class_exists_variation_001.phpt
ext/standard/tests/class_object/class_exists_variation_002.phpt
ext/standard/tests/class_object/trait_exists_variation_001.phpt
ext/standard/tests/class_object/trait_exists_variation_002.phpt
ext/standard/tests/file/005_error.phpt
ext/standard/tests/file/fileinode_error.phpt
ext/standard/tests/file/fstat_variation1.phpt
ext/standard/tests/file/fstat_variation2.phpt
ext/standard/tests/file/fstat_variation3.phpt
ext/standard/tests/file/fstat_variation4.phpt
ext/standard/tests/file/fstat_variation5.phpt
ext/standard/tests/file/fstat_variation6.phpt
ext/standard/tests/file/fstat_variation7.phpt
ext/standard/tests/strings/chunk_split_error.phpt
ext/zlib/tests/gzfile_variation1.phpt
ext/zlib/tests/gzfile_variation10.phpt
ext/zlib/tests/gzfile_variation11.phpt
ext/zlib/tests/gzfile_variation12.phpt
ext/zlib/tests/gzfile_variation13.phpt
ext/zlib/tests/gzfile_variation14.phpt
ext/zlib/tests/gzfile_variation2.phpt
ext/zlib/tests/gzfile_variation3.phpt
ext/zlib/tests/gzfile_variation4.phpt
ext/zlib/tests/gzfile_variation5.phpt
ext/zlib/tests/gzfile_variation6.phpt
ext/zlib/tests/gzfile_variation7.phpt
ext/zlib/tests/gzfile_variation8.phpt
ext/zlib/tests/gzfile_variation9.phpt
ext/zlib/tests/readgzfile_variation1.phpt
ext/zlib/tests/readgzfile_variation10.phpt
ext/zlib/tests/readgzfile_variation11.phpt
ext/zlib/tests/readgzfile_variation12.phpt
ext/zlib/tests/readgzfile_variation13.phpt
ext/zlib/tests/readgzfile_variation14.phpt
ext/zlib/tests/readgzfile_variation2.phpt
ext/zlib/tests/readgzfile_variation3.phpt
ext/zlib/tests/readgzfile_variation4.phpt
ext/zlib/tests/readgzfile_variation5.phpt
ext/zlib/tests/readgzfile_variation6.phpt
ext/zlib/tests/readgzfile_variation7.phpt
ext/zlib/tests/readgzfile_variation8.phpt
ext/zlib/tests/readgzfile_variation9.phpt
sapi/fpm/php-fpm.conf.in
scripts/dev/generate-phpt.phar
scripts/dev/generate-phpt/src/gtFunction.php

index cf3895b102106ba5219988559f40542999deb8d7..7b8b68d3b20a2e62c36494699c98a95f1f96e6e8 100644 (file)
@@ -461,7 +461,7 @@ ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
  */
 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **callable_name, char **error TSRMLS_DC);
 
-/** Clear argumens connected with zend_fcall_info *fci
+/** Clear arguments connected with zend_fcall_info *fci
  * If free_mem is not zero then the params array gets free'd as well
  */
 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem);
@@ -499,7 +499,7 @@ ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_l
 ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci TSRMLS_DC, int argc, ...);
 
 /** Call a function using information created by zend_fcall_info_init()/args().
- * If args is given then those replace the arguement info in fci is temporarily.
+ * If args is given then those replace the argument info in fci is temporarily.
  */
 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, zval *args TSRMLS_DC);
 
index 9232bbf0c187a40680b43ce789182b4a4b9d1d2c..264af73acca36b0a68ea24df9b0671bd6fb287c9 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Check that bad argumens return the same
+Check that bad arguments return the same
 --SKIPIF--
 <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
 --FILE--
index ebd9c5ec9d99cfa1f35777908b08253faa2da686..082139f222e85efd17f52721152b816dfe123b68 100644 (file)
@@ -591,7 +591,7 @@ some of the new functionality in Perl 5.005.
 Another (I hope this is the last!) change has been made to the API for the
 pcre_compile() function. An additional argument has been added to make it
 possible to pass over a pointer to character tables built in the current
-locale by pcre_maketables(). To use the default tables, this new arguement
+locale by pcre_maketables(). To use the default tables, this new argument
 should be passed as NULL.
 
           IMPORTANT FOR THOSE UPGRADING FROM VERSION 2.05
index cdcb48b5a9b1fc03b187771a0e3729b74aa614ea..ef64f6dc2cf07d3999d072767cdb30f3ef9f185e 100644 (file)
@@ -93544,7 +93544,7 @@ static u8 minMaxQuery(Select *p){
 
 /*
 ** The select statement passed as the first argument is an aggregate query.
-** The second argment is the associated aggregate-info object. This 
+** The second argument is the associated aggregate-info object. This 
 ** function tests if the SELECT is of the form:
 **
 **   SELECT count(*) FROM <tbl>
index f88f8763fad8e47bc96f71544a45d2ec911fa7ba..7b3bba22610d0fb2aae98aaa8eced00d17b06c88 100644 (file)
@@ -94,7 +94,7 @@ var_dump( current($temp_array, $temp_array) );
 var_dump( reset($temp_array, $temp_array) );
 var_dump( next($temp_array, $temp_array) );
 
-// invalid args type, valid arguement: array 
+// invalid args type, valid argument: array 
 $int_var = 1;
 $float_var = 1.5;
 $string = "string";
index 31a03e7f5f24b244c3880a0cfa3296a8a67d15be..012a729d62bf0ac7a14b9c8726187c7ec2d471f1 100644 (file)
@@ -20,7 +20,7 @@ var_dump( array_fill_keys($keys, $val, $extra_arg) );
 echo "\n-- Testing array_fill_keys() function with less than expected no. of arguments --\n";
 var_dump( array_fill_keys($keys) );
 
-echo "\n-- Testing array_fill_keys() function with no argumets --\n";
+echo "\n-- Testing array_fill_keys() function with no arguments --\n";
 var_dump( array_fill_keys() );
 
 echo "Done";
@@ -38,7 +38,7 @@ NULL
 Warning: array_fill_keys() expects exactly 2 parameters, 1 given in %sarray_fill_keys_error.php on line %d
 NULL
 
--- Testing array_fill_keys() function with no argumets --
+-- Testing array_fill_keys() function with no arguments --
 
 Warning: array_fill_keys() expects exactly 2 parameters, 0 given in %sarray_fill_keys_error.php on line %d
 NULL
index b718386da1b043677ad5b9ff7da0b1493271408c..30830de2b300ef2b01f4ed2dd04e0d5a9d29ea17 100644 (file)
@@ -79,7 +79,7 @@ echo "\n*** Testing array_merge() with typecasting non-array to array ***\n";
 var_dump(array_merge($begin_array[4], (array)"type1", (array)10, (array)12.34));
 
 echo "\n*** Testing error conditions ***";
-/* Invalid argumens */
+/* Invalid arguments */
 var_dump(array_merge());
 var_dump(array_merge(100, 200));
 var_dump(array_merge($begin_array[0], $begin_array[1], 100));
index e856b580ba79e4179b514a58991491322df8199f..3ef15605e7105c64440bdf0728a1f92d64ed3c75 100644 (file)
@@ -25,7 +25,7 @@ function test_alter(&$item, $key, $prefix)
   // with proper type
   var_dump($item); // value
   var_dump($key);  // key
-  var_dump($prefix); // additional agument passed to callback function
+  var_dump($prefix); // additional argument passed to callback function
   echo "\n"; // new line to separate the output between each element
 }
 
index c71d92b4569a9a8e156fd73025598781cc2c52e6..a049c0b812f663d900fcefd35a44d22312b9e2d6 100644 (file)
@@ -25,7 +25,7 @@ function test_alter(&$item, $key, $prefix)
   // with proper type
   var_dump($item); // value
   var_dump($key);  // key
-  var_dump($prefix); // additional agument passed to callback function
+  var_dump($prefix); // additional argument passed to callback function
   echo "\n"; // new line to separate the output between each element
 }
 
index c9146ba9f78e977a1c5ab81edcde60829ba81e0a..52a3584763e13697c8df184764992c2caad920c8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test class_exists() function : usage variations - unexpected types for agument 1
+Test class_exists() function : usage variations - unexpected types for argument 1
 --FILE--
 <?php
 /* Prototype  : proto bool class_exists(string classname [, bool autoload])
index ae9de157f6a29326ed7d985b5fbcb591952b06cf..954e4d8cbc545107007cade46ee8477621dad159 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test class_exists() function : usage variations  - unexpected types for agument 2
+Test class_exists() function : usage variations  - unexpected types for argument 2
 --FILE--
 <?php
 /* Prototype  : proto bool class_exists(string classname [, bool autoload])
index 65ef1993cfc12264566f06b2a26bc929a1e8efd7..e7fa4afd1e8c49215dc0d97b66506b30484eb8c1 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test trait_exists() function : usage variations - unexpected types for agument 1
+Test trait_exists() function : usage variations - unexpected types for argument 1
 --FILE--
 <?php
 /* Prototype  : proto bool trait_exists(string traitname [, bool autoload])
index a2fcbbf018ff84a5d9e692209c43efd15af25638..365efffe41b16baccc49762a40c4a7d489563043 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test trait_exists() function : usage variations  - unexpected types for agument 2
+Test trait_exists() function : usage variations  - unexpected types for argument 2
 --FILE--
 <?php
 /* Prototype  : proto bool trait_exists(string traitname [, bool autoload])
index fc4852e4ad31117792dee821c15fa0950f868913..20ba3a7fc09a37a70527f8543dc55b7e7248e938 100644 (file)
@@ -23,7 +23,7 @@ Test fileatime(), filemtime(), filectime() & touch() functions : error condition
 echo "*** Testing error conditions ***\n";
 
 echo "\n-- Testing with  Non-existing files --";
-/* Both invalid argumetns */
+/* Both invalid arguments */
 var_dump( fileatime("/no/such/file/or/dir") );
 var_dump( filemtime("/no/such/file/or/dir") );
 var_dump( filectime("/no/such/file/or/dir") );
index d716c4ae5b3e9fbaa56d19c7d699d550c8773cd2..eb5d79e0c3506b6dc09a9b878bcb9256823ac9b5 100644 (file)
@@ -16,10 +16,10 @@ var_dump( fileinode("/no/such/file/dir") );
 var_dump( fileinode("string") );
 var_dump( fileinode(100) );
 
-/* No.of argumetns less than expected */
+/* No.of arguments less than expected */
 var_dump( fileinode() );
 
-/* No.of argumetns greater than expected */
+/* No.of arguments greater than expected */
 var_dump( fileinode(__FILE__, "string") );
 
 echo "\n*** Done ***";
index b2ad54196c788dc19e0d6b5512883202f53e55b2..14b7b31c4be0a2fda0388372c4d360cd5e221a51 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function fstat() by substituting agument 1 with array values.
+Test function fstat() by substituting argument 1 with array values.
 --FILE--
 <?php
 $index_array = array(1, 2, 3);
index fd62f23b60a8309b7f2ffce3f60e56b840d9b49b..6368c3b84909e2a4328c6142adbceb895601fb39 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function fstat() by substituting agument 1 with boolean values.
+Test function fstat() by substituting argument 1 with boolean values.
 --FILE--
 <?php
 $variation_array = array(
index 4cd74e3c14c80be59eb3b7b03f4ae642b7e04a22..59de1bbfc104d8b28ea5daede42d19190a3a2d62 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function fstat() by substituting agument 1 with emptyUnsetUndefNull values.
+Test function fstat() by substituting argument 1 with emptyUnsetUndefNull values.
 --FILE--
 <?php
 $unset_var = 10;
index 16497760b84e36c2bbf8c6d0d21ae6d8c6e0b99b..dc2575f7d0d886d363c4fa657b3caf3f31748905 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function fstat() by substituting agument 1 with float values.
+Test function fstat() by substituting argument 1 with float values.
 --FILE--
 <?php
 $variation_array = array(
index ef4f4eaf3db1a071c0ef9ae809bb2e151d07941e..6f98da81e749c9dd1d67ac27792386719a420829 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function fstat() by substituting agument 1 with int values.
+Test function fstat() by substituting argument 1 with int values.
 --FILE--
 <?php
 $variation_array = array (
index 0789ff7a93f599f6976006a37586382d8ef73ff1..01f6d36199277a936d5f9930b41b022a2d35e0c6 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function fstat() by substituting agument 1 with object values.
+Test function fstat() by substituting argument 1 with object values.
 --FILE--
 <?php
 
index 1f3f001b25dc37bfc13aee4cbb46bd35fd490069..5a55dceb9a86f3d7e63690a7d51e24c6099503fa 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function fstat() by substituting agument 1 with string values.
+Test function fstat() by substituting argument 1 with string values.
 --FILE--
 <?php
 $heredoc = <<<EOT
index 9313b65b5b8caf842b542b26999e352a79aec42f..341f04ffd350ea89ecb79b79301fcef46abc3502 100644 (file)
@@ -10,7 +10,7 @@ Test chunk_split() function : error conditions
 
 /*
 * Testing error conditions of chunk_split() with zero arguments 
-* and for more than expected number of argments 
+* and for more than expected number of arguments 
 */
 
 echo "*** Testing chunk_split() : error conditions ***\n";
index 767abb7e30c018cdc08bd6073c3de85d9ef39cfc..131170b4b75ac9b12deb7eb7e7458ed41a699924 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 1 with array values.
+Test function gzfile() by substituting argument 1 with array values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 2a6d8915d036194dd87152ac7cb3868465585eb1..20de8cb5350dfaf507019633e579df61b1c76c22 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 2 with emptyUnsetUndefNull values.
+Test function gzfile() by substituting argument 2 with emptyUnsetUndefNull values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 02faa4501ffce003d8de00e1e13eaa9ec2a34f65..a3585e54201e7fcb335e079d135ce056ba4c3a5a 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 2 with float values.
+Test function gzfile() by substituting argument 2 with float values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index a8efc7616c47f972288bfa3c26fbe9afce0b3e3e..be28f0168154c70dd7baf6e0f88ee4447803b77d 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 2 with int values.
+Test function gzfile() by substituting argument 2 with int values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 8014d7d9d981eea329b63f5475faaab1d4b1288e..4198c474dfeb7ecec589be5edc333dd83865a1bc 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 2 with object values.
+Test function gzfile() by substituting argument 2 with object values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 8eb183c1c82629d27bf3a384970e6c9863051fa9..7462bea80931a412cecc56f6cf39919bfdcd7494 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 2 with string values.
+Test function gzfile() by substituting argument 2 with string values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 2f75c7f81a9155caab17133b9145721ebc17ff37..ba487435cd840d26c52bb9123016ca7fe5c10639 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 1 with boolean values.
+Test function gzfile() by substituting argument 1 with boolean values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 8a6f2cec2c7f6f733b912e521c85923f6d1cdfe7..cf4520d412bf1c4bc822712560a1dd6ad9a25324 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 1 with emptyUnsetUndefNull values.
+Test function gzfile() by substituting argument 1 with emptyUnsetUndefNull values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index b3c8ac483c6546af901432a4f4153b9a32c81f58..3310231566a8881ff1c9d2b163a5a60c71368477 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 1 with float values.
+Test function gzfile() by substituting argument 1 with float values.
 --SKIPIF--
 <?php
 if (!extension_loaded(zlib)) die ('skip zlib extension not available in this build');
index 5e210b653f66ac00b83b5f164ea7f8f340d1161d..6a874a578688733433f6f2fb0db6b5fdfaab4424 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 1 with int values.
+Test function gzfile() by substituting argument 1 with int values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 1ce1be659139564d9c37d5ddafb3688c93f6e3cf..64168180fcc87e6785ef9aa62d5b18996a0cdbea 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 1 with object values.
+Test function gzfile() by substituting argument 1 with object values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index b441dd670e5b58bb097d1a7e8b6e97512e654979..c9dd298269cc14724aab09a6ee7bd04496a3464b 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 1 with string values.
+Test function gzfile() by substituting argument 1 with string values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 32d969326cfdbb20f69b24fa827134784061c2b2..50d042218cc1f0968ea3525f92eeb55eb6ba6478 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 2 with array values.
+Test function gzfile() by substituting argument 2 with array values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index c2c24ae26c1fd09e51afd6f865d07b58fd86b5da..3675dcbef9f395571cde2813275c7e013d43ef2c 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function gzfile() by substituting agument 2 with boolean values.
+Test function gzfile() by substituting argument 2 with boolean values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index e31824ce1f4cef3515510ab637e7fbb63f32f6b8..5a5ec4f6e74af90c1be610b2156b0af5fe847ea8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 1 with array values.
+Test function readgzfile() by substituting argument 1 with array values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 29249a1f2b476d3cb38340be9e760d6c6e93d586..bc6cc5b45281ec55744fd7e762ad46f9de46bc08 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 2 with emptyUnsetUndefNull values.
+Test function readgzfile() by substituting argument 2 with emptyUnsetUndefNull values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 4023211ff160eb57e9d2904aac08236017043d8d..01dc78721db0934372838380a7272662e9c961a8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 2 with float values.
+Test function readgzfile() by substituting argument 2 with float values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 8c291a4f46f1bdf58868fcf73bd4900899015410..06486acdd04ae3bef68540ffdfef4bb45db7584d 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 2 with int values.
+Test function readgzfile() by substituting argument 2 with int values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 117860eb403e0b8d1e8916af8a062132a8653855..db1bd892a5cd4db038868f6f7ab49239af0fc28e 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 2 with object values.
+Test function readgzfile() by substituting argument 2 with object values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index ee0d6d6d4e3904f117988a16d164f2897d4bbb0e..90081a946588aa7bbd166936129ef33abf194971 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 2 with string values.
+Test function readgzfile() by substituting argument 2 with string values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 367cc401b34fcd576b055355683b5762c62c282e..53a9f3e31e0243d7c64f0f75c7e540a0f208a719 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 1 with boolean values.
+Test function readgzfile() by substituting argument 1 with boolean values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 6645d67b7a6558a3a1aaf762d3f45fe7ef284d51..8afb16946ecb570dbd7d49b9f24bb38ad88d518f 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 1 with emptyUnsetUndefNull values.
+Test function readgzfile() by substituting argument 1 with emptyUnsetUndefNull values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index ece84a990e7a4f64b96b866bd2fdd8b054678c2c..00211f7dfef1167f45f3e8ba326f3c9d28d4ce72 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 1 with float values.
+Test function readgzfile() by substituting argument 1 with float values.
 --SKIPIF--
 <?php
 if (!extension_loaded(zlib)) die ('skip zlib extension not available in this build');
index 460e18893093294c5618b370af7d7a80241839f7..2aa83fde3b377567beecc6110c0bfe837c97053a 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 1 with int values.
+Test function readgzfile() by substituting argument 1 with int values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 69a4dc190a3efd477744c7ba6a59370b1b8d0fe3..702f91850eff368bec2528b887d3f667e4291238 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 1 with object values.
+Test function readgzfile() by substituting argument 1 with object values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 20162b5cb58ad23c72088cbf8aa76c029c79b452..f4abdac9b5450b5d0aabd2e54590cfe37c673d8e 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 1 with string values.
+Test function readgzfile() by substituting argument 1 with string values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 2e155288fa42d67725a755a2af6948933c7b6758..291b69efcf83b0e78a6a56ad95359b4e96230f1f 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 2 with array values.
+Test function readgzfile() by substituting argument 2 with array values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index 5cdb5b5da5d1eac1d8592331f45b62d81643e98c..d90058f8d20891371285838a32a39e779a3fd770 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test function readgzfile() by substituting agument 2 with boolean values.
+Test function readgzfile() by substituting argument 2 with boolean values.
 --SKIPIF--
 <?php
 if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build');
index f4d6e06c3b0653839f8a21edfeaf1163c74f4df1..e0d80970af8b6c7d028a412a69ec79ed0a80be64 100644 (file)
@@ -10,7 +10,7 @@
 ; files from a glob(3) pattern. This directive can be used everywhere in the
 ; file.
 ; Relative path can also be used. They will be prefixed by:
-;  - the global prefix if it's been set (-p arguement)
+;  - the global prefix if it's been set (-p argument)
 ;  - @prefix@ otherwise
 ;include=etc/fpm.d/*.conf
 
index d9e6ce4302d5b8d954d6ad74741eb28605b1277f..a12c040f9c93c2123c22bfdba6fef3a6df6f19c7 100644 (file)
Binary files a/scripts/dev/generate-phpt.phar and b/scripts/dev/generate-phpt.phar differ
index 74058216eeab722b1a446fb84dc9328eade66103..47f4bafcb34b118a07a733ac100bf78855039664 100644 (file)
@@ -19,7 +19,7 @@ class gtFunction extends gtTestSubject {
 
 
   /**
-   * Get the names of function argments and initialise mandatory and optional argument arrays
+   * Get the names of function arguments and initialise mandatory and optional argument arrays
    *
    */
   public function setArgumentNames() {