Home
last modified time | relevance | path

Searched refs:created (Results 201 – 225 of 310) sorted by relevance

12345678910>>...13

/PHP-8.3/ext/gd/tests/
H A Dimagecolorallocate_variation6.phpt31 //Need to be created every time to get expected return value
/PHP-8.3/Zend/tests/
H A Dgc_038.phpt2 GC 038: Garbage created by compound assignment operators (e.g. +=)
/PHP-8.3/ext/standard/tests/file/
H A D007_variation15.phpt26 …le_handle = fopen($file, "xt"); //opening the non-existing file in "xt" mode, file will be created
H A D007_variation16.phpt17 …_handle = fopen($file, "x+t"); //opening the non-existing file in "x+t" mode, file will be created
H A D007_variation7.phpt17 $file_handle = fopen($file, "x"); //opening the non-existing file in "x" mode, file will be created
H A D007_variation23.phpt17 …le_handle = fopen($file, "xb"); //opening the non-existing file in "xb" mode, file will be created
H A D007_variation24.phpt17 …_handle = fopen($file, "x+b"); //opening the non-existing file in "x+b" mode, file will be created
H A D007_variation4.phpt39 fclose( fopen($file, "w+") ); //Opening the non-existing file in "w+" mode, which will be created
H A Dreadlink_realpath_basic1.phpt45 the link created from each $file in the above array */
H A D007_variation11-win32-mb.phpt44 fclose( fopen($file, "wt") ); //Opening the non-existing file in "wt" mode, which will be created
H A D007_variation11-win32.phpt44 fclose( fopen($file, "wt") ); //Opening the non-existing file in "wt" mode, which will be created
H A D007_variation11.phpt44 fclose( fopen($file, "wt") ); //Opening the non-existing file in "wt" mode, which will be created
H A D007_variation12-win32.phpt44 fclose( fopen($file, "w+t") ); //Opening the non-existing file in "w+t" mode, which will be created
H A D007_variation12.phpt44 fclose( fopen($file, "w+t") ); //Opening the non-existing file in "w+t" mode, which will be created
H A D007_variation19.phpt39 fclose( fopen($file, "wb") ); //Opening the non-existing file in "wb" mode, which will be created
H A D007_variation20.phpt39 fclose( fopen($file, "w+b") ); //Opening the non-existing file in "w+b" mode, which will be created
H A D007_variation3.phpt39 fclose( fopen($file, "w") ); //Opening the non-existing file in "w" mode, which will be created
H A Dsymlink_link_linkinfo_is_link_variation9.phpt12 /* Variation 9 : Check lstat of soft/hard link created
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_templob_1.phpt2 PDO OCI: Test to verify all implicitly created temporary LOB are cleaned up
/PHP-8.3/ext/oci8/tests/
H A Ddrcp_privileged.phpt19 …est is unlikely to work with a remote database - unless an Oracle password file has been created");
/PHP-8.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt43 echo "object created";
1062 string(16) ""object created""
/PHP-8.3/ext/pdo_odbc/tests/
H A Dcommon.phpt62 // database was created and written to file system
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt34 printf("[002] Trace file '%s' has not been created\n", $trace_file);
/PHP-8.3/Zend/
H A DLICENSE32 to covered code created under this License.
/PHP-8.3/TSRM/
H A Dtsrm_win32.c635 BOOL created = FALSE; in shmget() local
660 created = TRUE; in shmget()
693 if (NULL != shm->descriptor && created) { in shmget()

Completed in 25 milliseconds

12345678910>>...13