--TEST--
-Bug #66731: file: extensive backtraking
+Bug #66731: file: extensive backtracking
--SKIPIF--
<?php
if (!class_exists('finfo'))
--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)
#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 */
} /* }}} */
/* {{{ 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);