Searched refs:le_blob (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/interbase/ |
| H A D | ibase_blobs.c | 35 static int le_blob; variable 53 le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL, 232 ZEND_REGISTER_RESOURCE(return_value, ib_blob, le_blob); 282 ZEND_REGISTER_RESOURCE(return_value, ib_blob, le_blob); 305 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); 331 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); 357 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob);
|
Completed in 3 milliseconds