Home
last modified time | relevance | path

Searched refs:exists (Results 151 – 175 of 198) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/file/
H A D007_variation15.phpt59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A D007_variation16.phpt59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A D007_variation23.phpt59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A D007_variation24.phpt59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A D007_variation7.phpt59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A Dfile.inc155 $file_path = dir path where file exists
432 Description: delete a given file if exists
438 // check if file exists
451 Description: Deletes given number of files if exists.
494 Description: Deletes given number of links if exists. Uses delete_files() function
H A Dlstat_stat_variation19.phpt19 @rmdir("$file_path/lstat_stat_variation19"); // ensure that dir doesn't exists
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_templob_1.phpt72 /* 1 temporary LOB still exists in V$TEMPORARY_LOBS since the destructor of $stmt is not yet called…
/PHP-7.4/sapi/phpdbg/
H A DREADME.md41 Where the source directory has been used previously to build PHP, there exists a
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_character_set_name.phpt68 /* Make sure that the function alias exists */
H A Dmysqli_stmt_fetch.phpt81 /* Check that the function alias exists. It's a deprecated function,
H A Dmysqli_stmt_result_metadata.phpt88 /* Check that the function alias exists. It's a deprecated function,
H A Dmysqli_stmt_send_long_data.phpt121 /* Check that the function alias exists. It's a deprecated function,
/PHP-7.4/ext/imap/
H A Dconfig.m4227 dnl Check if auth_gss exists
232 dnl Check if utf8_to_mutf7 exists. We need to do some gymnastics because
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc65 exit ("TEST FAILED : Mailbox '$mailbox' already exists\n");
/PHP-7.4/ext/oci8/tests/
H A Dedition_1.phpt32 * fail to create the necessary editions if a child edition exists
/PHP-7.4/ext/phar/tests/
H A Dphar_extract.phpt147 …anifest1.phar.php" failed: Cannot extract "file1.txt" to "%sextract/file1.txt", path already exists
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt6 * Description: Checks if the given key or index exists in the array
/PHP-7.4/ext/spl/tests/
H A Dunserialize_errors.phpt146 Cannot deserialize ArrayObject with iterator class 'NonExistent'; no such class exists
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt52 // try to remove the dir if exists & create
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt90 #check if tag exists
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c719 int exists = 0; in sxe_prop_dim_exists() local
766 exists = 1; in sxe_prop_dim_exists()
776 exists = 1; in sxe_prop_dim_exists()
783 if (exists && check_empty == 1 && in sxe_prop_dim_exists()
786 exists = 0; in sxe_prop_dim_exists()
800 exists = 1; in sxe_prop_dim_exists()
804 exists = 0; in sxe_prop_dim_exists()
814 return exists; in sxe_prop_dim_exists()
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc111 exit ("TEST FAILED : Mailbox '$mailbox' already exists\n");
/PHP-7.4/Zend/
H A Dzend_ini.h87 ZEND_API char *zend_ini_string_ex(char *name, size_t name_length, int orig, zend_bool *exists);
/PHP-7.4/build/
H A Dpkg.m485 dnl Check to see whether a particular set of modules exists. Similar to
95 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then

Completed in 52 milliseconds

12345678