Home
last modified time | relevance | path

Searched refs:created (Results 176 – 200 of 303) sorted by relevance

12345678910>>...13

/PHP-5.6/ext/standard/tests/array/
H A Darray_diff_assoc_variation6.phpt14 * but has been created in a different order
/PHP-5.6/ext/standard/tests/file/
H A Dmkdir_variation1-win32.phpt86 echo "directory created\n";
H A D007_variation13-win32.phpt47 fclose( fopen($file, "at") ); //Opening the non-existing file in "at" mode, which will be created
H A D007_variation13.phpt47 fclose( fopen($file, "at") ); //Opening the non-existing file in "at" mode, which will be created
H A D007_variation15.phpt28 …le_handle = fopen($file, "xt"); //opening the non-existing file in "xt" mode, file will be created
H A D007_variation23.phpt28 …le_handle = fopen($file, "xb"); //opening the non-existing file in "xb" mode, file will be created
H A D007_variation7.phpt28 $file_handle = fopen($file, "x"); //opening the non-existing file in "x" mode, file will be created
H A D007_variation8.phpt28 …le_handle = fopen($file, "x+"); //opening the non-existing file in "x+" mode, file will be created
H A Dmkdir_variation4.phpt118 echo "Directory created\n";
219 Directory created
H A D007_variation16.phpt28 …_handle = fopen($file, "x+t"); //opening the non-existing file in "x+t" mode, file will be created
H A D007_variation24.phpt28 …_handle = fopen($file, "x+b"); //opening the non-existing file in "x+b" mode, file will be created
H A D007_variation11-win32.phpt55 fclose( fopen($file, "wt") ); //Opening the non-existing file in "wt" mode, which will be created
H A D007_variation19.phpt50 fclose( fopen($file, "wb") ); //Opening the non-existing file in "wb" mode, which will be created
H A D007_variation3.phpt50 fclose( fopen($file, "w") ); //Opening the non-existing file in "w" mode, which will be created
H A D007_variation4.phpt50 fclose( fopen($file, "w+") ); //Opening the non-existing file in "w+" mode, which will be created
H A Dsymlink_link_linkinfo_is_link_variation6.phpt57 var_dump( symlink($filename, $linkname) ); // this link won't get created
/PHP-5.6/ext/interbase/tests/
H A Dinterbase.inc23 ibase_query($tr,"insert into test1(i, c) values(1, 'test table not created with isql')");
/PHP-5.6/ext/oci8/tests/
H A Ddrcp_privileged.phpt14 …est is unlikely to work with a remote database - unless an Oracle password file has been created");
/PHP-5.6/ext/imap/tests/
H A Dimap_close_variation4.phpt69 .. mailbox '{%s}%s' created
H A Dimap_fetch_overview_variation6.phpt96 .. mailbox '{%s}%s' created
H A Dimap_headerinfo_basic.phpt92 .. mailbox '{%s}%s' created
H A Dimap_fetch_overview_variation5.phpt53 .. mailbox '{%s}%s' created
/PHP-5.6/TSRM/
H A Dtsrm_win32.c596 BOOL created = FALSE; in shmget() local
612 created = TRUE; in shmget()
634 if (NULL != shm->descriptor && created) { in shmget()
/PHP-5.6/ext/pdo_odbc/tests/
H A Dcommon.phpt61 // database was created and written to file system
/PHP-5.6/Zend/
H A DLICENSE32 to covered code created under this License.

Completed in 21 milliseconds

12345678910>>...13