mirror of
https://github.com/php/pecl-php-ffi.git
synced 2026-03-23 23:42:23 +01:00
update my email address. regenerate parser
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
710
ffi_parser.c
710
ffi_parser.c
File diff suppressed because it is too large
Load Diff
30
ffi_parser.h
30
ffi_parser.h
@@ -1,16 +1,16 @@
|
||||
#define PHP_FFI_TOK_ASTERISK 1
|
||||
#define PHP_FFI_TOK_CALLBACK 2
|
||||
#define PHP_FFI_TOK_COMMA 3
|
||||
#define PHP_FFI_TOK_EQUALS 4
|
||||
#define PHP_FFI_TOK_IDENT 5
|
||||
#define PHP_FFI_TOK_INTRINSIC 6
|
||||
#define PHP_FFI_TOK_LBRACE 7
|
||||
#define PHP_FFI_TOK_LPAREN 8
|
||||
#define PHP_FFI_TOK_LSQUARE 9
|
||||
#define PHP_FFI_TOK_RBRACE 10
|
||||
#define PHP_FFI_TOK_RPAREN 11
|
||||
#define PHP_FFI_TOK_RSQUARE 12
|
||||
#define PHP_FFI_TOK_SEMI 13
|
||||
#define PHP_FFI_TOK_STRING 14
|
||||
#define PHP_FFI_TOK_STRUCT 15
|
||||
#define PHP_FFI_TOK_TYPEDEF 16
|
||||
#define PHP_FFI_TOK_INTRINSIC 2
|
||||
#define PHP_FFI_TOK_STRUCT 3
|
||||
#define PHP_FFI_TOK_IDENT 4
|
||||
#define PHP_FFI_TOK_CALLBACK 5
|
||||
#define PHP_FFI_TOK_LPAREN 6
|
||||
#define PHP_FFI_TOK_RPAREN 7
|
||||
#define PHP_FFI_TOK_SEMI 8
|
||||
#define PHP_FFI_TOK_COMMA 9
|
||||
#define PHP_FFI_TOK_EQUALS 10
|
||||
#define PHP_FFI_TOK_STRING 11
|
||||
#define PHP_FFI_TOK_LSQUARE 12
|
||||
#define PHP_FFI_TOK_RSQUARE 13
|
||||
#define PHP_FFI_TOK_TYPEDEF 14
|
||||
#define PHP_FFI_TOK_LBRACE 15
|
||||
#define PHP_FFI_TOK_RBRACE 16
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Wez Furlong <wez@thebrainroom.com> |
|
||||
| Author: Wez Furlong <wez@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user