Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/standard/tests/class_object/
H A Dtrait_exists_basic_001.phpt6 * Description: Checks if the trait exists
H A Dmethod_exists_variation_001.phpt6 * Description: Checks if the class method exists
/PHP-7.4/ext/standard/tests/file/
H A Dis_file_variation4.phpt7 Returns TRUE if the filename exists and is a regular file
H A D007_variation8.phpt59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A Dis_dir_variation2.phpt12 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
/PHP-7.4/scripts/
H A Dphpize.in111 Make sure that the file exists and is executable and then rerun this script.
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_scope5.phpt21 // transaction exists.
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt32 /* path exists now, ensure realpath() works! */
/PHP-7.4/ext/dba/
H A Dphp_dba.h82 int (*exists)(dba_info *, char *, size_t); member
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_param_count.phpt56 /* Check that the function alias exists. It's a deprecated function,
H A Dmysqli_character_set_name_oo.phpt63 /* Make sure that the function alias exists */
H A Dmysqli_stmt_datatype_change.phpt25 $c1->query("drop table if exists type_change");
/PHP-7.4/ext/simplexml/tests/
H A D031.phpt48 Warning: SimpleXMLElement::addAttribute(): Attribute already exists in %s031.php on line %d
/PHP-7.4/ext/snmp/tests/
H A DREADME.md42 `/var/net-snmp/snmpd.conf`. Delete it if exists. Forgetting to do so will fail
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_object1.phpt6 * Description: Checks if the given key or index exists in the array
H A Darray_key_exists_object2.phpt6 * Description: Checks if the given key or index exists in the array
H A Darray_key_exists_variation6.phpt6 * Description: Checks if the given key or index exists in the array
/PHP-7.4/ext/ldap/tests/
H A Dldap_mod_add_error.phpt78 Warning: ldap_mod_add(): Modify: Type or value exists in %s on line %d
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c190 zval *exists, results, value; in php_com_import_typelib() local
218 if ((exists = zend_get_constant_str(const_name, len)) != NULL) { in php_com_import_typelib()
219 if (COMG(autoreg_verbose) && !compare_function(&results, &value, exists)) { in php_com_import_typelib()
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_001.phpt52 // If both create_sid() and createSid() exists,
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation7.phpt49 // Remove the directory if already exists
H A Dopendir_variation7.phpt52 // try to remove the dir if exists & create
/PHP-7.4/sapi/cli/
H A Dconfig.m420 AC_DEFINE([HAVE_PS_STRINGS], [], [Define to 1 if the PS_STRINGS thing exists.])
/PHP-7.4/ext/bcmath/libbcmath/
H A DREADME.md27 * Why BCMATH when GMP exists?
/PHP-7.4/ext/oci8/
H A Doci8_collection.c481 boolean exists; in php_oci_collection_element_get() local
496 &exists, in php_oci_collection_element_get()
508 if (exists == 0) { in php_oci_collection_element_get()

Completed in 39 milliseconds

12345678