Changeset 189 for eaccelerator/trunk/ea_dasm.c
- Timestamp:
- 03/25/06 14:19:56 (3 years ago)
- Files:
-
- eaccelerator/trunk/ea_dasm.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ea_dasm.c
- Property svn:keywords set to svn:eol-style
r178 r189 188 188 * array() { [0] .. [n] => 189 189 * array () { 190 * [lineno] => // the line number in the source code 190 191 * [opcode] => // the opcode 191 192 * [extended_value]=> // the extended value field … … 217 218 MAKE_STD_ZVAL(el); 218 219 array_init(el); 220 221 /* lineno */ 222 add_assoc_long(el, "lineno", opline->lineno); 219 223 220 224 /* opname */