Home
last modified time | relevance | path

Searched refs:This (Results 101 – 125 of 788) sorted by relevance

12345678910>>...32

/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_existing.phpt19 $files['a.php'] = '<?php echo "This is a\n"; ?>';
20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
H A Dopen_for_write_existing_c.phpt22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
51 This is b/c
H A Dopen_for_write_existing_c_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
49 This is b/c
H A Dopen_for_write_existing_b.phpt22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
57 This is b/c
H A Dopen_for_write_existing_b_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
55 This is b/c
/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_existing.phpt19 $files['a.php'] = '<?php echo "This is a\n"; ?>';
20 $files['b.php'] = '<?php echo "This is b\n"; ?>';
21 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
H A Dopen_for_write_existing_c.phpt22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
48 This is b/c
H A Dopen_for_write_existing_c_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
46 This is b/c
H A Dopen_for_write_existing_b.phpt22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
54 This is b/c
H A Dopen_for_write_existing_b_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
52 This is b/c
/PHP-7.0/ext/dom/tests/
H A DDOMNode_hasChildNodes_basic.phpt13 * <title>This is the title</title>
15 * Check for child nodes of the <book>, <title> and This is the title
27 $text = $doc->createTextNode('This is the title');
/PHP-7.0/Zend/tests/
H A Dbug48770.phpt28 print "This method shouldn't be called when using parent::func!\n";
49 $c->func('This should work!');
53 %unicode|string%(26) "A::func: This should work!"
H A Dnowdoc_012.phpt9 This is a nowdoc test.
20 This is a nowdoc test.
H A Dheredoc_005.phpt9 This is heredoc test #s $a, $b, $c['c'], and $d->d.
14 This is heredoc test #s $a, $b, $c['c'], and $d->d.
H A Dbug35017.phpt14 echo "This Exception should be catched\n";
21 This Exception should be catched
/PHP-7.0/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt18 $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"; ?>';
44 This is b/c
H A Dopen_for_write_existing_b_5_2.phpt16 $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"; ?>';
42 This is b/c
/PHP-7.0/ext/zlib/tests/
H A Dbug61820.phpt15 echo "This is confusing...\n";
22 This is confusing...
/PHP-7.0/ext/dba/
H A DREADME4 This is a general abstraction layer for several file-based databases. As
6 by modern databases such as Sleepycat Software's DB2. (This is not to be
10 This extensions allows to work with the following databases:
23 db4 DB4 is Sleepycat Software's DB4. This is available since PHP 5.0.
31 flatfile This is available since PHP 4.3.0 for compatibility with the
35 inifile This is available since PHP 4.3.3 to be able to modify php.ini
43 qdbm This is available since PHP 5.0.0. The qdbm library can be loaded
50 This shows whether your combination of handlers works. Most problematic
/PHP-7.0/tests/lang/
H A Dbug24652.phpt5 /* This works */
12 /* This doesn't */
H A Dshort_tags.004.phpt9 $a = 'This gets echoed twice';
26 This gets echoed twice
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_scope3.phpt25 echo "This is with a OCI_PCONNECT\n";
31 // This is the first scope for the script
39 // This is the second scope
54 This is with a OCI_PCONNECT
H A Ddrcp_scope4.phpt28 echo "This is with a OCI_PCONNECT\n";
34 // This is the first scope for the script
42 // This is the second scope
57 This is with a OCI_PCONNECT
H A Ddrcp_scope1.phpt27 echo "This is with a OCI_NEW_CONNECT\n";
41 //This is the first scope for the script
57 // This is the second scope
80 This is with a OCI_NEW_CONNECT
87 This is with a OCI_CONNECT
/PHP-7.0/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-04.phpt11 $a="This is a nice and simple string";
12 echo mb_ereg_replace("^This","That",$a);

Completed in 29 milliseconds

12345678910>>...32