Home
last modified time | relevance | path

Searched refs:create (Results 51 – 75 of 777) sorted by relevance

12345678910>>...32

/php-src/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-src/ext/standard/tests/file/
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…
H A Dsymlink_link_linkinfo_is_link_variation5.phpt20 // create temp dir
26 // create the file
32 var_dump( symlink($filename, $linkname) ); // create link
H A Dunlink_variation3.phpt19 // create temp file
26 // create soft link
33 // create hard link
H A Dunlink_variation1.phpt26 // create temp dir
28 // create temp file inside $dirname
45 // create the temp dir
47 // create the temp file
H A Drename_variation2.phpt15 // create the $dest_dir
20 // create the file
25 // create the soft links to the file
H A Dunlink_variation1-win32-mb.phpt26 // create temp dir
28 // create temp file inside $dirname
45 // create the temp dir
48 // create the temp file
H A Dunlink_variation1-win32.phpt25 // create temp dir
27 // create temp file inside $dirname
44 // create the temp dir
47 // create the temp file
H A Dcopy_variation10.phpt9 echo "*** Test copy(): Trying to create a copy of file with the same source name ***\n";
26 *** Test copy(): Trying to create a copy of file with the same source name ***
H A Dglob_variation2.phpt10 // create temp directory
13 // create temp file
/php-src/ext/phar/tests/
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-src/ext/pdo_sqlite/tests/
H A Dgh9032.phpt12 var_dump($db->exec('create table db1.r (id int)'));
17 var_dump($db->exec('create table db2.r (id int)'));
/php-src/ext/intl/tests/
H A Ddateformat_create_default.phpt2 IntlDateFormatter::create() with default date and time types
13 $fmt = IntlDateFormatter::create('en_US');
H A Ddateformat_create_default_icu72-1.phpt2 IntlDateFormatter::create() with default date and time types
13 $fmt = IntlDateFormatter::create('en_US');
H A Dmsgfmt_fail2.phpt31 return MessageFormatter::create($l, $s);
72 $fmt = MessageFormatter::create();
93 $fmt = MessageFormatter::create('en');
117 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 0 given in %s on line %d
126 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 1 given in %s on line %d
136 Deprecated: MessageFormatter::create(): Passing null to parameter #1 ($locale) of type string is de…
138 Deprecated: MessageFormatter::create(): Passing null to parameter #2 ($pattern) of type string is d…
154 TypeError: MessageFormatter::create(): Argument #1 ($locale) must be of type string, array given in…
H A Ddatepatterngenerator_get_best_pattern.phpt15 $dtpg3 = IntlDatePatternGenerator::create();
16 $dtpg4 = IntlDatePatternGenerator::create("de_DE");
H A Ddatepatterngenerator_get_best_pattern_icu72-1.phpt15 $dtpg3 = IntlDatePatternGenerator::create();
16 $dtpg4 = IntlDatePatternGenerator::create("de_DE");
/php-src/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)'));
/php-src/ext/standard/tests/network/
H A Dshutdown.phpt20 die('Unable to create AF_INET socket [server]');
26 die('Unable to create AF_INET socket [client]');
35 die('Unable to create AF_INET socket [client]');
H A Dtcp4loop.phpt15 die('Unable to create AF_INET socket [server]');
21 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]');
/php-src/ext/spl/tests/
H A Dbug68825.phpt15 die('Failed to create temporary directory for testing');
17 die('Failed to create symbolic link');
H A DRecursiveDirectoryIterator_hasChildren.phpt9 die('Failed to create temporary directory for testing');
11 die('Failed to create symbolic link');
/php-src/Zend/tests/
H A Dgc_048.phpt33 $cycleWithoutDestructorWeak = \WeakReference::create($cycleWithoutDestructor);
35 $cycleWithDestructorWeak = \WeakReference::create($cycleWithDestructor);

Completed in 42 milliseconds

12345678910>>...32