Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/tests/
H A Dmounteddir.phpt18 Phar::mount("testit", dirname(Phar::running(0)) . "/testit");
22 include "testit/extfile.php";
23 include "testit/extfile2.php";
30 $a['testit/existing.txt'] = 'oops';
36 mkdir(__DIR__ . '/testit');
37 mkdir(__DIR__ . '/testit/directory');
44 include __DIR__ . '/testit/extfile.php';
47 $a = opendir($pname . '/testit');
75 Phar::mount($pname . '/testit', __DIR__);
91 @rmdir(__DIR__ . '/testit/directory');
[all …]
H A Dstat2_5.3.phpt25 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.4/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";
31 print $attr->testit()."\n";
42 Call to undefined method DOMAttr::testit()
/PHP-7.4/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://' . __DIR__ . '/files/links.phar.tar/testit.txt');
/PHP-7.4/Zend/tests/
H A Dbug60833.phpt7 function testit() {
15 function testit() {
16 PARENT::testit();
23 $t->testit();
/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite4a.phpt11 var_dump(file_exists('phar://' . __DIR__ . '/files/write4.phar/testit.txt'));
12 Phar::mount('phar://' . __DIR__ . '/files/write4.phar/testit.txt', 'phar://' . __DIR__ . '/files/wr…
13 …//' . __DIR__ . '/files/write4.phar/testit.txt'), file_get_contents('phar://' . __DIR__ . '/files/…
/PHP-7.4/ext/phar/
H A Dphar_object.c632 char *testit; in PHP_METHOD() local
634 testit = sapi_getenv("SCRIPT_NAME", sizeof("SCRIPT_NAME")-1); in PHP_METHOD()
635 if (!(pt = strstr(testit, basename))) { in PHP_METHOD()
636 efree(testit); in PHP_METHOD()
645 spprintf(&path_info, 0, "%s%s", testit, path_info); in PHP_METHOD()
648 path_info = testit; in PHP_METHOD()
654 pt = estrndup(testit, (pt - testit) + (fname_len - (basename - fname))); in PHP_METHOD()

Completed in 49 milliseconds