Searched refs:ibase_trans (Results 1 – 12 of 12) sorted by relevance
/PHP-5.4/ext/interbase/tests/ |
H A D | bug46543.phpt | 2 Bug #46543 (ibase_trans() memory leaks when using wrong parameters) 12 ibase_trans(1); 13 ibase_trans(); 14 ibase_trans('foo'); 15 ibase_trans(fopen(__FILE__, 'r')); 18 ibase_trans(1, 2, $x, $x, 3); 22 Warning: ibase_trans(): no Firebird/InterBase link resource supplied in %s on line %d 24 Warning: ibase_trans(): no Firebird/InterBase link resource supplied in %s on line %d 26 Warning: ibase_trans(): no Firebird/InterBase link resource supplied in %s on line %d 28 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %s on …
|
H A D | ibase_trans_001.phpt | 2 ibase_trans(): Basic test 11 var_dump(ibase_trans($x)); 12 var_dump(ibase_trans(1));
|
H A D | 005.phpt | 25 ibase_trans, default transaction open 31 simple default transaction test without ibase_trans() 72 $tr_def_l1 = ibase_trans(IBASE_READ); /* here transaction start */ 116 $tr_3 = ibase_trans(IBASE_READ+IBASE_COMMITTED+IBASE_REC_VERSION+IBASE_WAIT); 117 $tr_4 = ibase_trans(IBASE_READ+IBASE_COMMITTED+IBASE_REC_NO_VERSION+IBASE_NOWAIT); 142 $tr_1 = ibase_trans(); 177 $tr_1 = ibase_trans(IBASE_DEFAULT, $link_2); /* this default transaction also */ 178 $tr_2 = ibase_trans(IBASE_COMMITTED, $link_2);
|
H A D | ibase_trans_002.phpt | 2 ibase_trans(): Basic operations 12 $trans = ibase_trans(IBASE_DEFAULT, $x);
|
H A D | interbase.inc | 20 $tr = ibase_trans($test_db);
|
/PHP-5.4/ext/interbase/ |
H A D | php_ibase_includes.h | 83 } ibase_trans; typedef 86 ibase_trans *trans; 166 int _php_ibase_def_trans(ibase_db_link *ib_link, ibase_trans **trans TSRMLS_DC); 168 ibase_db_link **ib_link, ibase_trans **trans);
|
H A D | interbase.c | 345 PHP_FE(ibase_trans, arginfo_ibase_trans) 409 PHP_FALIAS(fbird_trans, ibase_trans, arginfo_ibase_trans) 553 zval **link_id, ibase_db_link **ib_link, ibase_trans **trans) in _php_ibase_get_link_trans() 669 ibase_trans *trans = (ibase_trans *)rsrc->ptr; in _php_ibase_free_trans() 1124 PHP_FUNCTION(ibase_trans) in PHP_FUNCTION() argument 1130 ibase_trans *ib_trans; in PHP_FUNCTION() 1247 ib_trans = (ibase_trans *) safe_emalloc(link_cnt-1, sizeof(ibase_db_link *), sizeof(ibase_trans)); in PHP_FUNCTION() 1288 ibase_trans *tr = ib_link->tr_list->trans; in _php_ibase_def_trans() 1291 tr = (ibase_trans *) emalloc(sizeof(ibase_trans)); in _php_ibase_def_trans() 1312 ibase_trans *trans = NULL; in _php_ibase_trans_end() [all …]
|
H A D | ibase_blobs.c | 209 ibase_trans *trans = NULL; in PHP_FUNCTION() 242 ibase_trans *trans = NULL; in PHP_FUNCTION() 404 ibase_trans *trans = NULL; in PHP_FUNCTION() 480 ibase_trans *trans = NULL; in PHP_FUNCTION() 544 ibase_trans *trans = NULL; in PHP_FUNCTION()
|
H A D | php_interbase.h | 59 PHP_FUNCTION(ibase_trans);
|
H A D | ibase_query.c | 49 ibase_trans *trans; 60 ibase_trans *trans; 316 ibase_trans *trans, char *query, unsigned short dialect, int trans_res_id TSRMLS_DC) in _php_ibase_alloc_query() 882 ibase_trans *trans; in _php_ibase_exec() 895 trans = (ibase_trans *) emalloc(sizeof(ibase_trans)); in _php_ibase_exec() 1066 ibase_trans *trans = NULL; in PHP_FUNCTION() 1082 ZEND_FETCH_RESOURCE(trans, ibase_trans*, &ztrans, -1, LE_TRANS, le_trans); in PHP_FUNCTION() 1203 ibase_trans *trans = NULL; in PHP_FUNCTION() 1735 ibase_trans *trans = NULL; in PHP_FUNCTION() 1761 ZEND_FETCH_RESOURCE(trans, ibase_trans *, &trans_arg, -1, LE_TRANS, le_trans); in PHP_FUNCTION()
|
/PHP-5.4/ext/pdo_firebird/tests/ |
H A D | testdb.inc | 17 $tr = ibase_trans($test_db);
|
/PHP-5.4/ |
H A D | NEWS | 2484 . Fixed bug #60802 (ibase_trans() gives segfault when passing params). 5475 - Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters).
|
Completed in 47 milliseconds