]> granicus.if.org Git - php/commitdiff
tab
authorXinchen Hui <laruence@php.net>
Sat, 18 Aug 2012 03:57:53 +0000 (11:57 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 18 Aug 2012 03:57:53 +0000 (11:57 +0800)
Zend/zend_compile.h

index a06c985a97901b52fc80b692a1505310e98afbc9..8919fdc6b802bc4b5d7e2dfc68f7587ffa6c58e9 100644 (file)
@@ -80,7 +80,7 @@ typedef union _znode_op {
        zend_op       *jmp_addr;
        zval          *zv;
        zend_literal  *literal;
-  void          *ptr;        /* Used for passing pointers from the compile to execution phase, currently used for traits */
+       void          *ptr;        /* Used for passing pointers from the compile to execution phase, currently used for traits */
 } znode_op;
 
 typedef struct _znode { /* used only during compilation */