Home
last modified time | relevance | path

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

12345678

/PHP-8.2/ext/mbstring/tests/
H A Dmb_strrchr_basic.phpt15 echo "\n-- ASCII string: needle exists --\n";
23 echo "\n-- Multibyte string: needle exists --\n";
41 -- ASCII string: needle exists --
49 -- Multibyte string: needle exists --
/PHP-8.2/ext/dom/tests/
H A Ddomelement.phpt22 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
25 echo 'Attribute num exists?: '.($node->hasAttribute('num')?'Yes':'No')."\n";
38 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
42 echo 'Attribute xml:lang exists?: '.($node->hasAttributeNS('http://www.w3.org/XML/1998/namespace', …
90 Attribute num exists?: Yes
92 Attribute num exists?: No
99 Attribute xml:lang exists?: Yes
101 Attribute xml:lang exists?: No
/PHP-8.2/ext/pgsql/tests/
H A D80_bug14383.phpt49 Key 1 exists? N
50 Key 2 exists? Y
51 Key 3 exists? N
52 Key 4 exists? Y
53 Key 5 exists? Y
/PHP-8.2/ext/standard/tests/file/
H A D001.phpt16 echo "test.file exists\n";
23 echo "test.file exists\n";
30 echo "test.link exists\n";
45 echo "test.file exists\n";
110 echo "test.file exists (cached)\n";
116 echo "test.file exists\n";
123 test.file exists
124 test.link exists
127 test.file exists
H A Dsymlink_link_linkinfo_is_link_variation8.phpt27 var_dump( link($filename, $dirname."/") ); // this fails indicating file exists
47 var_dump( symlink($filename, $dirname."/") ); // this fails indicating file exists
62 Warning: link(): File exists in %s on line %d
68 Warning: symlink(): %rFile exists|Permission denied%r in %s on line %d
H A Dunlink_variation6.phpt22 echo "$file exists\n";
31 subdir/testfile.txt exists
H A Dsymlink_link_linkinfo_is_link_variation7.phpt72 Warning: symlink(): File exists in %s on line %d
78 Warning: symlink(): File exists in %s on line %d
84 Warning: link(): File exists in %s on line %d
H A Dcopy_basic.phpt16 echo "-- Checking whether the copy of file exists --\n";
43 -- Checking whether the copy of file exists --
/PHP-8.2/ext/standard/tests/mail/
H A Dbug80706.phpt46 echo "The specified x-Mailer exists.\n\n";
63 The specified x-Mailer exists.
66 The specified x-Mailer exists.
/PHP-8.2/ext/snmp/
H A Dconfig.m449 dnl Check whether shutdown_snmp_logging() exists.
57 dnl Check whether usmHMAC192SHA256AuthProtocol exists.
65 dnl Check whether usmHMAC384SHA512AuthProtocol exists.
/PHP-8.2/Zend/
H A Dzend_ini.c486 if (exists) { in zend_ini_string_ex()
487 *exists = 1; in zend_ini_string_ex()
496 if (exists) { in zend_ini_string_ex()
497 *exists = 0; in zend_ini_string_ex()
506 bool exists = 1; in zend_ini_string() local
510 if (!exists) { in zend_ini_string()
526 if (exists) { in zend_ini_str_ex()
527 *exists = 1; in zend_ini_str_ex()
536 if (exists) { in zend_ini_str_ex()
537 *exists = 0; in zend_ini_str_ex()
[all …]
/PHP-8.2/sapi/cli/tests/
H A Dphp_cli_server_016.phpt2 Bug #60591 (Memory leak when access a non-exists file)
28 POST /no-exists.jpg HTTP/1.1
/PHP-8.2/ext/xsl/tests/
H A Dbug54446.phpt39 print "$outputfile exists, but shouldn't!\n";
52 print "OK, file exists\n";
66 print "$outputfile exists, but shouldn't!\n";
80 OK, file exists
H A Dbug54446_with_ini.phpt39 print "$outputfile exists, but shouldn't!\n";
52 print "OK, file exists\n";
66 print "$outputfile exists, but shouldn't!\n";
81 OK, file exists
/PHP-8.2/ext/tidy/
H A Dconfig.m437 AC_DEFINE(HAVE_TIDYBUFFIO_H,1,[defined if tidybuffio.h exists])
43 AC_DEFINE(HAVE_TIDYP_H,1,[defined if tidyp.h exists])
45 AC_DEFINE(HAVE_TIDY_H,1,[defined if tidy.h exists])
/PHP-8.2/Zend/tests/
H A Dns_045.phpt2 045: Name conflict and constants (php name in case if ns name exists)
H A Dns_005.phpt2 005: Name conflict (php name in case if ns name exists)
H A Dns_015.phpt2 015: Name conflict and functions (php name in case if ns name exists)
H A Dns_052.phpt2 052: Name conflict and compile-time constants (php name in case if ns name exists)
/PHP-8.2/ext/standard/tests/array/
H A Dbug46873.phpt2 Bug #46873 (extract($foo) crashes if $foo['foo'] exists)
/PHP-8.2/tests/output/
H A Dsapi_windows_vt100_support_notwindows.phpt2 Test that sapi_windows_vt100_support exists only on Windows
/PHP-8.2/ext/ldap/tests/
H A Dldap_add_error.phpt51 /* Is this correct behaviour to still have "Already exists" as error/errno?
103 Warning: ldap_add(): Add: Already exists in %s on line %d
105 string(14) "Already exists"
/PHP-8.2/Zend/tests/attributes/override/
H A D003.phpt16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D022.phpt16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
/PHP-8.2/ext/standard/tests/
H A Dsetrawcookie_basic_002.phpt2 Test setrawcookie to fail when output exists before

Completed in 35 milliseconds

12345678