Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 171) sorted by relevance

1234567

/PHP-8.1/Zend/tests/
H A Dbug60362.phpt5 $arr = array('exists' => 'foz');
7 if (isset($arr['exists']['non_existent'])) {
9 var_dump($arr['exists']['non_existent']);
13 if (isset($arr['exists'][1])) {
15 var_dump($arr['exists'][1]);
27 if (isset($arr['exists'][1][0])) {
29 var_dump($arr['exists'][1][0]);
41 if (empty($arr['exists'][1])) {
45 var_dump($arr['exists'][1]);
55 if (empty($arr['exists'][1][0])) {
[all …]
H A Dclosure_compare.phpt37 public function exists() {}
55 $closures[0] = Closure::fromCallable([$foo, "exists"]);
58 printf("foo#0::exists != foo#1::exists: %s\n", $closures[0] != $closures[1] ? "OK" : "FAIL");
72 $closures[0] = Closure::fromCallable([$foo, "exists"]);
73 $closures[1] = Closure::fromCallable([$foo, "exists"]);
75 printf("foo::exists == foo::exists: %s\n", $closures[0] == $closures[1] ? "OK" : "FAIL");
106 foo#0::exists != foo#1::exists: OK
109 foo::exists == foo::exists: OK
H A Dns_045.phpt2 045: Name conflict and constants (php name in case if ns name exists)
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt6 if (is_dir('c:\\not\\exists\\here')) die("skip directory c:\\not\\exists\\here already exists");
10 $dir = 'c:\\not\\exists\\here';
28 in catch: DirectoryIterator::__construct(c:\not\exists\here): %s (code: 3)
/PHP-8.1/ext/simplexml/tests/
H A D021.phpt9 $doc = simplexml_load_string('<root><exists>foo</exists></root>');
10 if(!isset($doc->exists)) {
/PHP-8.1/ext/dba/tests/
H A Dbug62490.phpt22 echo "exists:";
26 echo "exists:";
40 exists:bool(true)
42 exists:bool(false)
/PHP-8.1/ext/standard/tests/file/
H A D001-win32-mb.phpt19 echo "$fname exists\n";
26 echo "$fname exists\n";
36 echo "$fname exists\n";
77 echo "$fname exists (cached)\n";
83 echo "$fname exists\n";
90 test_私はガラスを食べられます.file exists
92 test_私はガラスを食べられます.file exists
H A D001-win32.phpt16 echo "test.file exists\n";
23 echo "test.file exists\n";
33 echo "test.file exists\n";
74 echo "test.file exists (cached)\n";
80 echo "test.file exists\n";
87 test.file exists
89 test.file exists
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 Dcopy_basic.phpt16 echo "-- Checking whether the copy of file exists --\n";
43 -- Checking whether the copy of file 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
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strstr_basic.phpt15 echo "\n-- ASCII string: needle exists --\n";
24 echo "\n-- Multibyte string: needle exists --\n";
39 -- ASCII string: needle exists --
47 -- Multibyte string: needle exists --
H A Dmb_strrchr_basic.phpt15 echo "\n-- ASCII string: needle exists --\n";
24 echo "\n-- Multibyte string: needle exists --\n";
39 -- ASCII string: needle exists --
47 -- Multibyte string: needle exists --
H A Dmb_strrichr_basic.phpt22 echo "\n-- ASCII string: needle exists --\n";
31 echo "\n-- Multibyte string: needle exists --\n";
45 -- ASCII string: needle exists --
53 -- Multibyte string: needle exists --
H A Dmb_stristr_basic.phpt22 echo "\n-- ASCII string: needle exists --\n";
31 echo "\n-- Multibyte string: needle exists --\n";
45 -- ASCII string: needle exists --
53 -- Multibyte string: needle exists --
H A Dmb_strrichr_variation5.phpt23 echo "\n-- ASCII string: needle exists --\n";
32 echo "\n-- Multibyte string: needle exists --\n";
44 -- ASCII string: needle exists --
52 -- Multibyte string: needle exists --
H A Dmb_stristr_variation5.phpt23 echo "\n-- ASCII string: needle exists --\n";
32 echo "\n-- Multibyte string: needle exists --\n";
44 -- ASCII string: needle exists --
52 -- Multibyte string: needle exists --
/PHP-8.1/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.1/sapi/cli/tests/
H A Dphp_cli_server_016.phpt2 Bug #60591 (Memory leak when access a non-exists file)
26 POST /no-exists.jpg HTTP/1.1
/PHP-8.1/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.1/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.1/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])

Completed in 25 milliseconds

1234567