Home
last modified time | relevance | path

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

12345678910>>...36

/PHP-8.1/ext/standard/tests/file/
H A Dcopy_variation12-win32.phpt10 /* Test copy(): Trying to create a copy of an existing dir */
14 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
34 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dfopen_variation5.phpt7 //create the include directory structure
33 //define the files to go into these directories, create one in dir2
55 // create a file in the middle directory
67 //create a file in dir1
78 // create a file in working directory
98 // create a file in the script directory
H A Dfopen_variation8.phpt11 //create the include directory structure
33 //define the files to go into these directories, create one in dir2
54 // create a file in the middle directory
66 //create a file in dir1
77 // create a file in working directory
97 // create a file in the script directory
H A Dsymlink_link_linkinfo_is_link_error1.phpt11 // create temp $filename and create link $linkname to it
13 $fp = fopen($filename, "w"); // create temp file
16 // linkname used to create soft/hard link
H A Dcopy_variation12.phpt10 /* Test copy(): Trying to create a copy of an existing dir */
14 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
34 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dsymlink_link_linkinfo_is_link_error2.phpt11 // create temp $filename and create link $linkname to it
13 $fp = fopen($filename, "w"); // create temp file
16 // linkname used to create soft/hard link
H A Dcopy_variation15.phpt11 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
15 echo "*** Test copy() function: Trying to create a copy of file in a dir which doesn't have write p…
44 *** Test copy() function: Trying to create a copy of file in a dir which doesn't have write permiss…
/PHP-8.1/tests/lang/
H A Dbug21669.phpt13 function create() {
19 $test = $factory->create();
/PHP-8.1/tests/classes/
H A Dconstants_error_007.phpt2 Basic class support - attempting to create a reference to a class constant
10 echo "\nAttempting to create a reference to a class constant - should be parse error.\n";
/PHP-8.1/Zend/tests/weakrefs/
H A Dweakmap_multiple_weakrefs.phpt8 $ref = WeakReference::create($obj);
15 var_dump($ref === WeakReference::create($obj));
22 $ref = WeakReference::create($obj);
H A Dweakrefs_001.phpt9 $wr = WeakReference::create($std);
10 $wr2 = WeakReference::create($std);
/PHP-8.1/tests/output/
H A Dob_start_basic_006.phpt78 Notice: ob_start(): Failed to create buffer in %s on line %d
86 Notice: ob_start(): Failed to create buffer in %s on line %d
94 Notice: ob_start(): Failed to create buffer in %s on line %d
102 Notice: ob_start(): Failed to create buffer in %s on line %d
110 Notice: ob_start(): Failed to create buffer in %s on line %d
130 Notice: ob_start(): Failed to create buffer in %s on line %d
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_init_command.phpt25 $create = sprintf('CREATE TABLE %s(id INT)', $table);
26 var_dump($create);
27 $db = new PDO($dsn, $user, $pass, array(PDO::MYSQL_ATTR_INIT_COMMAND => $create));
H A Dpdo_mysql_stmt_blobfromsteam.phpt12 die("skip Can't create temporary file");
17 die("skip Can't create temporary file");
20 die("skip Can't create temporary file");
26 die("skip Can't create temporary file");
45 printf("[%03d + 2] Cannot create test file '%s'\n", $offset, $file);
52 printf("[%03d + 3] Failed to create test file '%s'\n", $offset, $file);
67 printf("[%03d + 5] Cannot create test file '%s'\n", $offset, $file);
/PHP-8.1/ext/phar/tests/
H A Dbug65414.phpt32 .phar/injected-1.txt:Cannot create any files in magic ".phar" directory
33 /.phar/injected-2.txt:Cannot create any files in magic ".phar" directory
35 /.phar/:Cannot create any files in magic ".phar" directory
H A Dmkdir.phpt34 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %smkd…
36 Warning: mkdir(): phar error: cannot create directory "" in phar "foo.phar", phar error: invalid pa…
38 Warning: mkdir(): phar error: cannot create directory "a" in phar "%smkdir.phar.php", phar error: p…
45 Cannot create a directory in magic ".phar" directory
H A Ddir.phpt34 // create new phar by mkdir
68 Warning: mkdir(): phar error: cannot create directory "phar://%sdir.phar.php/fails", write operatio…
70 Warning: mkdir(): phar error: cannot create directory "fails" in phar "%sok.phar", directory alread…
72 Warning: mkdir(): phar error: cannot create directory "sub" in phar "%sok.phar", directory already …
74 Warning: mkdir(): phar error: cannot create directory "sub/directory.txt" in phar "%sok.phar", phar…
78 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %sdir…
90 Warning: mkdir(): phar error: cannot create directory "" in phar "%sdir.phar.php", phar error: inva…
/PHP-8.1/ext/gd/tests/
H A Dimagewbmp-mb.phpt15 echo 'test create wbmp: ';
28 test create wbmp: ok
H A Dimagewbmp.phpt15 echo 'test create wbmp: ';
28 test create wbmp: ok
/PHP-8.1/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h18 ZEND_METHOD(IntlDatePatternGenerator, create);
24 …ZEND_ME(IntlDatePatternGenerator, create, arginfo_class_IntlDatePatternGenerator_create, ZEND_ACC_…
/PHP-8.1/ext/session/tests/
H A Dbug61470.phpt2 Bug #61470 (session_regenerate_id() does not create session file)
18 // starts new session, but file is not create!
/PHP-8.1/ext/standard/tests/filters/
H A Dobject_init_failure.phpt16 Warning: file_get_contents(): Unable to create or locate filter "sample.filter" in %s on line %d
18 Warning: file_get_contents(): Unable to create filter (sample.filter) in %s on line %d
H A Dobject_init_failure_2.phpt16 Warning: main(): Unable to create or locate filter "sample.filter" in %s on line %d
18 Warning: main(): Unable to create filter (sample.filter) in %s on line %d
/PHP-8.1/ext/standard/tests/network/
H A Dudp4loop.phpt12 die('Unable to create AF_INET socket [server]: ' . $errstr);
18 die('Unable to create AF_INET socket [client]');
/PHP-8.1/ext/sqlite3/tests/
H A Dgh9032.phpt13 var_dump($db->exec('create table db1.r (id int)'));
19 var_dump($db->exec('create table db2.r (id int)'));

Completed in 68 milliseconds

12345678910>>...36