| 91 | | # include "const_string_opcodes_php6.x.h" |
| 92 | | #else |
| 93 | | # ifdef ZEND_ENGINE_2_1 |
| 94 | | # include "const_string_opcodes_php5.1.h" |
| 95 | | # else |
| 96 | | # ifdef ZEND_ENGINE_2 |
| 97 | | # include "const_string_opcodes_php5.0.h" |
| 98 | | # else |
| 99 | | # include "const_string_opcodes_php4.x.h" |
| 100 | | # endif |
| 101 | | # endif |
| | 91 | # include "const_string_opcodes_php6.x.h" |
| | 92 | #elif defined(ZEND_ENGINE_2_3) |
| | 93 | # include "const_string_opcodes_php5.3.h" |
| | 94 | #elif defined(ZEND_ENGINE_2_1) |
| | 95 | # include "const_string_opcodes_php5.1.h" |
| | 96 | #elif defined(ZEND_ENGINE_2) |
| | 97 | # include "const_string_opcodes_php5.0.h" |