Home
last modified time | relevance | path

Searched refs:exists (Results 26 – 50 of 198) sorted by relevance

12345678

/PHP-7.4/Zend/tests/
H A Dns_052.phpt2 052: Name conflict and compile-time constants (php name in case if ns name exists)
H A Dclass_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
/PHP-7.4/ext/standard/tests/
H A Dsetrawcookie_basic_002.phpt2 Test setrawcookie to fail when output exists before
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_basic.phpt21 echo "-- Checking whether the copy of file exists --\n";
48 -- Checking whether the copy of file exists --
H A Dsymlink_link_linkinfo_is_link_variation7.phpt85 Warning: symlink(): File exists in %s on line %d
91 Warning: symlink(): File exists in %s on line %d
97 Warning: link(): File exists in %s on line %d
H A Dsymlink.phpt58 Warning: symlink(): File exists in %s on line %d
62 Warning: symlink(): File exists in %s on line %d
H A Dfile_exists_variation1.phpt8 * Description: Returns true if filename exists
/PHP-7.4/ext/standard/tests/class_object/
H A Dclass_exists_variation_003.phpt6 * Description: Checks if the class exists
H A Dtrait_class_exists_variation_003.phpt6 * Description: Checks if the trait exists
H A Dinterface_exists_variation4.phpt6 * Description: Checks if the class exists
H A Dmethod_exists_variation_003.phpt6 * Description: Checks if the class method exists
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_014.phpt36 POST /main/no-exists.php HTTP/1.1
72 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/no-exists.php</cod…
H A Dsapi_windows_set_ctrl_handler.phpt41 echo "Running `$cmd` to check the process indeed exists:\n";
82 Running `tasklist /FI "PID eq %d" /NH` to check the process indeed exists:
/PHP-7.4/ext/zip/tests/
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
/PHP-7.4/Zend/
H A Dzend_ini.c445 ZEND_API char *zend_ini_string_ex(char *name, size_t name_length, int orig, zend_bool *exists) /* {… in zend_ini_string_ex() argument
451 if (exists) { in zend_ini_string_ex()
452 *exists = 1; in zend_ini_string_ex()
461 if (exists) { in zend_ini_string_ex()
462 *exists = 0; in zend_ini_string_ex()
471 zend_bool exists = 1; in zend_ini_string() local
474 return_value = zend_ini_string_ex(name, name_length, orig, &exists); in zend_ini_string()
475 if (!exists) { in zend_ini_string()
/PHP-7.4/ext/ldap/tests/
H A Dldap_add_error.phpt58 /* Is this correct behaviour to still have "Already exists" as error/errno?
121 Warning: ldap_add(): Add: Already exists in %s on line %d
123 string(14) "Already exists"
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_basic.phpt28 echo 'Function that exists';
32 echo 'Function that exists with different spelling';
106 Function that exists OK
107 Function that exists with different spelling OK
/PHP-7.4/ext/dom/tests/
H A DDOMAttr_ownerElement_error_001.phpt20 Warning: Couldn't fetch DOMAttr. Node no longer exists in %s on line %d
/PHP-7.4/ext/simplexml/tests/
H A Dbug38424.phpt2 Bug #38424 (Different attribute assignment if new or exists)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug41518.phpt22 var_dump(file_exists($tmp_file)); //exists
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_get.phpt92 …rror in packet at 'SNMPv2-MIB::sysDescr.110': No Such Instance currently exists at this OID in %s …
96 …rror in packet at 'SNMPv2-MIB::sysDescr.110': No Such Instance currently exists at this OID in %s …
100 …ror in packet at 'SNMPv2-MIB::sysUpTime.220': No Such Instance currently exists at this OID in %s …
/PHP-7.4/sapi/phpdbg/tests/
H A Dbreakpoints_008.phpt12 prompt> [Breakpoint exists at Foo\Bar::Foo]
/PHP-7.4/ext/phar/tests/
H A Dmkdir.phpt39 …ot create directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a not a dir…
45 …ot remove directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a not a dir…
/PHP-7.4/ext/pgsql/tests/
H A Dpg_delete_001.phpt83 Warning: pg_delete(): Table 'bar' doesn't exists in %s on line %d
85 Warning: pg_delete(): Table 'bar' doesn't exists in %s on line %d

Completed in 30 milliseconds

12345678