Skip to content

Commit 1b06e0b

Browse files
vlajossmalyshev
authored andcommittedJul 15, 2013
typo fixes
1 parent d17e8ac commit 1b06e0b

File tree

101 files changed

+160
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+160
-160
lines changed
 

‎Zend/README.ZEND_VM

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fields and using different execution methods (call threading, switch threading
66
and direct threading). As a result ZE2 got more than 20% speedup on raw PHP
77
code execution (with specialized executor and direct threading execution
88
method). As in most PHP applications raw execution speed isn't the limiting
9-
factor but system calls and database callls are, your mileage with this patch
9+
factor but system calls and database calls are, your mileage with this patch
1010
will vary.
1111

1212
Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can

‎Zend/tests/closure_044.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Closure 044: Scope/bounding combination invariants; non static closures
33
--FILE--
44
<?php
55
/* A non-static closure has a bound instance if it has a scope
6-
* and does't have an instance if it has no scope */
6+
* and doesn't have an instance if it has no scope */
77

88
$nonstaticUnscoped = function () { var_dump(isset(A::$priv)); var_dump(isset($this)); };
99

0 commit comments

Comments
 (0)