📄 002.phpt
字号:
--TEST--InterBase: connect, close and pconnect--SKIPIF--<?php include("skipif.inc"); ?>--FILE--<?php /* $Id: 002.phpt,v 1.6 2004/05/19 08:54:52 helly Exp $ */ require("interbase.inc"); ibase_connect($test_base); out_table("test1"); ibase_close(); $con = ibase_connect($test_base); $pcon1 = ibase_pconnect($test_base); $pcon2 = ibase_pconnect($test_base); ibase_close($con); unset($con); ibase_close($pcon1); unset($pcon1); out_table("test1"); ibase_close($pcon2); unset($pcon2);?>--EXPECT----- test1 ---1 test table not created with isql ------ test1 ---1 test table not created with isql ---
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -