]> granicus.if.org Git - php/commitdiff
non living code related typo fixes
authorVeres Lajos <vlajos@gmail.com>
Tue, 23 Jul 2013 23:55:43 +0000 (00:55 +0100)
committerStanislav Malyshev <stas@php.net>
Sun, 4 Aug 2013 23:05:36 +0000 (16:05 -0700)
48 files changed:
Zend/tests/traits/bugs/overridding-conflicting-methods.phpt
Zend/zend_builtin_functions.c
Zend/zend_compile.c
Zend/zend_execute_API.c
Zend/zend_globals.h
Zend/zend_language_scanner.h
configure.in
ext/date/php_date.c
ext/date/php_date.h
ext/dom/tests/bug44648.phpt
ext/fileinfo/tests/magic
ext/ftp/ftp.c
ext/mbstring/oniguruma/HISTORY
ext/mbstring/tests/mb_http_output.phpt
ext/mysql/php_mysql.c
ext/mysqli/tests/mysqli_get_client_stats.phpt
ext/mysqlnd/mysqlnd_net.c
ext/pdo_pgsql/tests/bug_33876.phpt
ext/posix/tests/posix_ctermid.phpt
ext/reflection/php_reflection.c
ext/session/tests/020.phpt
ext/spl/internal/splobjectstorage.inc
ext/spl/spl.php
ext/spl/tests/spl_priorityqeue_insert_two_params_error.phpt
ext/sqlite3/libsqlite/sqlite3.c
ext/standard/pack.c
ext/standard/tests/array/array_count_values_variation.phpt
ext/standard/tests/file/chmod_basic-win32.phpt
ext/standard/tests/file/chmod_basic.phpt
ext/standard/tests/strings/lcfirst.phpt
ext/standard/tests/strings/str_replace.phpt
ext/standard/tests/strings/str_replace_variation3.phpt
ext/standard/tests/strings/strcasecmp.phpt
ext/standard/tests/strings/strcmp.phpt
ext/standard/tests/strings/strlen.phpt
ext/standard/tests/strings/strpos.phpt
ext/standard/tests/strings/strstr.phpt
ext/standard/tests/strings/ucfirst.phpt
ext/tidy/tidy.c
ext/xmlrpc/libxmlrpc/xml_to_soap.c
sapi/apache/config.m4
sapi/apache2filter/config.m4
sapi/apache2handler/config.m4
sapi/apache_hooks/config.m4
sapi/fpm/php-fpm.conf.in
scripts/dev/generate-phpt.phar
scripts/dev/generate-phpt/src/testcase/gtTestCase.php
tests/classes/static_properties_004.phpt

index fc09a367bde96c236c3d92017844a1ed773cb7aa..0bbea110055df2aaba129c00b9272815058057c4 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Overridding Conflicting Methods should not result in a notice/warning about collisions
+Overriding Conflicting Methods should not result in a notice/warning about collisions
 --FILE--
 <?php
 error_reporting(E_ALL);
index dc496e9ed5e43c2610fb420b2fe0fcc46bacb944..72d905848a1b1a24383aae88152e4488ec302a79 100644 (file)
@@ -2396,7 +2396,7 @@ ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int
                                MAKE_STD_ZVAL(arg_array);
                                array_init(arg_array);
 
-                               /* include_filename always points to the last filename of the last last called-fuction.
+                               /* include_filename always points to the last filename of the last last called-function.
                                   if we have called include in the frame above - this is the file we have included.
                                 */
 
index f5609fe62081755a98e732e9d78ba70d242532a8..326d4ef976795e57d4794d701b6cdef4d4aa4faa 100644 (file)
@@ -1723,7 +1723,7 @@ void zend_do_begin_function_declaration(znode *function_token, znode *function_n
        }
 
        {
-               /* Push a seperator to the switch and foreach stacks */
+               /* Push a separator to the switch and foreach stacks */
                zend_switch_entry switch_entry;
 
                switch_entry.cond.op_type = IS_UNUSED;
@@ -1817,7 +1817,7 @@ void zend_do_end_function_declaration(const znode *function_token TSRMLS_DC) /*
        CG(active_op_array) = function_token->u.op_array;
 
 
-       /* Pop the switch and foreach seperators */
+       /* Pop the switch and foreach separators */
        zend_stack_del_top(&CG(switch_cond_stack));
        zend_stack_del_top(&CG(foreach_copy_stack));
 }
@@ -2584,7 +2584,7 @@ static int generate_free_foreach_copy(const zend_op *foreach_copy TSRMLS_DC) /*
 {
        zend_op *opline;
 
-       /* If we reach the seperator then stop applying the stack */
+       /* If we reach the separator then stop applying the stack */
        if (foreach_copy->result_type == IS_UNUSED && foreach_copy->op1_type == IS_UNUSED) {
                return 1;
        }
index 9bffe9eff8070f8077513b2bc22d4fa88db19c90..6fa7e9bafb14d1d733f9fc008b5a075e20cc3b02 100644 (file)
@@ -1072,7 +1072,7 @@ ZEND_API int zend_lookup_class_ex(const char *name, int name_length, const zend_
        }
 
        /* The compiler is not-reentrant. Make sure we __autoload() only during run-time
-        * (doesn't impact fuctionality of __autoload()
+        * (doesn't impact functionality of __autoload()
        */
        if (!use_autoload || zend_is_compiling(TSRMLS_C)) {
                if (!key) {
index 58392c199bd585a6464c01254a292617f57d0440..646e9c9a6083f854ae2691c676d40d9d56a6f4f3 100644 (file)
@@ -306,7 +306,7 @@ struct _zend_php_scanner_globals {
        unsigned char *script_filtered;
        size_t script_filtered_size;
 
-       /* input/ouput filters */
+       /* input/output filters */
        zend_encoding_filter input_filter;
        zend_encoding_filter output_filter;
        const zend_encoding *script_encoding;
index 826ad7aba65d962ee5bd8e63920f775569960c00..704547825abb3b36a6e51525a8e40e1ffa0679d2 100644 (file)
@@ -44,7 +44,7 @@ typedef struct _zend_lex_state {
        unsigned char *script_filtered;
        size_t script_filtered_size;
 
-       /* input/ouput filters */
+       /* input/output filters */
        zend_encoding_filter input_filter;
        zend_encoding_filter output_filter;
        const zend_encoding *script_encoding;
index 35e5c3e5888300757b2178ede734ae7f9a8175e8..3d707584268d0713add2b9a97336cb1fbec52dd0 100644 (file)
@@ -1582,7 +1582,7 @@ cat <<X
 | see the file debug.log for error messages.                         |
 |                                                                    |
 | If you are unable to fix this, send the file debug.log to the      |
-| php-install@lists.php.net mailing list and include appropiate      |
+| php-install@lists.php.net mailing list and include appropriate      |
 | information about your setup.                                      |
 X
   fi
index d1f9a7f8e3fd39b0fb784658b9b0c1d4a0844a9f..270c05832d36864ba36efb3ec2cb2e3a07bf588f 100644 (file)
@@ -1352,7 +1352,7 @@ PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb)
 }
 /* }}} */
 
-/* {{{ php_parse_date: Backwards compability function */
+/* {{{ php_parse_date: Backwards compatibility function */
 PHPAPI signed long php_parse_date(char *string, signed long *now)
 {
        timelib_time *parsed_time;
index 806c27ac5bbef8e489f3b1a5c0638e049b92fed8..be0df38b69cb795b6074b36acae8dac1c43051ef 100644 (file)
@@ -165,7 +165,7 @@ ZEND_END_MODULE_GLOBALS(date)
 #define DATEG(v) (date_globals.v)
 #endif
 
-/* Backwards compability wrapper */
+/* Backwards compatibility wrapper */
 PHPAPI signed long php_parse_date(char *string, signed long *now);
 PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
 PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC);
index d04f590acabbd5ff556126f85456c592486bc341..4ff7ac389cbf67f68df8e094e299fb18bf0573df 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #44648 (Attribute names not checked for wellformedness)
+Bug #44648 (Attribute names not checked for well formedness)
 --SKIPIF--
 <?php require_once('skipif.inc'); ?>
 --FILE--
index 374734d57a4de7267e8a8240f032aeb727aba95b..aa75fb65bc1bddc54c5b89385d2d0eb545bc5b28 100644 (file)
 #>65   string          ZSYS            (Pre-System 7 system file)
 #>65   string          acf3            (Aldus FreeHand)
 #>65   string          cdev            (control panel)
-#>65   string          dfil            (Desk Acessory suitcase)
+#>65   string          dfil            (Desk Accessory suitcase)
 #>65   string          libr            (library)
 #>65   string          nX^d            (WriteNow word processor)
 #>65   string          nX^w            (WriteNow dictionary)
index bde4792a14a25d56182e72c4da7ff10568e0f5c6..dd41f02704255fbbb3ac8629804a27ef27c7d04d 100644 (file)
@@ -39,7 +39,7 @@
 #ifdef PHP_WIN32
 #include <winsock2.h>
 #elif defined(NETWARE)
-#ifdef USE_WINSOCK    /* Modified to use Winsock (NOVSOCK2.H), atleast for now */
+#ifdef USE_WINSOCK    /* Modified to use Winsock (NOVSOCK2.H), at least for now */
 #include <novsock2.h>
 #else
 #include <sys/socket.h>
index 55c5572fa03124d5887e940cb58f31c5bd575388..647a4609069a9d473b969775bc3833bf40b8b48e 100644 (file)
@@ -673,7 +673,7 @@ History
 2004/10/18: [impl] (thanks Imai Yasumasa)
                    enclose #include <sys/types.h> by #ifndef __BORLANDC__.
 2004/10/18: [bug]  (thanks Imai Yasumasa)
-                   memory acess violation in select_opt_exact_info().
+                   memory access violation in select_opt_exact_info().
 2004/09/25: [dist] fix doc/API and doc/API.ja.
 2004/09/25: [bug]  fix OP_SEMI_END_BUF process in match_at() for
                    the case USE_NEWLINE_AT_END_OF_STRING_HAS_EMPTY_LINE
index 7fb3335fe22ba8d86c425bc7bb8b09507151c9e2..6f149bfc9fe194ffaf83dd6d68d587832b0d547c 100644 (file)
@@ -4,7 +4,7 @@ mb_http_output()
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
 --FILE--
 <?php
-//TODO: Add more encoding. Wrong paramter type test.
+//TODO: Add more encoding. Wrong parameter type test.
 //$debug = true;
 ini_set('include_path', dirname(__FILE__));
 include_once('common.inc');
index adaecd020da9e4699828ac8a706446f42435a05f..078b402ff4aa179016de64228e9e4c3936660614 100644 (file)
@@ -1918,7 +1918,7 @@ PHP_FUNCTION(mysql_result)
 
 /*
 johannes TODO:
-Do 2 zend_parse_paramters calls instead of type "z" and switch below
+Do 2 zend_parse_parameters calls instead of type "z" and switch below
 Q: String or long first?
 */
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|z", &result, &row, &field) == FAILURE) {
index ef5ef6ee69c0e515f39ae223251b52a35614c5ed..a22fc58f53fe533857dd6e694aa9b62c85dad0e6 100644 (file)
@@ -166,7 +166,7 @@ mysqlnd.collect_memory_statistics=1
        mysqli_get_client_stats_assert_gt('bytes_sent', $info, $expected, $test_counter);
        mysqli_get_client_stats_assert_gt('bytes_received', $info, $expected, $test_counter);
 
-       // real_data_* get incremeneted after mysqli_*fetch*()
+       // real_data_* get incremented after mysqli_*fetch*()
     mysqli_get_client_stats_assert_eq('bytes_received_real_data_normal', $info, "0", $test_counter);
        mysqli_get_client_stats_assert_eq('bytes_received_real_data_ps', $info, "0", $test_counter);
 
index 21241b3ef506593ea591d8195b2ff4e924a0c329..77e1196413f4113f17a89545f1684403b9b05a03 100644 (file)
@@ -758,7 +758,7 @@ MYSQLND_METHOD(mysqlnd_net, consume_uneaten_data)(MYSQLND_NET * const net, enum
        /*
          Switch to non-blocking mode and try to consume something from
          the line, if possible, then continue. This saves us from looking for
-         the actuall place where out-of-order packets have been sent.
+         the actual place where out-of-order packets have been sent.
          If someone is completely sure that everything is fine, he can switch it
          off.
        */
index 48618e13dba95cbed9db2b8fba6acc19e09ad5bc..6a93905b439f323d2149b456d9f23beca5953945 100644 (file)
@@ -82,7 +82,7 @@ else
 # false -> "" as string, which pgsql doesn't like
 if (!$res->execute(array(false))) {
        $err = $res->errorInfo();
-       // Strip additional lines ouputted by recent PgSQL versions
+       // Strip additional lines outputted by recent PgSQL versions
        $err[2] = trim(current(explode("\n", $err[2])));
        print_r($err);
 } else {
index f77da00aabfa3b3a6952161d319272293d93715e..551ed7304e21dd618fd46d0c48a96298aff0a388 100644 (file)
@@ -13,7 +13,7 @@ PHP Testfest Berlin 2009-05-10
     }
     // needed because of #ifdef HAVE_CTERMID in posix.c
     if (!function_exists('posix_ctermid')) { 
-        die('SKIP - Fuction posix_ctermid() not available');
+        die('SKIP - Function posix_ctermid() not available');
     }
 ?>
 --FILE--
index 6c4d8062369898a397e4b128348042f5c01b4427..c4a7c554f00da47fe9cff384d18c532a1a959dff 100644 (file)
@@ -5237,7 +5237,7 @@ ZEND_METHOD(reflection_extension, getVersion)
 /* }}} */
 
 /* {{{ proto public ReflectionFunction[] ReflectionExtension::getFunctions()
-   Returns an array of this extension's fuctions */
+   Returns an array of this extension's functions */
 ZEND_METHOD(reflection_extension, getFunctions)
 {
        reflection_object *intern;
index f43bac5d1fd00251a07d658005ef23f32e9081c2..014112982015d3502c375ce34b990c8ffc2ec2f1 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-rewriter uses arg_seperator.output for modifying URLs
+rewriter uses arg_separator.output for modifying URLs
 --SKIPIF--
 <?php include('skipif.inc'); ?>
 --INI--
index fa164066c70f89c505862ab0253c4810ff36583f..ffc6c994889df402472e19f1feaad6b8ea14f560 100644 (file)
@@ -16,7 +16,7 @@
  * @since PHP 5.1.2
  *
  * This container allows to store objects uniquly without the need to compare
- * them one by one. This is only possible internally. The code represenation
+ * them one by one. This is only possible internally. The code representation
  * here therefore has a complexity of O(n) while the actual implementation has
  * complexity O(1).
  */
index fdffda36875b01ceb0855d65ce887dea683cf2d7..3638a5a2b778330d0033894abd6349880e6ed1e2 100755 (executable)
@@ -260,7 +260,7 @@ class Exception
        /** The exception message */
        protected $message;
 
-       /** The string represenations as generated during construction */
+       /** The string representations as generated during construction */
        private $string;
 
        /** The code passed to the constructor */
@@ -336,7 +336,7 @@ class Exception
        {
        }
 
-       /** @return string represenation of exception
+       /** @return string representation of exception
         */
        public function __toString()
        {
index 659ffb4bc065d51a7722ea9e4f701b1d1eeb29cf..076c68771239c724e56935bcf0804bff21f31df6 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-SPL: priorityQueue paramter test on insert method
+SPL: priorityQueue parameter test on insert method
 --CREDITS--
 Sean Burlington www.practicalweb.co.uk
 TestFest London May 2009
index bf06ae48317c9b1fdfe902aaaac35771411087a5..3d71ebb18d005e7da95b81b1808d63fb4a268384 100644 (file)
@@ -12731,7 +12731,7 @@ struct VdbeFunc {
 */
 struct sqlite3_context {
   FuncDef *pFunc;       /* Pointer to function information.  MUST BE FIRST */
-  VdbeFunc *pVdbeFunc;  /* Auxilary data, if created. */
+  VdbeFunc *pVdbeFunc;  /* Auxiliary data, if created. */
   Mem s;                /* The return value is stored here */
   Mem *pMem;            /* Memory cell used to store aggregate context */
   int isError;          /* Error code returned by the function. */
@@ -44929,7 +44929,7 @@ SQLITE_PRIVATE int sqlite3WalOpen(
 }
 
 /*
-** Change the size to which the WAL file is trucated on each reset.
+** Change the size to which the WAL file is truncated on each reset.
 */
 SQLITE_PRIVATE void sqlite3WalLimit(Wal *pWal, i64 iLimit){
   if( pWal ) pWal->mxWalSize = iLimit;
@@ -59355,7 +59355,7 @@ static int vdbeCommit(sqlite3 *db, Vdbe *p){
 
   /* The complex case - There is a multi-file write-transaction active.
   ** This requires a master journal file to ensure the transaction is
-  ** committed atomicly.
+  ** committed atomically.
   */
 #ifndef SQLITE_OMIT_DISKIO
   else{
@@ -61383,7 +61383,7 @@ SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
 }
 
 /*
-** Return the auxilary data pointer, if any, for the iArg'th argument to
+** Return the auxiliary data pointer, if any, for the iArg'th argument to
 ** the user-function defined by pCtx.
 */
 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){
@@ -61398,7 +61398,7 @@ SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){
 }
 
 /*
-** Set the auxilary data pointer and delete function, for the iArg'th
+** Set the auxiliary data pointer and delete function, for the iArg'th
 ** argument to the user-function defined by pCtx. Any previous value is
 ** deleted by calling the delete function specified when it was set.
 */
@@ -63408,7 +63408,7 @@ SQLITE_PRIVATE int sqlite3VdbeExec(
     }
 #endif
 
-    /* On any opcode with the "out2-prerelase" tag, free any
+    /* On any opcode with the "out2-prerelease" tag, free any
     ** external allocations out of mem[p2] and set mem[p2] to be
     ** an undefined integer.  Opcodes will either fill in the integer
     ** value or convert mem[p2] to a different type.
index a09793e4847157faa05a6c38f1af3244e18da9b7..eb80395f53b369a5a152a6daf1671aa99b0d081a 100644 (file)
@@ -503,7 +503,7 @@ static long php_unpack(char *data, int size, int issigned, int *map)
 
 /* unpack() is based on Perl's unpack(), but is modified a bit from there.
  * Rather than depending on error-prone ordered lists or syntactically
- * unpleasant pass-by-reference, we return an object with named paramters 
+ * unpleasant pass-by-reference, we return an object with named parameters 
  * (like *_fetch_object()). Syntax is "f[repeat]name/...", where "f" is the
  * formatter char (like pack()), "[repeat]" is the optional repeater argument,
  * and "name" is the name of the variable to use.
index 89d7f37b1fe1bb80ce847f5b367181b301161221..1d614b452ad565055ef39d33c4fc210c53c9e0cb 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Test array_count_values() function : Test all normal paramter variations 
+Test array_count_values() function : Test all normal parameter variations 
 --FILE--
 <?php
 /* Prototype  : proto array array_count_values(array input)
@@ -9,7 +9,7 @@ Test array_count_values() function : Test all normal paramter variations
  */
 
 /*
- * Test behaviour with paramter variations
+ * Test behaviour with parameter variations
  */
 
 echo "*** Testing array_count_values() : parameter variations ***\n";
index ca224f7d113dd8c968e732789dd5c0c7a9044ab7..31d44c80aae38915222d2456f7f8641a799c4605 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-chmod() basic fuctionality
+chmod() basic functionality
 --SKIPIF--
 <?php
 if (substr(PHP_OS, 0, 3) != 'WIN') {
index 582f273d471c2e33b4875da19d976439573bcc75..fc983074fdc4e86118539b734daf15a165e19916 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-chmod() basic fuctionality
+chmod() basic functionality
 --SKIPIF--
 <?php
 if (substr(PHP_OS, 0, 3) == 'WIN') {
index 4c5bec898dd5dbce9d6189a4850975c3887b5006..e603f4bbf8d425626d903fe40e94e344055db422 100644 (file)
Binary files a/ext/standard/tests/strings/lcfirst.phpt and b/ext/standard/tests/strings/lcfirst.phpt differ
index 830378b9a1541e9b5dee67f270960df0c899cd86..15c1c8e53d0dd7e23ca4a2f07c98ed36d11f6d37 100644 (file)
@@ -120,7 +120,7 @@ var_dump($count);
 echo "\n-- Testing objects --\n";
 /* we get "Catchable fatal error: saying Object of class could not be converted
         to string" by default, when an object is passed instead of string:
-The error can be  avoided by chosing the __toString magix method as follows: */
+The error can be  avoided by choosing the __toString magix method as follows: */
 
 class subject 
 {
index 9b19153fa818d176ea8ae53ed222c0fd157e2dba..7b46f8b286967c1d8717cdb8e792839057d49ce8 100644 (file)
@@ -33,7 +33,7 @@ var_dump($count);
 echo "\n-- Testing objects --\n";
 /* we get "Catchable fatal error: saying Object of class could not be converted
         to string" by default, when an object is passed instead of string:
-The error can be  avoided by chosing the __toString magix method as follows: */
+The error can be  avoided by choosing the __toString magix method as follows: */
 
 class subject 
 {
index 33694f987b83e5bce7854c957bf6f3b5e1473ccc..b3452cfd7c0f6322844e435ebd00b43f78dc060e 100644 (file)
Binary files a/ext/standard/tests/strings/strcasecmp.phpt and b/ext/standard/tests/strings/strcasecmp.phpt differ
index 0693880119111e28445dc0973dc009fbfe8fb0fb..e77ed6e46620eae96697c74a01fb13ab62ad0dc9 100644 (file)
Binary files a/ext/standard/tests/strings/strcmp.phpt and b/ext/standard/tests/strings/strcmp.phpt differ
index 5a1114d5cb914991fc22664272000ac6012ebc30..df39f2469ce32f06ac10e1c7ba6265750282828e 100644 (file)
Binary files a/ext/standard/tests/strings/strlen.phpt and b/ext/standard/tests/strings/strlen.phpt differ
index 9b44584ee165ca5f0a68b7e65966979f68a6605f..44785ef6c8664616e322cb21648c251cb00c27d1 100644 (file)
Binary files a/ext/standard/tests/strings/strpos.phpt and b/ext/standard/tests/strings/strpos.phpt differ
index b135258f882e7daa4f120c8750a74153dc61a3a2..bdedb7e9f6719f8eb55e8fed9a16daa8872335fc 100644 (file)
Binary files a/ext/standard/tests/strings/strstr.phpt and b/ext/standard/tests/strings/strstr.phpt differ
index bae40955dbe78b4de4b31fae75333b6946bc90a2..468f7f034e6d10142893677f957b78d983df1cb1 100644 (file)
Binary files a/ext/standard/tests/strings/ucfirst.phpt and b/ext/standard/tests/strings/ucfirst.phpt differ
index 5cfb1645692c325ce3d3436346052c8f588fa91b..c3b9d8c3468bd924b0c97c186307be72e54b5d2c 100644 (file)
@@ -1443,7 +1443,7 @@ static PHP_FUNCTION(tidy_get_config)
 /* }}} */
 
 /* {{{ proto int tidy_get_status()
-   Get status of specfied document. */
+   Get status of specified document. */
 static PHP_FUNCTION(tidy_get_status)
 {
        TIDY_FETCH_OBJECT;
index 664e8b77b3f9737565a1176b59ec686ca2143237..ac103e0616ed32806e68ba3fe365d5e59373ae36 100644 (file)
@@ -279,7 +279,7 @@ XMLRPC_VALUE xml_element_to_SOAP_REQUEST_worker(XMLRPC_REQUEST request,
                        else if (!strcmp(attr_iter->key, TOKEN_MUSTUNDERSTAND)) {
                                b_must_understand = strchr(attr_iter->val, '1') ? 1 : 0;
                        }
-                       /* actor, used in conjuction with must understand. */
+                       /* actor, used in conjunction with must understand. */
                        else if (!strcmp(attr_iter->key, TOKEN_ACTOR)) {
                                actor = attr_iter->val;
                        }
index af83e9bcfa2bd993dead47311dd5d2de66a80df0..1961289de00dd5366a95e68e9e97b70b6f5ac58d 100644 (file)
@@ -59,7 +59,7 @@ if test "$PHP_APXS" != "no"; then
   # Test that we're trying to configure with apache 1.x
   PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
   if test "$APACHE_VERSION" -ge 2000000; then
-    AC_MSG_ERROR([You have enabled Apache 1.3 support while your server is Apache 2.  Please use the appropiate switch --with-apxs2]) 
+    AC_MSG_ERROR([You have enabled Apache 1.3 support while your server is Apache 2.  Please use the appropriate switch --with-apxs2]) 
   fi
 
   for flag in $APXS_CFLAGS; do
index c49488d1824ff2eb0dbb2dd12e8e62f594be65c1..b6524fd874e0b5d50c07d0c64189ebdf876d030e 100644 (file)
@@ -62,7 +62,7 @@ if test "$PHP_APXS2FILTER" != "no"; then
   # Test that we're trying to configure with apache 2.x
   PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
   if test "$APACHE_VERSION" -le 2000000; then
-    AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropiate switch --with-apxs (without the 2)])
+    AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropriate switch --with-apxs (without the 2)])
   elif test "$APACHE_VERSION" -lt 2000040; then
     AC_MSG_ERROR([Please note that Apache version >= 2.0.40 is required])
   fi
index 702f91f5d23cfdc22ef00b94bcdca8bbdce29c02..753de10ba856eb440fd7062e1f315f1d3de4e890 100644 (file)
@@ -61,7 +61,7 @@ if test "$PHP_APXS2" != "no"; then
   # Test that we're trying to configure with apache 2.x
   PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
   if test "$APACHE_VERSION" -le 2000000; then
-    AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropiate switch --with-apxs (without the 2)])
+    AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropriate switch --with-apxs (without the 2)])
   elif test "$APACHE_VERSION" -lt 2000044; then
     AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
   fi
index 4213b7c6a6013d7a3a7abc47b1bbae755828c570..672f298084494cb4bb13b90e715520f50ba85be6 100644 (file)
@@ -60,7 +60,7 @@ if test "$PHP_APACHE_HOOKS" != "no"; then
   # Test that we're trying to configure with apache 1.x
   PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
   if test "$APACHE_VERSION" -ge 2000000; then
-    AC_MSG_ERROR([You have enabled Apache 1.3 support while your server is Apache 2.  Please use the appropiate switch --with-apxs2]) 
+    AC_MSG_ERROR([You have enabled Apache 1.3 support while your server is Apache 2.  Please use the appropriate switch --with-apxs2]) 
   fi
 
   for flag in $APXS_CFLAGS; do
index 6912477b859c9ef27a36da7ef7f8f80793ccd010..af4f2fa325a3fe9abe38b09a221c1fd95d9772f1 100644 (file)
@@ -401,7 +401,7 @@ pm.max_spare_servers = 3
 ;      - %{megabytes}M
 ;      - %{mega}M
 ;  %n: pool name
-;  %o: ouput header
+;  %o: output header
 ;      it must be associated with embraces to specify the name of the header:
 ;      - %{Content-Type}o
 ;      - %{X-Powered-By}o
index 0112d87a9719a9aa2ad822b24bbda31373722e58..c6268c0af3814be15272e90e705a432000cf2328 100644 (file)
Binary files a/scripts/dev/generate-phpt.phar and b/scripts/dev/generate-phpt.phar differ
index cc5e19a5ae5f181973cb4268877ed24d13b3b460..60c115a9c1afb81b28790622995fd5f900218404 100644 (file)
@@ -104,7 +104,7 @@ abstract class gtTestCase {
 
 
   /**
-   * Add contructor argument initialisation to test case
+   * Add constructor argument initialisation to test case
    *
    */
   public function constructorArgInit() {
index ce1d19dcc10c874be4a708f63553d6a09e4f0b6e..e98c605eb47149f6a0cbc508ef708084e77f4583 100644 (file)
@@ -6,7 +6,7 @@ class C { public static $p = 'original'; }
 class D extends C {    }
 class E extends D {    }
 
-echo "\nInherited static properties refer to the same value accross classes:\n";
+echo "\nInherited static properties refer to the same value across classes:\n";
 var_dump(C::$p, D::$p, E::$p);
 
 echo "\nChanging one changes all the others:\n";
@@ -20,7 +20,7 @@ var_dump(C::$p, D::$p, E::$p);
 ?>
 ==Done==
 --EXPECTF--
-Inherited static properties refer to the same value accross classes:
+Inherited static properties refer to the same value across classes:
 %unicode|string%(8) "original"
 %unicode|string%(8) "original"
 %unicode|string%(8) "original"