File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ if(get_fb_version() < 4.0)print "skip FB < 4.0";
88--FILE--
99<?php
1010
11- require ("interbase.inc " );
11+ require ("interbase.inc " );
1212
13- $ db = ibase_connect ($ test_base );
13+ $ db = ibase_connect ($ test_base );
1414
1515 ibase_query (
16- "create table test_dt (
16+ "create table test_dt (
1717 v_int128 int128 not null
1818 ) " );
1919 ibase_commit ();
2020
21- ibase_query ("insert into test_dt (v_int128) values (1234) " );
22- ibase_query ("insert into test_dt (v_int128) values (-170141183460469231731687303715884105728) " );
23- ibase_query ("insert into test_dt (v_int128) values (170141183460469231731687303715884105727) " );
21+ ibase_query ("insert into test_dt (v_int128) values (1234) " );
22+ ibase_query ("insert into test_dt (v_int128) values (-170141183460469231731687303715884105728) " );
23+ ibase_query ("insert into test_dt (v_int128) values (170141183460469231731687303715884105727) " );
2424
2525 $ sql = 'select * from test_dt ' ;
2626 $ query = ibase_query ($ sql );
You can’t perform that action at this time.
0 commit comments