Menu

[r94]: / trunk / php-java-bridge / java_bridge.h  Maximize  Restore  History

Download this file

24 lines (16 with data), 660 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, char*name, pval *object, int argc, zval**argv TSRMLS_DC);
extern short php_java_set_property_handler(char*name, zval *object, zval *value, zval *return_value);
extern short php_java_get_property_handler(char*name, zval *object, zval *return_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.