Skip to content

Instantly share code, notes, and snippets.

View heyanlong's full-sized avatar
🥳
wish to go for a trip

何延龙 heyanlong

🥳
wish to go for a trip
View GitHub Profile
@wudi
wudi / closure_in_extension.c
Created August 14, 2018 10:18
closure in extension include USE
/* laravel extension for PHP */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "php.h"
#include "ext/standard/info.h"
#include "php_laravel.h"