Home
last modified time | relevance | path

Searched refs:create (Results 226 – 250 of 777) sorted by relevance

12345678910>>...32

/PHP-5.3/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt2 Phar: create and modify zip-based phar
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug27843.phpt22 create proc '.$sp_name.'
H A Dbug28354.phpt24 create proc '.$sp_name.' as begin
/PHP-5.3/ext/standard/tests/file/
H A Dunlink_variation2.phpt23 // create file
H A Dreadfile_variation1.phpt23 // create file
H A Dcopy_variation3.phpt40 echo "\n-- Now applying copy() on source file to create copies --";
82 -- Now applying copy() on source file to create copies --
H A Dcopy_variation5-win32.phpt39 echo "\n-- Now applying copy() on source file to create copies --";
86 -- Now applying copy() on source file to create copies --
H A Dfilesize_variation2-win32.phpt43 // create only the file, as base and subdir is already created
46 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation2.phpt43 // create only the file, as base and subdir is already created
46 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
H A Dtable.inc16 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_set_local_infile_handler_openbasedir.phpt38 [005 + 1] Cannot create CVS file ''
111 [005 + 1] Cannot create CVS file ''
H A Dmysqli_stmt_execute_stored_proc.phpt58 printf("[010] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
96 printf("[027] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
136 printf("[036] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
178 printf("[046] Cannot create SP, [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.3/ext/oci8/tests/
H A Dbug44113.phpt17 "create or replace type bug44113_list_t as table of number"
H A Dbug47281_tt.phpt18 "create or replace procedure bug47281_sp as
H A Dfetch.phpt14 "create table fetch_tab (id number, value number)",
H A Dbug44008.phpt16 "create or replace procedure bug44008_proc (p in out clob)
H A Dbug27303_3.phpt13 $create_st[] = "create sequence myseq";
14 $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)";
H A Dbug27303_4_11gR1.phpt24 $create_st[] = "create sequence myseq";
25 $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)";
H A Dbug27303_1_11gR1.phpt24 "create sequence myseq",
25 "create table mytab (mydata varchar2(20), seqcol number)"
H A Dbug27303_2_11gR1.phpt24 "create sequence myseq",
25 "create table mytab (mydata varchar2(20), seqcol number)"
/PHP-5.3/ext/phar/tests/
H A Dcreate_new_and_modify.phpt2 Phar: create and modify phar
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt10 // create dom document
/PHP-5.3/ext/pdo_odbc/tests/
H A Dcommon.phpt47 …// check if MS Access DB is installed, and if yes, try using it. create a temporary MS access data…
52 // try to create database
/PHP-5.3/ext/shmop/
H A DREADME22 c create or open an existing segment (sets IPC_CREATE)
23 n create a new segment and fail if one already exists under same name (sets IPC_CREATE|IPC_EXCL)

Completed in 27 milliseconds

12345678910>>...32