Home
last modified time | relevance | path

Searched refs:exists (Results 101 – 125 of 198) sorted by relevance

12345678

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_basic.phpt22 var_dump($exists = file_exists($outfilename));
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic2.phpt59 var_dump( linkinfo($linkname) ); // link doesn't exists as not created, expected false
60 var_dump( is_link($linkname) ); // link doesn't exists as not created, expected false
H A Dis_file_variation2.phpt12 Returns TRUE if the filename exists and is a regular file
H A Dfile_put_contents_variation4.phpt37 //correct php53 behaviour is to ingnore the FILE_USE_INCLUDE_PATH unless the file alread exists
H A Dfile_put_contents_variation6.phpt39 //correct php53 behaviour is to ignore the FILE_USE_INCLUDE_PATH unless the file already exists
H A Dlstat_stat_variation14.phpt25 //ensure that link doesn't exists
H A Dfile_put_contents_variation9.phpt35 //can only create a hardlink if the file exists.
H A Dis_file_variation1.phpt7 Returns TRUE if the filename exists and is a regular file
H A Dlstat_stat_variation5.phpt28 @rmdir($dir_name); //ensure that dir doesn't exists
H A Dis_dir_variation4.phpt7 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
H A Dsymlink_link_linkinfo_is_link_variation1.phpt50 // check if the link exists
64 // check if the link exists
/PHP-7.4/ext/sockets/tests/
H A Dunixloop.phpt17 die('Temporary socket already exists.');
/PHP-7.4/ext/pgsql/tests/
H A Dpg_select_001.phpt41 Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_4.phpt29 /* The mb dirname exists*/
H A Dtest_cp932_1.phpt32 /* The mb dirname exists*/
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug53551.phpt21 $db->exec('drop table if exists bug53551');
/PHP-7.4/ext/snmp/
H A Dconfig.m449 dnl Check whether shutdown_snmp_logging() exists.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt50 /* Make sure that the function alias exists */
H A Dmysqli_select_db.phpt71 mysqli_select_db($link, 'I can not imagine that this database exists');
75 mysqli_select_db($link, 'I can not imagine that this database exists');
/PHP-7.4/ext/standard/tests/array/
H A Din_array_variation3.phpt42 //element found as "one" exists in array $array_var
H A Darray_key_exists_variation3.phpt6 * Description: Checks if the given key or index exists in the array
H A Darray_search_variation3.phpt39 //element found as "one" exists in array $array_var
/PHP-7.4/ext/standard/tests/class_object/
H A Dclass_exists_basic_001.phpt6 * Description: Checks if the class exists
/PHP-7.4/ext/phar/tests/
H A Dtest_alias_unset.phpt34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_scope3.phpt18 // transaction exists.

Completed in 23 milliseconds

12345678