Searched refs:exists (Results 1 – 25 of 201) sorted by relevance
123456789
5 $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 …]
37 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: OK109 foo::exists == foo::exists: OK
25 Key 1 exists? Y26 Key 2 exists? Y27 Key 3 exists? Y28 Key 4 exists? Y29 Key 5 exists? Y49 Key 1 exists? Y50 Key 2 exists? Y51 Key 3 exists? Y52 Key 4 exists? Y53 Key 5 exists? Y
31 Key 1 exists? N32 Key 2 exists? Y33 Key 3 exists? N34 Key 4 exists? Y35 Key 5 exists? Y
45 Key 1 exists? N46 Key 2 exists? Y47 Key 3 exists? N48 Key 4 exists? Y49 Key 5 exists? Y91 Key 1 exists? N92 Key 2 exists? Y93 Key 3 exists? N94 Key 4 exists? Y95 Key 5 exists? Y
47 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? "Y" : "N", \PHP_EOL;71 Key 1 exists? N72 Key 2 exists? Y73 Key 3 exists? N74 Key 4 exists? Y75 Key 5 exists? Y
47 Key 1 exists? N48 Key 2 exists? Y49 Key 3 exists? N50 Key 4 exists? Y51 Key 5 exists? Y95 Key 1 exists? N96 Key 2 exists? Y97 Key 3 exists? N98 Key 4 exists? Y99 Key 5 exists? Y
46 Key 1 exists? N47 Key 2 exists? Y48 Key 3 exists? N49 Key 4 exists? Y50 Key 5 exists? Y92 Key 1 exists? N93 Key 2 exists? Y94 Key 3 exists? N95 Key 4 exists? Y96 Key 5 exists? Y
39 Key 1 exists? N40 Key 2 exists? Y41 Key 3 exists? N42 Key 4 exists? Y43 Key 5 exists? Y
40 Key 1 exists? N41 Key 2 exists? Y42 Key 3 exists? N43 Key 4 exists? Y44 Key 5 exists? Y
42 Key 1 exists? N43 Key 2 exists? Y44 Key 3 exists? N45 Key 4 exists? Y46 Key 5 exists? Y
6 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)
9 $doc = simplexml_load_string('<root><exists>foo</exists></root>');10 if(!isset($doc->exists)) {
19 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 exists92 test_私はガラスを食べられます.file exists
16 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 exists89 test.file exists
15 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 --
22 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 --
23 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 32 milliseconds