Home
last modified time | relevance | path

Searched refs:exists (Results 126 – 150 of 190) sorted by relevance

12345678

/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation5.phpt21 @rmdir($dir_name); //ensure that dir doesn't exists
H A Dfile_put_contents_variation9.phpt29 //can only create a hardlink if the file exists.
H A Dsymlink_link_linkinfo_is_link_variation1.phpt37 // check if the link exists
51 // check if the link exists
H A D007_variation8.phpt49 Warning: fopen(%s): Failed to open stream: File exists in %s on line %d
/php-src/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*/
H A Dtest_long_path_2.phpt34 /* path exists now, ensure realpath() works! */
/php-src/ext/mysqli/tests/
H A Dmysqli_select_db.phpt59 mysqli_select_db($link, 'I cannot imagine that this database exists');
63 mysqli_select_db($link, 'I cannot imagine that this database exists');
H A Dmysqli_stmt_datatype_change.phpt25 $c1->query("drop table if exists type_change");
/php-src/ext/standard/tests/array/
H A Darray_search_variation3.phpt41 //element found as "one" exists in array $array_var
H A Din_array_variation3.phpt43 //element found as "one" exists in array $array_var
/php-src/ext/zip/tests/
H A Doo_addglob.phpt70 string(19) "File already exists"
/php-src/ext/ldap/tests/
H A Dldap_mod_add_error.phpt58 Warning: ldap_mod_add(): Modify: Type or value exists in %s on line %d
/php-src/ext/phar/tests/
H A Dtest_alias_unset.phpt34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists
/php-src/ext/dba/
H A Dphp_dba.h82 zend_result (*exists)(dba_info *, zend_string *); member
/php-src/scripts/
H A Dphpize.in115 Make sure that the file exists and is executable and then rerun this script.
/php-src/ext/pgsql/tests/
H A Dpg_select_001.phpt59 Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d
/php-src/ext/simplexml/tests/
H A D031.phpt47 Warning: SimpleXMLElement::addAttribute(): Attribute already exists in %s031.php on line %d
/php-src/ext/snmp/tests/
H A DREADME.md43 `/var/net-snmp/snmpd.conf`. Delete it if exists. Forgetting to do so will fail
/php-src/Zend/
H A Dzend_ini.h89 ZEND_API char *zend_ini_string_ex(const char *name, size_t name_length, int orig, bool *exists);
91 ZEND_API zend_string *zend_ini_str_ex(const char *name, size_t name_length, bool orig, bool *exists
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc115 echo "Key $i exists? ", dba_exists("key$i", $db_writer) ? 'Y' : 'N', \PHP_EOL;
275 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? 'Y' : 'N', \PHP_EOL;
288 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? 'Y' : 'N', \PHP_EOL;
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c188 zval *exists, results, value; in php_com_import_typelib() local
216 if ((exists = zend_get_constant(const_name)) != NULL) { in php_com_import_typelib()
217 if (COMG(autoreg_verbose) && !compare_function(&results, &value, exists)) { in php_com_import_typelib()
/php-src/ext/standard/tests/dir/
H A Dscandir_variation7.phpt44 // Remove the directory if already exists
/php-src/ext/bcmath/libbcmath/
H A DREADME.md27 * Why BCMATH when GMP exists?
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_001.phpt47 // If both create_sid() and createSid() exists,

Completed in 45 milliseconds

12345678