Searched refs:exists (Results 1 – 25 of 223) sorted by relevance
123456789
/PHP-7.3/Zend/tests/ |
H A D | bug60362.phpt | 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 …]
|
H A D | ns_045.phpt | 2 045: Name conflict and constants (php name in case if ns name exists)
|
H A D | ns_005.phpt | 2 005: Name conflict (php name in case if ns name exists)
|
H A D | ns_015.phpt | 2 015: Name conflict and functions (php name in case if ns name exists)
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | bug44295-win.phpt | 6 if (!extension_loaded("spl") || is_dir('c:\\not\\exists\\here')) die("skip"); 10 $dir = 'c:\\not\\exists\\here'; 28 in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): %s (code: 3)
|
/PHP-7.3/ext/dba/tests/ |
H A D | bug62490.phpt | 20 echo "exists:"; 24 echo "exists:"; 39 exists:bool(true) 41 exists:bool(false)
|
/PHP-7.3/ext/simplexml/tests/ |
H A D | 021.phpt | 9 $doc = simplexml_load_string('<root><exists>foo</exists></root>'); 10 if(!isset($doc->exists)) {
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | 001-win32-mb.phpt | 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 exists 92 test_私はガラスを食べられます.file exists
|
H A D | 001-win32.phpt | 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 exists 89 test.file exists
|
H A D | 001.phpt | 16 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 D | unlink_variation6.phpt | 28 echo "$file exists\n"; 38 subdir/testfile.txt exists
|
H A D | symlink_link_linkinfo_is_link_variation8.phpt | 39 var_dump( link($filename, $dirname."/") ); // this fails indicating file exists 59 var_dump( symlink($filename, $dirname."/") ); // this fails indicating file exists 74 Warning: link(): File exists in %s on line %d 80 Warning: symlink(): File exists in %s on line %d
|
/PHP-7.3/ext/dom/tests/ |
H A D | domelement.phpt | 22 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.3/ext/mbstring/tests/ |
H A D | mb_strrchr_basic.phpt | 24 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 D | mb_strstr_basic.phpt | 24 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 D | mb_strrichr_basic.phpt | 31 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 D | mb_stristr_basic.phpt | 31 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 D | mb_stristr_variation5.phpt | 32 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 D | mb_strrichr_variation5.phpt | 32 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.3/ext/tidy/ |
H A D | config.m4 | 38 AC_DEFINE(HAVE_TIDYBUFFIO_H,1,[defined if tidybuffio.h exists]) 44 AC_DEFINE(HAVE_TIDYP_H,1,[defined if tidyp.h exists]) 46 AC_DEFINE(HAVE_TIDY_H,1,[defined if tidy.h exists])
|
/PHP-7.3/sapi/cli/tests/ |
H A D | php_cli_server_016.phpt | 2 Bug #60591 (Memory leak when access a non-exists file) 31 POST /no-exists.jpg HTTP/1.1
|
/PHP-7.3/ext/xsl/tests/ |
H A D | bug54446.phpt | 41 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 D | bug54446_with_ini.phpt | 41 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.3/ext/standard/tests/array/ |
H A D | bug46873.phpt | 2 Bug #46873 (extract($foo) crashes if $foo['foo'] exists)
|
/PHP-7.3/tests/output/ |
H A D | sapi_windows_vt100_support_notwindows.phpt | 2 Test that sapi_windows_vt100_support exists only on Windows
|
Completed in 43 milliseconds
123456789