Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Jul 1, 2020
1 parent 3516a9c commit 3190282
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ext/fileinfo/tests/cve-2014-3538-mb.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #66731: file: extensive backtraking
Bug #66731: file: extensive backtracking
--SKIPIF--
<?php
if (!class_exists('finfo'))
Expand Down
2 changes: 1 addition & 1 deletion ext/fileinfo/tests/cve-2014-3538-nojit.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #66731: file: extensive backtraking, with pcre.jit=0
Bug #66731: file: extensive backtracking, with pcre.jit=0
--SKIPIF--
<?php
if (defined("PHP_DEBUG") && PHP_DEBUG)
Expand Down
2 changes: 1 addition & 1 deletion ext/opcache/jit/zend_jit_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ typedef enum _zend_jit_trace_stop {
#define ZEND_JIT_EXIT_BLACKLISTED (1<<1)
#define ZEND_JIT_EXIT_TO_VM (1<<2) /* exit to VM without attempt to create a side trace */
#define ZEND_JIT_EXIT_RESTORE_CALL (1<<3) /* deoptimizer should restore EX(call) chain */
#define ZEND_JIT_EXIT_POLYMORPHISM (1<<4) /* exit becaus of polymorphic call */
#define ZEND_JIT_EXIT_POLYMORPHISM (1<<4) /* exit because of polymorphic call */

typedef union _zend_op_trace_info {
zend_op dummy; /* the size of this structure must be the same as zend_op */
Expand Down
2 changes: 1 addition & 1 deletion ext/spl/spl_directory.c
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ PHP_METHOD(SplFileObject, valid)
} /* }}} */

/* {{{ proto string SplFileObject::fgets()
Rturn next line from file */
Return next line from file */
PHP_METHOD(SplFileObject, fgets)
{
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);
Expand Down

0 comments on commit 3190282

Please sign in to comment.