You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "php.h"
|
|
|
|
PHP_FUNCTION(xcache_dasm_file);
|
|
PHP_FUNCTION(xcache_dasm_string);
|
|
#define XCACHE_DISASSEMBLER_FUNCTIONS() \
|
|
PHP_FE(xcache_dasm_file, NULL) \
|
|
PHP_FE(xcache_dasm_string, NULL)
|