inside of my PHP extension,
How can I create an op_array with no opcodes in it?
Thanks!
|
inside of my PHP extension, How can I create an op_array with no opcodes in it? Thanks!
| ||||
|
feedback
|
|
You can use init_op_array(), declared in from zend_compile.h:
type can be ZEND_EVAL_CODE or ZEND_USER_FUNCTION. | |||
|
feedback
|