Download this file
24 lines (16 with data), 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 | /*-*- mode: C; tab-width:4 -*-*/
#ifndef JAVA_BRIDGE_H
#define JAVA_BRIDGE_H
/* PHP Includes */
#include "php.h"
#include "zend_compile.h"
#include "php_ini.h"
#include "php_globals.h"
#include "php_java.h"
#include "protocol.h"
#define IS_EXCEPTION 86
extern void php_java_call_function_handler(INTERNAL_FUNCTION_PARAMETERS, zend_property_reference *property_reference);
extern pval php_java_get_property_handler(zend_property_reference *property_reference);
extern int php_java_set_property_handler(zend_property_reference *property_reference, pval *value);
extern void php_java_destructor(zend_rsrc_list_entry *rsrc TSRMLS_DC);
#endif
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.