Home
last modified time | relevance | path

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

12345678

/php-src/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
/php-src/ext/dba/tests/
H A Ddba_cdb.phpt25 Key 1 exists? Y
26 Key 2 exists? Y
27 Key 3 exists? Y
28 Key 4 exists? Y
29 Key 5 exists? Y
49 Key 1 exists? Y
50 Key 2 exists? Y
51 Key 3 exists? Y
52 Key 4 exists? Y
53 Key 5 exists? Y
H A Ddba_dbm.phpt31 Key 1 exists? N
32 Key 2 exists? Y
33 Key 3 exists? N
34 Key 4 exists? Y
35 Key 5 exists? Y
H A Ddba_qdbm.phpt45 Key 1 exists? N
46 Key 2 exists? Y
47 Key 3 exists? N
48 Key 4 exists? Y
49 Key 5 exists? Y
91 Key 1 exists? N
92 Key 2 exists? Y
93 Key 3 exists? N
94 Key 4 exists? Y
95 Key 5 exists? Y
H A Ddba_gdbm.phpt45 Key 1 exists? N
46 Key 2 exists? Y
47 Key 3 exists? N
48 Key 4 exists? Y
49 Key 5 exists? Y
91 Key 1 exists? N
92 Key 2 exists? Y
93 Key 3 exists? N
94 Key 4 exists? Y
95 Key 5 exists? Y
H A Ddba_lmdb_flags.phpt47 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? "Y" : "N", \PHP_EOL;
71 Key 1 exists? N
72 Key 2 exists? Y
73 Key 3 exists? N
74 Key 4 exists? Y
75 Key 5 exists? Y
H A Ddba_lmdb.phpt47 Key 1 exists? N
48 Key 2 exists? Y
49 Key 3 exists? N
50 Key 4 exists? Y
51 Key 5 exists? Y
95 Key 1 exists? N
96 Key 2 exists? Y
97 Key 3 exists? N
98 Key 4 exists? Y
99 Key 5 exists? Y
H A Ddba_ndbm.phpt46 Key 1 exists? N
47 Key 2 exists? Y
48 Key 3 exists? N
49 Key 4 exists? Y
50 Key 5 exists? Y
92 Key 1 exists? N
93 Key 2 exists? Y
94 Key 3 exists? N
95 Key 4 exists? Y
96 Key 5 exists? Y
H A Ddba_db1.phpt39 Key 1 exists? N
40 Key 2 exists? Y
41 Key 3 exists? N
42 Key 4 exists? Y
43 Key 5 exists? Y
H A Ddba_db4_000.phpt40 Key 1 exists? N
41 Key 2 exists? Y
42 Key 3 exists? N
43 Key 4 exists? Y
44 Key 5 exists? Y
H A Ddba_db2.phpt39 Key 1 exists? N
40 Key 2 exists? Y
41 Key 3 exists? N
42 Key 4 exists? Y
43 Key 5 exists? Y
H A Ddba_db3.phpt39 Key 1 exists? N
40 Key 2 exists? Y
41 Key 3 exists? N
42 Key 4 exists? Y
43 Key 5 exists? Y
H A Ddba_flatfile.phpt39 Key 1 exists? N
40 Key 2 exists? Y
41 Key 3 exists? N
42 Key 4 exists? Y
43 Key 5 exists? Y
H A Ddba_tcadb.phpt40 Key 1 exists? N
41 Key 2 exists? Y
42 Key 3 exists? N
43 Key 4 exists? Y
44 Key 5 exists? Y
H A Ddba_inifile.phpt42 Key 1 exists? N
43 Key 2 exists? Y
44 Key 3 exists? N
45 Key 4 exists? Y
46 Key 5 exists? Y
/php-src/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-src/ext/simplexml/tests/
H A D021.phpt9 $doc = simplexml_load_string('<root><exists>foo</exists></root>');
10 if(!isset($doc->exists)) {
/php-src/ext/dom/tests/modern/extensions/
H A Dattribute_renaming_conflict.phpt2 Renaming an attribute node to a name that already exists
61 An attribute with the given name in the given namespace already exists
62 An attribute with the given name in the given namespace already exists
63 An attribute with the given name in the given namespace already exists
64 An attribute with the given name in the given namespace already exists
65 An attribute with the given name in the given namespace already exists
66 An attribute with the given name in the given namespace already exists
/php-src/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
/php-src/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_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_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_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 --

Completed in 20 milliseconds

12345678