Home
last modified time | relevance | path

Searched refs:ibase_close (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/interbase/tests/
H A Dibase_close_001.phpt2 ibase_close(): Basic test
11 var_dump(ibase_close($x));
12 var_dump(ibase_close($x));
13 var_dump(ibase_close());
14 var_dump(ibase_close('foo'));
21 Warning: ibase_close(): %d is not a valid Firebird/InterBase link resource in %s on line %d
24 Warning: ibase_close() expects parameter 1 to be resource,%string given in %s on line %d
H A D002.phpt12 ibase_close();
17 ibase_close($con);
19 ibase_close($pcon1);
24 ibase_close($pcon2);
H A Dibase_trans_001.phpt13 var_dump(ibase_close());
14 var_dump(ibase_close($x));
H A D005.phpt14 ibase_close();
21 default committed when you call ibase_close().
55 ibase_close(); /* commit here! */
61 ibase_close();
100 ibase_close();
170 ibase_close();
205 ibase_close($link_1);
206 ibase_close($link_2);
H A Dibase_errmsg_001.phpt15 ibase_close($x);
H A Dbug46543.phpt10 @ibase_close();
H A Dinterbase.inc25 ibase_close($test_db);
H A D004.phpt110 ibase_close();
122 ibase_close();
H A D003.phpt133 ibase_close();
H A D007.phpt172 ibase_close();
H A D006.phpt231 ibase_close();
/PHP-5.5/ext/pdo_firebird/tests/
H A Dtestdb.inc22 ibase_close($test_db);
/PHP-5.5/ext/interbase/
H A Dphp_interbase.h35 PHP_FUNCTION(ibase_close);
H A Dinterbase.c324 PHP_FE(ibase_close, arginfo_ibase_close)
388 PHP_FALIAS(fbird_close, ibase_close, arginfo_ibase_close)
1053 PHP_FUNCTION(ibase_close) in PHP_FUNCTION() argument

Completed in 30 milliseconds