/PHP-7.1/ext/phar/tests/ |
H A D | phar_gobyebye.phpt | 17 file_put_contents($pname . '/foo/hi', '<?php 19 readfile("foo/hi"); 20 fopen("foo/hi", "r"); 21 echo file_get_contents("foo/hi"); 22 var_dump(is_file("foo/hi"),is_link("foo/hi"),is_dir("foo/hi"),file_exists("foo/hi"),stat("foo/hi")); 23 opendir("foo/hi"); 26 include $pname . '/foo/hi'; 33 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb… 35 Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye.… 39 Warning: stat(): stat failed for foo/hi in phar://%sphar_gobyebye.phar.php/foo/hi on line %d [all …]
|
H A D | phar_gobyebye-win32.phpt | 16 file_put_contents($pname . '/foo/hi', '<?php 18 readfile("foo/hi"); 19 fopen("foo/hi", "r"); 20 echo file_get_contents("foo/hi"); 21 var_dump(is_file("foo/hi"),is_link("foo/hi"),is_dir("foo/hi"),file_exists("foo/hi"),stat("foo/hi")); 22 opendir("foo/hi"); 25 include $pname . '/foo/hi'; 34 Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-… 38 Warning: stat(): stat failed for foo/hi in phar://%sphar_gobyebye-win32.phar.php/foo/hi on line %d 45 …arning: opendir(foo/hi,foo/hi): The system cannot find the path specified. (code: 3) in phar://%sp… [all …]
|
H A D | fgc_edgecases.phpt | 26 file_put_contents($pname . '/foo/hi', '<?php 29 file_get_contents("./hi", 0, $context, 0, -1); 33 echo file_get_contents("./hi", 0, $context); 36 echo file_get_contents("./hi"); 41 include $pname . '/foo/hi'; 59 echo file_get_contents("./hi", 0, $context); 62 echo file_get_contents("./hi"); 76 echo file_get_contents("./hi", 0, $context); 79 echo file_get_contents("./hi"); 93 echo file_get_contents("./hi", 0, $context); [all …]
|
H A D | phar_oo_011.phpt | 19 $phar['hi/f.php'] = 'hi'; 20 var_dump(isset($phar['hi'])); 21 var_dump(isset($phar['hi/f.php'])); 22 echo $phar['hi/f.php']; 35 hi
|
H A D | fopen_edgecases.phpt | 19 file_put_contents('phar://fopen_edgetest.phar/hi', 'hi'); 25 var_dump(file_exists($pname . '.phar.gz/hi')); 27 $a = fopen($pname . '/hi', 'w'); 31 $a = fopen($pname2 . '/hi', 'w'); 35 file_put_contents($pname . '/hi', 'hi'); 36 $a = fopen($pname . '/hi', 'r'); 49 unlink($pname2 . '/hi'); 55 rename($pname . '/hi', 'phar://'); 56 rename('phar://foo.phar/hi', 'phar://'); 57 rename($pname . '/hi', 'phar://foo.phar/hi'); [all …]
|
H A D | metadata_read.phpt | 18 $files['b'] = array('cont' => 'b', 'meta' => 'hi there'); 19 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there')); 20 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar')); 47 string(8) "hi there" 50 string(2) "hi" 55 ["hi"]=>
|
H A D | metadata_readU.phpt | 18 $files['b'] = array('cont' => 'b', 'meta' => 'hi there'); 19 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there')); 20 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar')); 47 unicode(8) "hi there" 50 unicode(2) "hi" 55 [u"hi"]=>
|
H A D | bug69324.phar | 1 …��q��s:71:"hi there";c��Do߹�#a:2:{i:0;s:2:"hi";i:1;s:5:"there";}d…
|
H A D | frontcontroller21.phpt | 10 REQUEST_URI=/frontcontroller21.php/index.php?test=hi 12 QUERY_STRING=test=hi 21 string(18) "/index.php?test=hi" 25 string(40) "/frontcontroller21.php/index.php?test=hi"
|
H A D | readfile_edgecasesU.phpt | 20 file_put_contents($pname . '/foo/hi', '<?php 26 readfile("./hi", 0, $context); 30 include $pname . '/foo/hi'; 45 readfile("./hi", 0, $context); 56 readfile("./hi", 0, $context); 60 …: phar error: path "oops" is a directory in phar://%sreadfile_edgecasesU.phar.php/foo/hi on line %d
|
/PHP-7.1/ext/phar/tests/zip/files/ |
H A D | corrupt2.php.inc | 4 $a->addFile('hi', null, 'hii'); 8 $a->addFile('hi', null, 'hii'); 13 $a->addFile('hi', null, 'hii'); 16 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress'); 19 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 2); 22 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 3); 25 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 4); 28 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 5); 31 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 6); 34 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 7); [all …]
|
H A D | metadata.phar.inc | 6 $a['b']->setMetadata('hi there'); 8 $a['c']->setMetadata(array('hi', 'there')); 10 $a['d']->setMetadata(array('hi'=>'there','foo'=>'bar'));
|
/PHP-7.1/ext/phar/tests/zip/ |
H A D | bzip2.phpt | 25 $a->addFile('hi', null, 'hii'); 29 $a->addFile('hi', null, 'hii'); 34 $a->addFile('hi', null, 'hii'); 37 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress'); 40 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 2); 43 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 3); 46 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 4); 49 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 5); 52 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 6); 55 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 7); [all …]
|
H A D | badalias.phpt | 20 phar error: invalid alias "hi/there" in zip-based phar "%sbadalias1.phar.zip" 21 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias2.phar.zip" 22 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias3.phar.zip" 23 phar error: invalid alias "hi;there" in zip-based phar "%sbadalias4.phar.zip" 24 phar error: invalid alias "hi:there" in zip-based phar "%sbadalias5.phar.zip"
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | array_fill_variation4.phpt | 27 'hi', 28 "hi", 122 string(2) "hi" 124 string(2) "hi" 129 string(2) "hi" 131 string(2) "hi" 139 string(2) "hi" 141 string(2) "hi" 146 string(2) "hi" 148 string(2) "hi"
|
H A D | array_fill_basic.phpt | 26 'hi', 27 "hi", 78 string(2) "hi" 80 string(2) "hi" 85 string(2) "hi" 87 string(2) "hi"
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | strtr.phpt | 6 $trans = array("hello"=>"hi", "hi"=>"hello", "a"=>"A", "world"=>"planet"); 7 var_dump(strtr("# hi all, I said hello world! #", $trans)); 10 string(32) "# hello All, I sAid hi planet! #"
|
/PHP-7.1/ext/standard/tests/url/ |
H A D | bug68917.phpt | 5 print_r(parse_url('//example.org:81/hi?a=b#c=d')); 6 print_r(parse_url('//example.org/hi?a=b#c=d')); 13 [path] => /hi 20 [path] => /hi
|
/PHP-7.1/ext/phar/tests/tar/ |
H A D | links5.phpt | 14 echo $p['hi/test.txt']->getContent(); 15 echo $p['hi/link.txt']->getContent(); 19 hi 20 hi
|
H A D | frontcontroller21.phar.phpt | 10 REQUEST_URI=/frontcontroller21.phar.php/index.php?test=hi 12 QUERY_STRING=test=hi 21 string(18) "/index.php?test=hi" 25 string(45) "/frontcontroller21.phar.php/index.php?test=hi"
|
/PHP-7.1/ext/phar/tests/cache_list/files/ |
H A D | write.phar | 9 H s:2:"hi";test.txta��Hzzo� s:2:"hi";hi
|
H A D | frontcontroller13.phar | 5 oof/hi.php�L�G|D)�<?php 9 include "./hi.php";<?php 10 var_dump("hi");!��;���:��ª�]{J-�GBMB
|
H A D | write3.phar | 9 i s:2:"hi";test.txt���Hzzo� s:2:"hi";test/���H…
|
/PHP-7.1/ext/phar/tests/cache_list/ |
H A D | frontcontroller21.phpt | 11 REQUEST_URI=/frontcontroller21.php/index.php?test=hi 13 QUERY_STRING=test=hi 22 string(18) "/index.php?test=hi" 26 string(40) "/frontcontroller21.php/index.php?test=hi"
|
/PHP-7.1/ext/phar/tests/files/ |
H A D | frontcontroller13.phar | 5 oof/hi.php�L�G|D)�<?php 9 include "./hi.php";<?php 10 var_dump("hi");!��;���:��ª�]{J-�GBMB
|