Home
last modified time | relevance | path

Searched refs:create (Results 76 – 100 of 824) sorted by relevance

12345678910>>...33

/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error2.phpt27 // create temp $filename and create link $linkname to it
29 $fp = fopen($filename, "w"); // create temp file
32 // linkname used to create soft/hard link
H A Dsymlink_link_linkinfo_is_link_variation9.phpt37 // create the file
42 // create soft link
58 // create hard link
74 // create soft link
H A Dfgets_socket_variation2.phpt8 // create a file
32 die("Unable to create socket");
H A Dlstat_stat_variation14.phpt24 /* create temp file & link */
34 // create the link
H A Drename_variation1.phpt29 // create the $dest_dir
37 // create the src dir
H A Dtouch_variation5-win32.phpt22 if (!mkdir($cwd . '/' . $workDir)) die("cannot create directory $workDir");
166 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
169 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
178 Warning: touch(): Unable to create file %s/BADDIR/aSubDirOrFile because %s in %s on line %d
181 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because Invalid argument in %s…
184 Warning: touch(): Unable to create file %s/touchVar5.tmp/aSubDirOrFile/ because Invalid argument in…
H A Dfscanf_variation54.phpt27 // create an object
30 // create a file
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_types.phpt20 $create = sprintf("CREATE TABLE test(id %s) DEFAULT CHARSET %s", $sql_type, $default_charset);
21 if (!mysqli_query($link, $create)) {
22 printf("[002] '%s' - '%s', [%d] %s\n", $sql_type, $create,
33 printf("[003] '%s' - '%s' - '%s', [%d] %s\n", $sql_type, $create, $sql,
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO11 The function should create a new zval, create new object and get the
21 The create_object handler function should create a new zval, create
32 to the object is created. This does not create a new object - both
35 clone_obj handler should create a new object, identical to an old one,
62 where the property is stored. If the aren't, the best way is to create
170 natively, this method should create and return proxy object for use
/PHP-5.5/ext/date/tests/
H A Dbug41842.phpt2 Bug #41842 (Cannot create years < 0100 & negative years with date_create or new DateTime)
/PHP-5.5/Zend/tests/
H A Dstr_offset_002.phpt9 Fatal error: Cannot create references to/from string offsets in %sstr_offset_002.php on line 3
H A Dbug49866.phpt10 Fatal error: Cannot create references to/from string offsets nor overloaded objects in %sbug49866.p…
/PHP-5.5/ext/intl/
H A DTODO1 - Unify __ctor and create functions
/PHP-5.5/Zend/tests/traits/
H A Derror_016.phpt2 Trying to create a constant on Trait
/PHP-5.5/ext/intl/tests/
H A Dbreakiter___construct_error.phpt19 Warning: IntlRuleBasedBreakIterator::__construct(): rbbi_create_instance: unable to create RuleBase…
37 Warning: IntlRuleBasedBreakIterator::__construct(): rbbi_create_instance: unable to create instance…
/PHP-5.5/ext/oci8/tests/
H A Dlob_017.phpt19 $create = "CREATE table lob_test(lob_1 BLOB, lob_2 BLOB)";
20 $statement = oci_parse($c, $create);
/PHP-5.5/ext/pdo/tests/
H A Dpdorow.phpt12 Fatal error: PDORow::__construct(): You should not create a PDOStatement manually in %s on line %d
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation7.phpt34 /* create the temporary directory :
44 // create sub_dir
49 //create sub_sub_dir
H A Dopendir_variation5.phpt33 /* create the temporary directory :
43 // create sub_dir
48 //create sub_sub_dir
H A Dscandir_variation5.phpt34 * create the temporary directory :
44 // create sub_dir
49 //create sub_sub_dir
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_fromarray_param_multiarray.phpt2 Tries to create a SplFixedArray using the fromArray() function and a multi dimentional array.
H A DSplFixedArray_fromarray_param_boolean.phpt2 Tries to create a SplFixedArray using a boolean value.
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation4.phpt21 //define the files to go into these directories, create one in dir2
43 // create a file in the middle directory
55 //create a file in dir1
66 // create a file in working directory
86 // create a file in the script directory
/PHP-5.5/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-5.5/ext/standard/tests/array/
H A Dbug44181.phpt2 Bug #44181 (extract EXTR_OVERWRITE|EXTR_REFS can fail to create references)

Completed in 28 milliseconds

12345678910>>...33