Home
last modified time | relevance | path

Searched refs:testit (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/phar/tests/
H A Dmounteddir.phpt17 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
21 include "testit/extfile.php";
22 include "testit/extfile2.php";
29 $a['testit/existing.txt'] = 'oops';
35 mkdir(dirname(__FILE__) . '/testit');
36 mkdir(dirname(__FILE__) . '/testit/directory');
43 include dirname(__FILE__) . '/testit/extfile.php';
46 $a = opendir($pname . '/testit');
56 foreach (new Phar($pname . '/testit') as $b) {
90 @rmdir(dirname(__FILE__) . '/testit/directory');
[all …]
H A DmounteddirU.phpt17 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
21 include "testit/extfile.php";
22 include "testit/extfile2.php";
29 $a['testit/existing.txt'] = 'oops';
35 mkdir(dirname(__FILE__) . '/testit');
36 mkdir(dirname(__FILE__) . '/testit/directory');
43 include dirname(__FILE__) . '/testit/extfile.php';
46 $a = opendir($pname . '/testit');
56 foreach (new Phar($pname . '/testit') as $b) {
90 @rmdir(dirname(__FILE__) . '/testit/directory');
[all …]
H A Dstat2.phpt26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
H A Dstat2_5.3.phpt26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
H A Dphar_mount.phpt15 Phar::mount("testit", "' . addslashes(__FILE__) . '");
17 Phar::mount("testit", "' . addslashes(__FILE__) . '");
57 Mounting of testit to %sphar_mount.php within phar %sphar_mount.phar.php failed
59 Mounting of testit to %sphar_mount.php within phar %sphar_mount.phar.tar failed
/PHP-7.0/ext/dom/tests/
H A Dregsiter_node_class.phpt8 function testit() { return "HELLO Attribute"; }
12 function testit() { return "HELLO Element"; }
22 print $root->testit()."\n";
25 print $attr->testit()."\n";
30 print $attr->testit()."\n";
40 Fatal error: Uncaught Error: Call to undefined method DOMAttr::testit() in %s:25
/PHP-7.0/ext/phar/tests/tar/
H A Dlinks.phpt16 var_dump($p['testit/link']->getContent());
17 var_dump($p['testit/hard']->getContent());
18 var_dump($p['testit/file']->getContent());
19 $p['testit/link'] = 'overwriting';
20 var_dump($p['testit/link']->getContent());
H A Dlinks6.phpt13 echo file_get_contents('phar://' . dirname(__FILE__) . '/files/links.phar.tar/testit.txt');
/PHP-7.0/Zend/tests/
H A Dbug60833.phpt7 function testit() {
15 function testit() {
16 PARENT::testit();
23 $t->testit();
/PHP-7.0/ext/phar/tests/cache_list/
H A Dcopyonwrite4a.phpt11 var_dump(file_exists('phar://' . dirname(__FILE__) . '/files/write4.phar/testit.txt'));
12 Phar::mount('phar://' . dirname(__FILE__) . '/files/write4.phar/testit.txt', 'phar://' . dirname(__…
13 …_FILE__) . '/files/write4.phar/testit.txt'), file_get_contents('phar://' . dirname(__FILE__) . '/f…
/PHP-7.0/ext/phar/
H A Dphar_object.c641 char *testit; in PHP_METHOD() local
643 testit = sapi_getenv("SCRIPT_NAME", sizeof("SCRIPT_NAME")-1); in PHP_METHOD()
644 if (!(pt = strstr(testit, basename))) { in PHP_METHOD()
645 efree(testit); in PHP_METHOD()
654 spprintf(&path_info, 0, "%s%s", testit, path_info); in PHP_METHOD()
657 path_info = testit; in PHP_METHOD()
663 pt = estrndup(testit, (pt - testit) + (fname_len - (basename - fname))); in PHP_METHOD()

Completed in 27 milliseconds