Skip to content

Instantly share code, notes, and snippets.

@flavius
Created June 13, 2011 18:44
Show Gist options
  • Save flavius/1023404 to your computer and use it in GitHub Desktop.
Save flavius/1023404 to your computer and use it in GitHub Desktop.
static function_entry php_meta_functions[] = {
PHP_FE(meta_test, NULL)
PHP_FE(meta_scanner_init, NULL)
PHP_FE(meta_scanner_get, NULL)
PHP_FE(meta_scanner_token_name, NULL)
{NULL, NULL, NULL}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment