Home
last modified time | relevance | path

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

12345678

/PHP-7.4/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 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)
/PHP-7.4/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-7.4/ext/simplexml/tests/
H A D021.phpt9 $doc = simplexml_load_string('<root><exists>foo</exists></root>');
10 if(!isset($doc->exists)) {
/PHP-7.4/ext/dba/tests/
H A Dbug62490.phpt20 echo "exists:";
24 echo "exists:";
39 exists:bool(true)
41 exists:bool(false)
/PHP-7.4/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 Dunlink_variation6.phpt28 echo "$file exists\n";
38 subdir/testfile.txt exists
H A Dsymlink_link_linkinfo_is_link_variation8.phpt40 var_dump( link($filename, $dirname."/") ); // this fails indicating file exists
60 var_dump( symlink($filename, $dirname."/") ); // this fails indicating file exists
75 Warning: link(): File exists in %s on line %d
81 Warning: symlink(): %rFile exists|Permission denied%r in %s on line %d
/PHP-7.4/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-7.4/ext/mbstring/tests/
H A Dmb_strrchr_basic.phpt24 echo "\n-- ASCII string: needle exists --\n";
33 echo "\n-- Multibyte string: needle exists --\n";
49 -- ASCII string: needle exists --
57 -- Multibyte string: needle exists --
H A Dmb_strstr_basic.phpt24 echo "\n-- ASCII string: needle exists --\n";
33 echo "\n-- Multibyte string: needle exists --\n";
49 -- ASCII string: needle exists --
57 -- Multibyte string: needle exists --
H A Dmb_stristr_basic.phpt31 echo "\n-- ASCII string: needle exists --\n";
40 echo "\n-- Multibyte string: needle exists --\n";
55 -- ASCII string: needle exists --
63 -- Multibyte string: needle exists --
H A Dmb_stristr_variation5.phpt32 echo "\n-- ASCII string: needle exists --\n";
41 echo "\n-- Multibyte string: needle exists --\n";
54 -- ASCII string: needle exists --
62 -- Multibyte string: needle exists --
H A Dmb_strrichr_basic.phpt31 echo "\n-- ASCII string: needle exists --\n";
40 echo "\n-- Multibyte string: needle exists --\n";
55 -- ASCII string: needle exists --
63 -- Multibyte string: needle exists --
H A Dmb_strrichr_variation5.phpt32 echo "\n-- ASCII string: needle exists --\n";
41 echo "\n-- Multibyte string: needle exists --\n";
54 -- ASCII string: needle exists --
62 -- Multibyte string: needle exists --
/PHP-7.4/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-7.4/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-7.4/ext/xsl/tests/
H A Dbug54446.phpt41 print "$outputfile exists, but shouldn't!\n";
54 print "OK, file exists\n";
68 print "$outputfile exists, but shouldn't!\n";
81 OK, file exists
H A Dbug54446_with_ini.phpt41 print "$outputfile exists, but shouldn't!\n";
54 print "OK, file exists\n";
68 print "$outputfile exists, but shouldn't!\n";
83 OK, file exists
/PHP-7.4/ext/standard/tests/array/
H A Dbug46873.phpt2 Bug #46873 (extract($foo) crashes if $foo['foo'] exists)
/PHP-7.4/tests/output/
H A Dsapi_windows_vt100_support_notwindows.phpt2 Test that sapi_windows_vt100_support exists only on Windows

Completed in 46 milliseconds

12345678