Searched defs:zval (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/mssql/ |
| H A D | php_mssql.h | 152 zval *zval; member in struct:__anon120 170 void (*get_column_content)(mssql_link *mssql_ptr,int offset,zval *result,int column_type TSRMLS_DC); 188 zval **data;
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | php_oci8_int.h | 181 zval *zval; /* zval used in define */ member in struct:__anon6 208 zval *zval; /* value */ member in struct:__anon8 332 #define PHP_OCI_ZVAL_TO_CONNECTION(zval, connection) \ 333 ZEND_FETCH_RESOURCE2(connection, php_oci_connection *, &zval, -1, "oci8 connection", le_connection, le_pconnection) 335 #define PHP_OCI_ZVAL_TO_STATEMENT(zval, statement) \ 336 ZEND_FETCH_RESOURCE(statement, php_oci_statement *, &zval, -1, "oci8 statement", le_statement) 338 #define PHP_OCI_ZVAL_TO_DESCRIPTOR(zval, descripto [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_types.h | 55 typedef struct _zval_struct zval; typedef in typeref:struct:_zval_struct
|
Completed in 4 milliseconds