Searched refs:testit (Results 1 – 11 of 11) sorted by relevance
/PHP-7.1/ext/phar/tests/ |
H A D | mounteddir.phpt | 17 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 D | mounteddirU.phpt | 17 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 D | stat2.phpt | 26 var_dump(is_link("testit/link"), filetype("testit/link"), filetype("testit"), is_file("testit/link"…
|
H A D | stat2_5.3.phpt | 26 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__) . '"); 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.1/ext/dom/tests/ |
H A D | regsiter_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"; 30 print $attr->testit()."\n"; 39 Fatal error: Uncaught Error: Call to undefined method DOMAttr::testit() in %s:25
|
/PHP-7.1/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 | 13 echo file_get_contents('phar://' . dirname(__FILE__) . '/files/links.phar.tar/testit.txt');
|
/PHP-7.1/Zend/tests/ |
H A D | bug60833.phpt | 7 function testit() { 15 function testit() { 16 PARENT::testit(); 23 $t->testit();
|
/PHP-7.1/ext/phar/tests/cache_list/ |
H A D | copyonwrite4a.phpt | 11 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.1/ext/phar/ |
H A D | phar_object.c | 632 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 29 milliseconds