]> granicus.if.org Git - php/commitdiff
Fix misspelling vlaues to values
authorGabriel Caruso <carusogabriel34@gmail.com>
Sun, 28 Jan 2018 19:48:59 +0000 (17:48 -0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 28 Jan 2018 20:55:21 +0000 (21:55 +0100)
56 files changed:
ext/pgsql/pgsql.c
ext/standard/tests/file/file.inc
ext/standard/tests/file/fscanf_variation2.phpt
ext/standard/tests/file/fscanf_variation20.phpt
ext/standard/tests/file/fscanf_variation27.phpt
ext/standard/tests/file/fscanf_variation33.phpt
ext/standard/tests/file/fscanf_variation45.phpt
ext/standard/tests/file/fscanf_variation8.phpt
ext/standard/tests/general_functions/intval.phpt
ext/standard/tests/general_functions/is_bool.phpt
ext/standard/tests/general_functions/is_float.phpt
ext/standard/tests/general_functions/is_float_64bit.phpt
ext/standard/tests/general_functions/is_int.phpt
ext/standard/tests/general_functions/is_int_64bit.phpt
ext/standard/tests/general_functions/is_null.phpt
ext/standard/tests/general_functions/is_numeric.phpt
ext/standard/tests/general_functions/strval.phpt
ext/standard/tests/general_functions/var_export-locale.phpt
ext/standard/tests/general_functions/var_export_basic1.phpt
ext/standard/tests/general_functions/var_export_basic2.phpt
ext/standard/tests/general_functions/var_export_basic3.phpt
ext/standard/tests/general_functions/var_export_basic7.phpt
ext/standard/tests/strings/chop_variation1.phpt
ext/standard/tests/strings/get_html_translation_table_variation1.phpt
ext/standard/tests/strings/get_html_translation_table_variation2.phpt
ext/standard/tests/strings/join_variation1.phpt
ext/standard/tests/strings/join_variation2.phpt
ext/standard/tests/strings/print_variation1.phpt
ext/standard/tests/strings/sprintf_variation3.phpt
ext/standard/tests/strings/str_pad_variation1.phpt
ext/standard/tests/strings/str_pad_variation2.phpt
ext/standard/tests/strings/str_pad_variation3.phpt
ext/standard/tests/strings/str_pad_variation4.phpt
ext/standard/tests/strings/str_shuffle_variation1.phpt
ext/standard/tests/strings/stripos_variation10.phpt
ext/standard/tests/strings/stripos_variation11.phpt
ext/standard/tests/strings/stripos_variation14.phpt
ext/standard/tests/strings/stripos_variation15.phpt
ext/standard/tests/strings/stripos_variation9.phpt
ext/standard/tests/strings/stristr_variation1.phpt
ext/standard/tests/strings/stristr_variation2.phpt
ext/standard/tests/strings/strrchr_variation10.phpt
ext/standard/tests/strings/strrchr_variation11.phpt
ext/standard/tests/strings/strrchr_variation9.phpt
ext/standard/tests/strings/strrpos_variation10.phpt
ext/standard/tests/strings/strrpos_variation11.phpt
ext/standard/tests/strings/strrpos_variation14.phpt
ext/standard/tests/strings/strrpos_variation15.phpt
ext/standard/tests/strings/strrpos_variation9.phpt
ext/standard/tests/strings/strtok_variation1.phpt
ext/standard/tests/strings/strtok_variation2.phpt
ext/standard/tests/strings/strtr_variation5.phpt
ext/standard/tests/strings/strtr_variation6.phpt
ext/standard/tests/strings/strtr_variation7.phpt
ext/standard/tests/strings/strtr_variation8.phpt
ext/standard/tests/strings/strtr_variation9.phpt

index e63431c524f7fb859266c76782b597e2653eaf85..1cd0a7a40ff43f935689552a53a9ef15725609a0 100644 (file)
@@ -5832,7 +5832,7 @@ static int php_pgsql_add_quotes(zval *src, zend_bool should_free)
        }
 
 /* {{{ php_pgsql_convert
- * check and convert array values (fieldname=>vlaue pair) for sql
+ * check and convert array values (fieldname=>value pair) for sql
  */
 PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt)
 {
index 1a98d16dfb31a7a0759c56f6fa8f4c9711c56e4f..f83082938bddd42a7bc9d0bd399befcb43009ef8 100644 (file)
@@ -210,7 +210,7 @@ function change_file_perms($file_path,
    $permission = An octal number, This should be similar to $mode 
      specified in chmod() call. 
    $content_type = Specify type of the content to fill in the file. 
-     "numeric" = fill file with numeric vlaues
+     "numeric" = fill file with numeric values
      "text" = fill file with regular text
      "empty" = empty file
      "text_with_new_line" = similar to text fill type, but writes with new line char
@@ -330,7 +330,7 @@ function create_files( $file_path,
    $link_perms = An octal number, This should be similar to $mode
      specified in chmod() call.
    $link_file_content = Type of the content to fill in the file.
-     numeric = fill file with numeric vlaues
+     numeric = fill file with numeric values
      text = fill file with regular text
      text_with_new_line = same as text but new lines are written
      alphanumeric = fill with alphanumeric text
index 55978b95e6774bcf4c3288f1247c5404528961b8..6f8b4d92479431d40bdf1109dabd84e8df19eba3 100644 (file)
@@ -20,7 +20,7 @@ $file_handle = fopen($filename, "w");
 if($file_handle == false)
   exit("Error:failed to open file $filename");
 
-// different valid  integer vlaues
+// different valid  integer values
 $valid_ints = array(
   0,
   1,
index cb34edd23cd8b0718bb904f8faf1fb3e95b5d126..d59bef2ebdbe89be1ac8922e18791ad82c888daa 100644 (file)
@@ -20,7 +20,7 @@ $file_handle = fopen($filename, "w");
 if($file_handle == false)
   exit("Error:failed to open file $filename");
 
-// different valid  integer vlaues
+// different valid  integer values
 $valid_ints = array(
   0,
   1,
index 137471e248cb462b7ce8be0da35c8bf9e6949e00..bbd201c54399f46ea04c429cafc3bce70f4998f9 100644 (file)
@@ -20,7 +20,7 @@ $file_handle = fopen($filename, "w");
 if($file_handle == false)
   exit("Error:failed to open file $filename");
 
-// different valid  integer vlaues
+// different valid  integer values
 $valid_ints = array(
   0,
   1,
index b36598c72c9d56bb4752729dea630f25ef305886..7263ffdf4a00984559b8d2f457cc2406e70445ef 100644 (file)
@@ -26,7 +26,7 @@ $file_handle = fopen($filename, "w");
 if($file_handle == false)
   exit("Error:failed to open file $filename");
 
-// different valid  integer vlaues
+// different valid  integer values
 $valid_ints = array(
   0,
   1,
index 9186e62f8e4bc161bfc083c6b83c7391383cd29b..2af39cb1c8752c956a866abe758ebd7bd11b5e8d 100644 (file)
@@ -20,7 +20,7 @@ $file_handle = fopen($filename, "w");
 if($file_handle == false)
   exit("Error:failed to open file $filename");
 
-// different valid  integer vlaues
+// different valid  integer values
 $valid_ints = array(
   0,
   1,
index b1f5f4e554e445d79dc1ff926ffe230cd87c4108..97241015e6001db63b3e87a9e77e73a568d085ec 100644 (file)
@@ -20,7 +20,7 @@ $file_handle = fopen($filename, "w");
 if($file_handle == false)
   exit("Error:failed to open file $filename");
 
-// different valid float vlaues
+// different valid float values
 $valid_floats = array(
 -2147483649, // float value
   2147483648,  // float value
index a22b747e55ce0da2efced42cbb67a64866e23e54..8d9f6a25e06102e4405b8e07c3dede53576cab6b 100644 (file)
@@ -11,7 +11,7 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
  */
 
 echo "*** Testing intval() with valid integer values ***\n";
-// different valid  integer vlaues 
+// different valid  integer values 
 $valid_ints = array(
                 '0',
                 '1',
index 250385a9efbb2beacb81a12d1d1f39f49bbc3b86..a8336524de520644349e0cc2a2145cc007a55067 100644 (file)
@@ -7,7 +7,7 @@ Test is_bool() function
  */
 
 echo "*** Testing is_bool() with valid boolean values ***\n";
-// different valid  boolean vlaues 
+// different valid  boolean values 
 $valid_bools = array(
   TRUE,
   FALSE,
index f6bbdaace00a5ca33a67d8c971b6d27e50a95b1c..6adf5414f87f77525803008fa75b2c3e49894581 100644 (file)
@@ -11,7 +11,7 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
  */ 
 
 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
-// different valid  float vlaues 
+// different valid  float values 
 $floats = array(
   -2147483649, // float value
   2147483648,  // float value
index 05dd1c3a4a470a08547dcfa5c62e6063a5217f84..f5350f848ee7d2978fecd228c6b965fff24bae1b 100644 (file)
@@ -13,7 +13,7 @@ precision=14
  */ 
 
 echo "*** Testing is_float(), is_double() and is_real() with float values***\n";
-// different valid  float vlaues 
+// different valid  float values 
 $floats = array(
   -2147483649, // float value
   2147483648,  // float value
index eccaa1995cebae1e7318d2826dc015ec50627800..aa2306e7634932e3e6983522c88ee099fc87f23a 100644 (file)
@@ -11,7 +11,7 @@ if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
  */
 
 echo "*** Testing is_int(), is_integer() & is_long()  with valid integer values ***\n";
-// different valid  integer vlaues 
+// different valid  integer values 
 $valid_ints = array(
   0,
   1,
index cecfa700e39b359fc5c797c4aee36781433e4e94..ac98b09436e50fa5cdb47f6618310e3294131e63 100644 (file)
@@ -13,7 +13,7 @@ precision=14
  */
 
 echo "*** Testing is_int(), is_integer() & is_long()  with valid integer values ***\n";
-// different valid  integer vlaues 
+// different valid  integer values 
 $valid_ints = array(
   0,
   1,
index b01b1956971692033259d9b38a548cd0412e95ee..e52b3d29f4bba83feafc4a787ca645435daad83d 100644 (file)
@@ -7,7 +7,7 @@ Test is_null() function
  */
 
 echo "*** Testing is_null() with valid null values ***\n";
-// different valid  null vlaues 
+// different valid  null values 
 $unset_array = array();
 $unset_int = 10;
 $unset_float = 10.5;
index 415ce069e96f12ccb44dfb5bf974e1f16356e0e8..b529994ec16896966579eac347397a1e0d29e339 100644 (file)
@@ -7,7 +7,7 @@ Test is_numeric() function
  */
 
 echo "*** Testing is_numeric() with valid numeric values ***\n";
-// different valid numeric  vlaues 
+// different valid numeric  values 
 $numerics = array(
   0,
   1,
index 6d76431dbc5136c4867852f7d1b62cf547994607..ee5313aaae3b8d18c88676ce2482617dcc6ce5e9 100644 (file)
@@ -26,7 +26,7 @@ $heredoc_NULL_string = <<<EOD
 NULL
 EOD;
 
-// different valid  scalar vlaues 
+// different valid  scalar values 
 $scalars = array(
   /* integers */
   0,
index 47dfcbb3ee3b503cbd70ab55e277b70477758ef1..11db6fbbb48ef1cdaf52da4b09cd5c44ca4af632 100644 (file)
@@ -17,7 +17,7 @@ setlocale(LC_ALL, "german", "de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","d
 */
 
 echo "*** Testing var_export() with integer values ***\n";
-// different integer vlaues 
+// different integer values 
 $valid_ints = array(
                 '0',
                 '1',
@@ -53,7 +53,7 @@ $counter++;
 }
 
 echo "*** Testing var_export() with valid boolean values ***\n";
-// different valid  boolean vlaues 
+// different valid  boolean values 
 $valid_bool = array(
                    1,
                    TRUE,
@@ -77,7 +77,7 @@ $counter++;
 }
 
 echo "*** Testing var_export() with valid float values ***\n";
-// different valid  float vlaues 
+// different valid  float values 
 $valid_floats = array(
   (float)-2147483649, // float value
   (float)2147483648,  // float value
@@ -276,7 +276,7 @@ $counter++;
 }
                  
 echo "*** Testing var_export() with valid null values ***\n";
-// different valid  null vlaues 
+// different valid  null values 
 $unset_var = array();
 unset ($unset_var); // now a null
 $null_var = NULL;
index 5f7b89124c1aa11b3c91fbd077b27a85e4fecfe6..5f5f09bb2db93cf1aa4addaed655fbdcc7636a1e 100644 (file)
@@ -9,7 +9,7 @@ Test var_export() function with integer values
  */
 
 echo "*** Testing var_export() with integer values ***\n";
-// different integer vlaues 
+// different integer values 
 $valid_ints = array(
                 '0' => '0',
                 '1' => '1',
index 33ca400cc6a4eb914fe54ebb13613e3bccf19a46..d1c731fd3f99b0f8cb1f2e9d500953d186a867b7 100644 (file)
@@ -10,7 +10,7 @@ Test var_export() function with valid boolean values
  */
 
 echo "*** Testing var_export() with valid boolean values ***\n";
-// different valid  boolean vlaues 
+// different valid  boolean values 
 $valid_bool = array(
                    "1" => 1,
                    "TRUE" => TRUE,
index 35692ad6274b2c1ed94fbd9a20f52fdf5cee32b2..d02065a7f6a69752b4d1af7b131f77c7ac1c797f 100644 (file)
@@ -11,7 +11,7 @@ serialize_precision=17
  */
 
 echo "*** Testing var_export() with valid float values ***\n";
-// different valid  float vlaues 
+// different valid  float values 
 $valid_floats = array(
          "-2147483649" => (float)-2147483649, // float value
          "2147483648" => (float)2147483648,  // float value
index 10dc0329001379cab81201ad118175fa3a5d3dcf..525c55470d8bfe35c21b1b1c310ffc904cc9425a 100644 (file)
@@ -10,7 +10,7 @@ Test var_export() function with valid null values
 
 echo "*** Testing var_export() with valid null values ***\n";
 
-// different valid  null vlaues 
+// different valid  null values 
 $unset_var = array();
 unset ($unset_var); // now a null
 $null_var = NULL;
index bb5bca4ecfe70447886fdd96e7890ef7de1a6795..13e735d02e34c191ebb8f8c90df36222a52acafc 100644 (file)
@@ -63,7 +63,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index ec4075b5ec9436e8c6cd6b0d87337da36e2f200a..add962a3ad708d8ed81ebb42aa71cc640d355c18 100644 (file)
@@ -49,7 +49,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 67acf42ff725b307d9ec4d6598dfa3b427049e7a..d2c517d0b27eb3ab6c84bfa497145d623cd43621 100644 (file)
@@ -52,7 +52,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index e2635f05f8d789ca19fd6933c9a6e40720b325cf..6407f40dd096f7480ea4f80be2172a54731a82f9 100644 (file)
@@ -68,7 +68,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
   
index 46e91afd3bb62d1135be1787d1c6aee9becac5a8..ba21a25b12b61100dd0bfa1cafba92c4b058f00a 100644 (file)
@@ -66,7 +66,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 7c499f1084c6194bf4bba642c721a27724c57adf..233a21c729fd9844c896cc6becb0b76ec48215fb 100644 (file)
@@ -51,7 +51,7 @@ $inputs =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*16*/   NULL,
                  null,
                
index 6c0577e4d4d3612635f9940b1722ddaf67b15385..2649c1e8ed50af2f70f45d6c57134c5e8152ad37 100644 (file)
@@ -9,7 +9,7 @@ Test sprintf() function : usage variations - int formats with int values
 
 echo "*** Testing sprintf() : integer formats with integer values ***\n";
 
-// different valid  integer vlaues
+// different valid  integer values
 $valid_ints = array(
   0,
   1,
index aff89f598a67dfb2c75672bbbc14bb708640c5da..a630b6ad26e4fe52aa2033130ed97ae6ac8caa4f 100644 (file)
@@ -53,7 +53,7 @@ $inputs =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*16*/   NULL,
                  null,
                
index 6313dd0fe25e26e01a3c34dbb4c21c7c0d046fce..73094640d40e76154451fff9f2a2e987a4c7b36f 100644 (file)
@@ -52,7 +52,7 @@ $pad_lengths =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*15*/   NULL,
                  null,
                
index c277eb756bdac21ab016c1cce446e874bc571672..73fd79a8b9d6949458d4e2bc021db9abc8bc7a4b 100644 (file)
@@ -53,7 +53,7 @@ $pad_strings =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*16*/   NULL,
                  null,
                
index 585d79edb3d5ad46c6c1969910863fa687579b48..6bf94084bb4867e4a58928d8cada38ae1d425e57 100644 (file)
@@ -60,7 +60,7 @@ $pad_types =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*22*/   NULL,
                  null,
                
index a6b663d0aa97ebc2aedd13d1ded801073dac6303..5c9f5fc13b944acf37cf2fc63f03846924802f14 100644 (file)
@@ -50,7 +50,7 @@ $inputs =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*16*/   NULL,
                  null,
                
index 79ba0ed1dc450c66a77496e84af569a464270cea..556428d47fa99b60031613ad67da64f61a70566a 100644 (file)
@@ -65,7 +65,7 @@ $needles =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index a754ffa2f441246f024e4179e62dd36016292782..0c8fd4a99dca2c4d678baf6101be8eabe7317069 100644 (file)
@@ -61,7 +61,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 3339e2f27ec879761492526a5235fafcd25bc233..89f70ddef07bda41451b057bfb367c630d514d67 100644 (file)
@@ -59,7 +59,7 @@ $offsets =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 182ecba3c1a1ac24664d69f25a33a1d9b44a5253..ba10999fac6d4ba1a184174a45caf353894eccd5 100644 (file)
@@ -63,7 +63,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 1401dcfae8f8c077f99f8965a8cba35d2f1744f4..8f44e2fcfd1a5c718d7f969616fe356de19e203b 100644 (file)
@@ -61,7 +61,7 @@ $haystacks =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index fdbd4701cd6b22d68be2bdaaeea84a68f84e3122..f1e78bc4bdd561a9752d8859c76ed661239f6628 100644 (file)
@@ -48,7 +48,7 @@ $inputs =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*15*/   NULL,
                  null,
                
index 335248dc4df875c047ffeda9238130c916a049ad..651f048af6c542544dce3c2d3d55b74978a79a9b 100644 (file)
@@ -48,7 +48,7 @@ $inputs =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*15*/   NULL,
                  null,
                
index a96f2b019093d776007e4d207c9aa3430f8efbf8..58677fa199ebe33210f7b2c7fb042ca22b71f581 100644 (file)
@@ -96,7 +96,7 @@ $needles =  array (
   TRUE,
   FALSE,
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index ea2e7a68d2860f60d8b888387be9dc713f36d9a4..f1d518dbae76904d6ff5eb9b9191217e2a4860f7 100644 (file)
@@ -61,7 +61,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index a41c091212149efe825c7e9a70f7897fa42e9175..4d80825c853ec12b9b0232a17ec3886a10406fcf 100644 (file)
@@ -56,7 +56,7 @@ $haystacks =  array (
   TRUE,
   FALSE,
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 86ca6cf92736f40c249f8910ca2213a0be17cee2..35119b0901a21073a346173131a32288ad96d2f3 100644 (file)
@@ -65,7 +65,7 @@ $needles =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 5b5e7e3e39bd44f1537717d7bf8813f3252f9177..84239b8f5ec1708cf79cbb58d093cf1fc1c0a7b8 100644 (file)
@@ -61,7 +61,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index ba252b9d2b22dc92e2e359663edcedf3b3901665..0ce98242a307cb1ed70adafa04da389c5e0d2bfa 100644 (file)
@@ -61,7 +61,7 @@ $offsets =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 02bc804fcf2b5ef00c871b25e7575e68786f7de1..3f96d4a9156339b5a5f8df72a9339590bae6cf2f 100644 (file)
@@ -63,7 +63,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 9b3b8d673dd256e38a9c8e133ac236c992498e82..04d8f44e8b3fe2eff53a88ffbfded24599659f8d 100644 (file)
@@ -61,7 +61,7 @@ $haystacks =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index cb06fc43c3579544f0610a03b29c84195a30f9f1..7f7713c422c13a3b4ab281b3d3b6100e15df4fba 100644 (file)
@@ -65,7 +65,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index 13da4405824b910b554845ca9399a5f562e5840d..68fec53fb6f658d81e122ab7c673a67d7c595573 100644 (file)
@@ -65,7 +65,7 @@ $values =  array (
   "",
   '',
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index c90e028069298baf1518173c1b4f5c9a1aab6bb5..7f398cfe65b943901ade2e55108e22c8fd15e57d 100644 (file)
@@ -52,7 +52,7 @@ $strings =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*14*/   NULL,
                  null,
                
index 46f9e78c720204e75f2f9855aff3bf8d672ee0b9..ba7c72c215df276ba0895b516d488b8109b8ce52 100644 (file)
@@ -55,7 +55,7 @@ $from_arr =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*14*/   NULL,
                  null,
                
index fa2a5eb3c360c9e6e3c8fe9e21e2f8d5f3729bbc..b8d8de7de0b54027c4d8a8ab79497be716a063d0 100644 (file)
@@ -58,7 +58,7 @@ $to_arr =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*14*/   NULL,
                  null,
                
index 4d2b42b02b46df135ac09fda29e4ecf938ac4fe2..dd10c814f01509ca7ef91027aabf53af00c91781 100644 (file)
@@ -55,7 +55,7 @@ $replace_pairs_arr =  array (
   TRUE,
   FALSE,
 
-  // null vlaues
+  // null values
   NULL,
   null,
 
index c7d4d9958117e2a3a831580027234f8e151823f6..107258e2efab68d5ae4814cd9f0d1e1bf8a21fc5 100644 (file)
@@ -52,7 +52,7 @@ $values =  array (
                  TRUE,
                  FALSE,
                
-                 // null vlaues
+                 // null values
 /*16*/   NULL,
                  null,