Skip to content

Commit

Permalink
Fix typos in commented out code, test name
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Sep 17, 2018
1 parent 7389f30 commit ffd578d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php_runkit_sandbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ inline static zend_op_array *php_runkit_sandbox_include_or_eval_int(zval *return
op_array = compile_string(zcode, eval_desc);
efree(eval_desc);
} else if (!once) {
/* include() & requre() */
/* include() & require() */
op_array = compile_filename(type, zcode);
} else {
/* include_once() & require_once() */
Expand Down
2 changes: 1 addition & 1 deletion tests/bug57249.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug#57249 - Sutdown bug with runkit_import on a function-static variable
Bug#57249 - Shutdown bug with runkit_import on a function-static variable
--SKIPIF--
<?php if (!extension_loaded("runkit") || !function_exists('runkit_import')) print "skip"; ?>
--FILE--
Expand Down

0 comments on commit ffd578d

Please sign in to comment.