/PHP-5.4/ext/standard/tests/url/ |
H A D | parse_url_basic_003.phpt | 4 <?php 31 --> http://php.net : string(7) "php.net" 40 --> http://www.php.net/index.php : string(11) "www.php.net" 45 --> http://www.php.net:80/index.php : string(11) "www.php.net" 46 --> http://www.php.net:80/foo/bar/index.php : string(11) "www.php.net" 54 --> http://www.php.net:80/index.php : string(11) "www.php.net" 55 --> http://www.php.net:80/index.php? : string(11) "www.php.net" 61 --> http://www.php.net:80/index.php?test=1& : string(11) "www.php.net" 62 --> http://www.php.net/index.php?& : string(11) "www.php.net" 63 --> http://www.php.net:80/index.php?foo& : string(11) "www.php.net" [all …]
|
H A D | urls.inc | 1 <?php 9 'php.net', 10 'php.net/', 20 'http://www.php.net/index.php', 25 'http://www.php.net:80/index.php', 26 'http://www.php.net:80/foo/bar/index.php', 34 'http://www.php.net:80/index.php', 35 'http://www.php.net:80/index.php?', 42 'http://www.php.net/index.php?&', 43 'http://www.php.net:80/index.php?foo&', [all …]
|
H A D | parse_url_basic_007.phpt | 4 <?php 29 --> php.net : string(7) "php.net" 30 --> php.net/ : string(8) "php.net/" 40 --> http://www.php.net/index.php : string(10) "/index.php" 45 --> http://www.php.net:80/index.php : string(10) "/index.php" 54 --> http://www.php.net:80/index.php : string(10) "/index.php" 55 --> http://www.php.net:80/index.php? : string(10) "/index.php" 61 --> http://www.php.net:80/index.php?test=1& : string(10) "/index.php" 62 --> http://www.php.net/index.php?& : string(10) "/index.php" 63 --> http://www.php.net:80/index.php?foo& : string(10) "/index.php" [all …]
|
H A D | parse_url_basic_004.phpt | 4 <?php 29 --> php.net : NULL 40 --> http://www.php.net/index.php : NULL 45 --> http://www.php.net:80/index.php : int(80) 46 --> http://www.php.net:80/foo/bar/index.php : int(80) 54 --> http://www.php.net:80/index.php : int(80) 55 --> http://www.php.net:80/index.php? : int(80) 61 --> http://www.php.net:80/index.php?test=1& : int(80) 62 --> http://www.php.net/index.php?& : NULL 63 --> http://www.php.net:80/index.php?foo& : int(80) [all …]
|
H A D | parse_url_basic_005.phpt | 4 <?php 29 --> php.net : NULL 40 --> http://www.php.net/index.php : NULL 45 --> http://www.php.net:80/index.php : NULL 46 --> http://www.php.net:80/foo/bar/index.php : NULL 54 --> http://www.php.net:80/index.php : NULL 55 --> http://www.php.net:80/index.php? : NULL 61 --> http://www.php.net:80/index.php?test=1& : NULL 62 --> http://www.php.net/index.php?& : NULL 63 --> http://www.php.net:80/index.php?foo& : NULL [all …]
|
H A D | parse_url_basic_006.phpt | 4 <?php 29 --> php.net : NULL 40 --> http://www.php.net/index.php : NULL 45 --> http://www.php.net:80/index.php : NULL 46 --> http://www.php.net:80/foo/bar/index.php : NULL 54 --> http://www.php.net:80/index.php : NULL 55 --> http://www.php.net:80/index.php? : NULL 61 --> http://www.php.net:80/index.php?test=1& : NULL 62 --> http://www.php.net/index.php?& : NULL 63 --> http://www.php.net:80/index.php?foo& : NULL [all …]
|
H A D | parse_url_basic_008.phpt | 4 <?php 29 --> php.net : NULL 30 --> php.net/ : NULL 40 --> http://www.php.net/index.php : NULL 45 --> http://www.php.net:80/index.php : NULL 46 --> http://www.php.net:80/foo/bar/index.php : NULL 54 --> http://www.php.net:80/index.php : NULL 55 --> http://www.php.net:80/index.php? : NULL 62 --> http://www.php.net/index.php?& : string(1) "&" 63 --> http://www.php.net:80/index.php?foo& : string(4) "foo&" [all …]
|
H A D | parse_url_basic_009.phpt | 4 <?php 29 --> php.net : NULL 40 --> http://www.php.net/index.php : NULL 45 --> http://www.php.net:80/index.php : NULL 46 --> http://www.php.net:80/foo/bar/index.php : NULL 54 --> http://www.php.net:80/index.php : NULL 55 --> http://www.php.net:80/index.php? : NULL 61 --> http://www.php.net:80/index.php?test=1& : NULL 62 --> http://www.php.net/index.php?& : NULL 63 --> http://www.php.net:80/index.php?foo& : NULL [all …]
|
/PHP-5.4/ext/phar/tests/ |
H A D | delete_in_phar_confirm.phpt | 9 <?php 10 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 15 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 16 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 30 <?php 31 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.php'; 32 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b.php'; 33 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/b/c.php'; 38 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> [all …]
|
H A D | delete_in_phar.phpt | 9 <?php 10 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 15 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 16 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 20 include $pname . '/a.php'; 21 include $pname . '/b.php'; 26 <?php 27 include $pname . '/a.php'; 34 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> [all …]
|
H A D | 029.phpt | 8 <?php 9 $fname1 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.1.phar.php'; 10 $fname2 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.2.phar.php'; 14 $file = '<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>'; 17 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>'; 18 $files['b.php'] = '<?php echo "This is b\n"; include "'.$pname.'/b/c.php"; ?>'; 19 $files['b/c.php'] = '<?php echo "This is b/c\n"; include "'.$pname.'/b/d.php"; ?>'; 20 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>'; 21 $files['e.php'] = '<?php echo "This is e\n"; ?>'; 42 <?php [all …]
|
H A D | 026.phpt | 4 <?php if (!extension_loaded("phar")) die("skip"); ?> 8 <?php 9 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 11 $file = "<?php __HALT_COMPILER(); ?>"; 14 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>'; 15 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>'; 16 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>'; 17 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>'; 18 $files['e.php'] = '<?php echo "This is e\n"; ?>'; 22 require $pname . '/a.php'; [all …]
|
H A D | open_for_write_newfile_c_5_2.phpt | 10 <?php 11 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 13 $file = "<?php __HALT_COMPILER(); ?>"; 16 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 17 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 24 include $pname . '/b/c.php'; 25 include $pname . '/b/new.php'; 30 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> 33 ….php/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setti… [all …]
|
H A D | 028.phpt | 4 <?php if (!extension_loaded("phar")) die("skip"); ?> 8 <?php 9 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 11 $file = '<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>'; 15 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>'; 16 $files['b.php'] = '<?php echo "This is b\n"; include "'.$pname.'/b/c.php"; ?>'; 17 $files['b/c.php'] = '<?php echo "This is b/c\n"; include "'.$pname.'/b/d.php"; ?>'; 18 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>'; 19 $files['e.php'] = '<?php echo "This is e\n"; ?>'; 29 include $pname . '/a.php'; [all …]
|
H A D | delete_in_phar_b.phpt | 9 <?php 10 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 15 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 16 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 20 include $pname . '/a.php'; 21 include $pname . '/b.php'; 26 <?php 27 include $pname . '/a.php'; 28 include $pname . '/b.php'; [all …]
|
H A D | 023.phpt | 4 <?php if (!extension_loaded("phar")) die("skip"); ?> 8 <?php 9 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 11 $file = "<?php __HALT_COMPILER(); ?>"; 14 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 15 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 16 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 27 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> 29 string(28) "<?php echo "This is a\n"; ?>" 30 string(28) "<?php echo "This is b\n"; ?>" [all …]
|
H A D | open_for_write_newfile_c.phpt | 4 <?php 12 <?php 13 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 18 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 19 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 20 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 26 include $pname . '/b/c.php'; 27 include $pname . '/b/new.php'; 32 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> 35 …ar.php/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini set… [all …]
|
H A D | open_for_write_newfile_b_5_2.phpt | 10 <?php 11 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 13 $file = "<?php __HALT_COMPILER(); ?>"; 16 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 17 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 30 include $pname . '/b/c.php'; 31 include $pname . '/b/new.php'; 36 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> 39 ….php/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setti… [all …]
|
H A D | create_new_phar_b.phpt | 4 <?php if (!extension_loaded("phar")) die("skip"); ?> 9 <?php 11 …_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.php', 13 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.php'; 18 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> 21 …_b.phar.php/a.php): failed to open stream: phar error: write operations disabled by the php.ini se… 23 …ng: include(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: %s in %screate_new_… 25 …opening 'phar://%screate_new_phar_b.phar.php/a.php' for inclusion (include_path='%s') in %screate_…
|
H A D | create_new_phar.phpt | 4 <?php if (!extension_loaded("phar")) die("skip"); ?> 9 <?php 11 …_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.php', 13 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.php'; 15 $fileName = "ChineseFile\xE5\x84\xB7\xE9\xBB\x91.php"; 16 …tents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/$fileName.php', 18 include 'phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/$fileName.php… 23 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
|
H A D | refcount1.phpt | 11 <?php 12 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; 17 $files['a.php'] = '<?php echo "This is a\n"; ?>'; 18 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 19 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 28 $a = $p['b/c.php']; 41 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?> 46 string(%d) "phar://%srefcount1.phar.php/b/c.php" 48 string(%d) "c.php" 56 string(%d) "phar://%srefcount1.phar.php/b/c.php" [all …]
|
/PHP-5.4/ext/phar/tests/files/ |
H A D | phar_oo_test.inc | 1 <?php 5 $fname = dirname(__FILE__) . '/phar_oo_test.phar.php'; 7 $file = (binary)'<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>'; 17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>'; 18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>'; 19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>'; 20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>'; 21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>'; 42 $files['a.php'] = '<?php echo new new class;';
|
/PHP-5.4/ext/phar/tests/cache_list/files/ |
H A D | phar_oo_test.inc | 1 <?php 5 $fname = dirname(__FILE__) . '/phar_oo_test.phar.php'; 7 $file = '<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>'; 17 $files['a.php'] = '<?php echo "This is a.php\n"; ?>'; 18 $files['b.php'] = '<?php echo "This is b.php\n"; ?>'; 19 $files['b/c.php'] = '<?php echo "This is b/c.php\n"; ?>'; 20 $files['b/d.php'] = '<?php echo "This is b/d.php\n"; ?>'; 21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>'; 42 $files['a.php'] = '<?php echo new new class;';
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | url_t.phpt | 4 <?php 12 'php.net', 23 'http://www.php.net/index.php', 28 'http://www.php.net:80/index.php', 29 'http://www.php.net:80/foo/bar/index.php', 37 'http://www.php.net:80/index.php', 38 'http://www.php.net:80/index.php?', 44 'http://www.php.net:80/index.php?test=1&', 45 'http://www.php.net/index.php?&', 46 'http://www.php.net:80/index.php?foo&', [all …]
|
/PHP-5.4/ext/phar/tests/cache_list/ |
H A D | frontcontroller21.phpt | 9 SCRIPT_NAME=/frontcontroller21.php 10 REQUEST_URI=/frontcontroller21.php/index.php?test=hi 11 PATH_INFO=/index.php 18 %unicode|string%(10) "/index.php" 19 string(10) "/index.php" 20 string(%d) "phar://%sfrontcontroller21.php/index.php" 21 string(18) "/index.php?test=hi" 22 string(32) "/frontcontroller21.php/index.php" 23 string(22) "/frontcontroller21.php" 24 string(%d) "%sfrontcontroller21.php" [all …]
|