Home
last modified time | relevance | path

Searched refs:create (Results 26 – 50 of 777) sorted by relevance

12345678910>>...32

/PHP-5.3/ext/gd/tests/
H A Dimagewbmp.phpt17 echo 'test create wbmp: ';
30 test create wbmp: ok
/PHP-5.3/ext/phar/tests/
H A Dmkdir.phpt35 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %smkd…
37 Warning: mkdir(): phar error: cannot create directory "" in phar "foo.phar", phar error: invalid pa…
39 Warning: mkdir(): phar error: cannot create directory "a" in phar "%smkdir.phar.php", phar error: p…
46 Cannot create a directory in magic ".phar" directory
H A Ddir.phpt34 // create new phar by mkdir
69 Warning: mkdir(): phar error: cannot create directory "phar://%sdir.phar.php/fails", write operatio…
71 Warning: mkdir(): phar error: cannot create directory "fails" in phar "%sok.phar", directory alread…
73 Warning: mkdir(): phar error: cannot create directory "sub" in phar "%sok.phar", directory already …
75 Warning: mkdir(): phar error: cannot create directory "sub/directory.txt" in phar "%sok.phar", phar…
79 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %sdir…
91 Warning: mkdir(): phar error: cannot create directory "" in phar "%sdir.phar.php", phar error: inva…
/PHP-5.3/ext/standard/tests/file/
H A Dcopy_variation12.phpt16 /* Test copy(): Trying to create a copy of an existing dir */
20 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
42 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Drename_variation2.phpt15 // create the $dest_dir
20 // create the file
25 // create the soft links to the file
H A Dunlink_variation3.phpt22 // create temp file
29 // create soft link
36 // create hard link
H A Dunlink_variation1-win32.phpt28 // create temp dir
30 // create temp file inside $dirname
47 // create the temp dir
50 // create the temp file
H A Dunlink_variation1.phpt38 // create temp dir
40 // create temp file inside $dirname
57 // create the temp dir
59 // create the temp file
H A Dcopy_variation15.phpt24 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
28 echo "*** Test copy() function: Trying to create a copy of file in a dir which doesn't have write p…
59 *** Test copy() function: Trying to create a copy of file in a dir which doesn't have write permiss…
H A Dreadfile_variation2.phpt29 // create temp file and insert data into it
40 // create soft link to $filename
51 // create hard link to $filename
H A Dsymlink_link_linkinfo_is_link_variation5.phpt32 // create temp dir
38 // create the file
44 var_dump( symlink($filename, $linkname) ); // create link
H A Dglob_variation2.phpt14 // create temp directory
17 // create temp file
/PHP-5.3/ext/standard/tests/network/
H A Dshutdown.phpt12 die('Unable to create AF_INET socket [server]');
18 die('Unable to create AF_INET socket [client]');
27 die('Unable to create AF_INET socket [client]');
H A Dtcp4loop.phpt8 die('Unable to create AF_INET socket [server]');
14 die('Unable to create AF_INET socket [client]');
H A Dudgloop.phpt17 die('Unable to create AF_UNIX socket [server]');
23 die('Unable to create AF_UNIX socket [client]');
H A Dunixloop.phpt17 die('Unable to create AF_UNIX socket [server]');
23 die('Unable to create AF_UNIX socket [client]');
/PHP-5.3/ext/intl/tests/
H A Dmsgfmt_fail2.phpt21 return MessageFormatter::create($l, $s);
42 $fmt = MessageFormatter::create();
48 $fmt = MessageFormatter::create('en');
68 Warning: MessageFormatter::create() expects exactly 2 parameters, 0 given in %s on line %d
77 Warning: MessageFormatter::create() expects exactly 2 parameters, 1 given in %s on line %d
89 Warning: MessageFormatter::create() expects parameter 1 to be string, array given in %s on line %d
H A Dmsgfmt_fail.phpt21 return MessageFormatter::create($l, $s);
42 $fmt = MessageFormatter::create();
48 $fmt = MessageFormatter::create('en');
68 Warning: MessageFormatter::create() expects exactly 2 parameters, 0 given in %s on line %d
77 Warning: MessageFormatter::create() expects exactly 2 parameters, 1 given in %s on line %d
89 Warning: MessageFormatter::create() expects parameter 1 to be string, array given in %s on line %d
H A Dformatter_fail.phpt20 return NumberFormatter::create($l, $s);
40 $fmt = NumberFormatter::create();
60 Warning: NumberFormatter::create() expects at least 2 parameters, 0 given in %s on line %d
69 Warning: NumberFormatter::create() expects parameter 1 to be string, array given in %s on line %d
/PHP-5.3/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams.phpt30 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
35 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
40 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported %s on line %d
H A Dipv4loop.phpt14 die('Unable to create AF_INET socket [server]');
26 die('Unable to create AF_INET socket [client]');
H A Dipv6loop.phpt15 die('Unable to create AF_INET6 socket [server]');
27 die('Unable to create AF_INET6 socket [client]');
/PHP-5.3/ext/oci8/tests/
H A Dedition_1.phpt23 * fail to create the necessary editions if a child edition exists
37 create a view view_ed in MYEDITION1.
38 create the same view 'view_ed' with a different definition in MYEDITION.
50 "create table edit_tab (name varchar2(10),age number,job varchar2(50), salary number)",
53 "create or replace editioning view view_ed as select name,age,job from edit_tab",
65 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
/PHP-5.3/ext/simplexml/tests/
H A D012.phpt34 Warning: main(): Cannot write or create unnamed attribute in %s012.php on line %d
40 Fatal error: main(): Cannot create unnamed attribute in %s012.php on line %d
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt16 $create = "CREATE TABLE test(id INT AUTO_INCREMENT PRIMARY KEY, ";
23 $create .= "col" . $i . " INT, ";
30 $create = substr($create, 0, -2) . ")";
42 if (!$link->query($drop) || !$link->query($create)) {

Completed in 21 milliseconds

12345678910>>...32