summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAyesh Karunaratne <ayesh@ayesh.me>2020-06-26 03:45:29 +0700
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-25 23:32:40 +0200
commitd114812fafc8f2a7482ccb81ebee39f5d55a7890 (patch)
tree040306b5c135bc16edc29f6c00052bfcb4ce17db /tests
parent7e940823d56670d3b2cc2ed1df5eedade472811e (diff)
downloadphp-git-d114812fafc8f2a7482ccb81ebee39f5d55a7890.tar.gz
[ci skip] Various typo fixes in stub comments and CHANGES file
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/023-1.inc2
-rw-r--r--tests/security/open_basedir.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/023-1.inc b/tests/lang/023-1.inc
index e4c480c730..548605e696 100644
--- a/tests/lang/023-1.inc
+++ b/tests/lang/023-1.inc
@@ -3,7 +3,7 @@
<?php
/* the point of this file is to intensively test various aspects of
* the parser. right now, each test focuses in one aspect only
- * (e.g. variable aliasing, arithemtic operator, various control
+ * (e.g. variable aliasing, arithmetic operator, various control
* structures), while trying to combine code from other parts of the
* parser as well.
*/
diff --git a/tests/security/open_basedir.inc b/tests/security/open_basedir.inc
index b97071bfbd..21338ef1cf 100644
--- a/tests/security/open_basedir.inc
+++ b/tests/security/open_basedir.inc
@@ -11,7 +11,7 @@
//
// For this reason we set the open_basedir to . (current directory) and then
// move around to various directories for testing using chdir(). This is NOT
-// recommended for production use as . bypasses all semblence of security..!
+// recommended for production use as . bypasses all semblances of security..!
//
// Although safe mode has been removed in php 6.0, open_basedir is still valid.
// See http://www.php.net/features.safe-mode for more information