FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ext-buffer/php_buffer.h at master · phpinnacle/ext-buffer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
phpinnacle
/
ext-buffer
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
10
Code
Issues
1
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
ext-buffer
/
php_buffer.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (22 loc) · 540 Bytes
Breadcrumbs
ext-buffer
/
php_buffer.h
Copy path
File metadata and controls
28 lines (22 loc) · 540 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
* This file is part of PHPinnacle/Buffer.
*
* (c) PHPinnacle Team <dev@phpinnacle.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#ifndef
PHP_BUFFER_H
#define
PHP_BUFFER_H
#define
PHP_BUFFER_EXTNAME
"buffer"
#define
PHP_BUFFER_VERSION
"0.1.0"
#ifdef
HAVE_CONFIG_H
#include
"config.h"
#endif
extern
"C"
{
#include
"php.h"
#include
"ext/standard/info.h"
#include
"zend_exceptions.h"
}
extern
zend_module_entry
buffer_module_entry
;
#endif
Back
|
FazBrowse Home
|
New Git URL