Searched refs:testit (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/phar/tests/ |
H A D | mounteddir.phpt | 16 Phar::mount("testit", dirname(Phar::running(0)) . "/testit"); 20 include "testit/extfile.php"; 21 include "testit/extfile2.php"; 28 $a['testit/existing.txt'] = 'oops'; 34 mkdir(__DIR__ . '/testit'); 35 mkdir(__DIR__ . '/testit/directory'); 42 include __DIR__ . '/testit/extfile.php'; 45 $a = opendir($pname . '/testit'); 73 Phar::mount($pname . '/testit', __DIR__); 88 @rmdir(__DIR__ . '/testit/directory'); [all …]
|
H A D | stat2_5.3.phpt | 23 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
|
H A D | phar_mount.phpt | 15 Phar::mount("testit", "' . addslashes(__FILE__) . '"); 17 Phar::mount("testit", "' . addslashes(__FILE__) . '"); 56 Mounting of testit to %sphar_mount.php within phar %sphar_mount.phar.php failed 58 Mounting of testit to %sphar_mount.php within phar %sphar_mount.phar.tar failed
|
/php-src/ext/dom/tests/ |
H A D | register_node_class.phpt | 8 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-src/ext/phar/tests/tar/ |
H A D | links.phpt | 16 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 D | links6.phpt | 11 echo file_get_contents('phar://' . __DIR__ . '/files/links.phar.tar/testit.txt');
|
/php-src/Zend/tests/ |
H A D | bug60833.phpt | 7 function testit() { 15 function testit() { 16 PARENT::testit(); 23 $t->testit();
|
/php-src/ext/phar/tests/cache_list/ |
H A D | copyonwrite4a.phpt | 11 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-src/ext/phar/ |
H A D | phar_object.c | 649 char *testit; in PHP_METHOD() local 651 testit = sapi_getenv("SCRIPT_NAME", sizeof("SCRIPT_NAME")-1); in PHP_METHOD() 652 if (!(pt = strstr(testit, basename))) { in PHP_METHOD() 653 efree(testit); in PHP_METHOD() 662 spprintf(&path_info, 0, "%s%s", testit, path_info); in PHP_METHOD() 665 path_info = testit; in PHP_METHOD() 671 pt = estrndup(testit, (pt - testit) + (fname_len - (basename - fname))); in PHP_METHOD()
|
Completed in 41 milliseconds