Home
last modified time | relevance | path

Searched refs:This (Results 176 – 200 of 788) sorted by relevance

12345678910>>...32

/PHP-7.0/ext/dba/tests/
H A Ddba_db4_001.phpt17 dba_insert("key1", "This is a test insert", $db_file);
32 This is a test insert
H A Ddba_db4_002.phpt17 dba_insert("key1", "This is a test insert", $db_file);
32 This is a test insert
H A Ddba_db4_005.phpt17 dba_insert("key1", "This is a test insert", $db_file);
32 This is a test insert
H A Ddba_db4_006.phpt17 dba_insert("key1", "This is a test insert", $db_file);
32 This is a test insert
H A Ddba_db4_017.phpt18 var_dump(dba_insert("key1", "This is a test insert", $db_file));
37 This is a test insert
H A Ddba_db4_004.phpt21 dba_insert("key1", "This is a test insert", $db_file);
40 This is a test insert
H A Ddba_db4_008.phpt21 dba_insert("key1", "This is a test insert", $db_file);
40 This is a test insert
H A Ddba_db4_015.phpt23 dba_insert("key1", "This is a test insert", $db_file);
39 This is a test insert
/PHP-7.0/ext/standard/tests/strings/
H A Dstrip_tags_variation5.phpt33 <b>This is a double quoted string</b>
51 <html>This's a string with quotes:</html>
90 This is a double quoted string"
101 string(150) "<html>This's a string with quotes:</html>
H A Dchunk_split_variation5.phpt24 $str = "This contains\tand special char & numbers 123.\nIt also checks for \0 char";
60 string(73) "This contains and special char & numbers 123.
63 string(77) "This contains and special ||char & numbers 123.
66 string(73) "This contains and special char & numbers 123.
H A Dhtmlspecialchars_decode_variation3.phpt30 &quot;This is a double quoted string&quot;
48 <html>&lt; This's a string with quotes:
84 "This is a double quoted string""
96 string(153) "<html>< This's a string with quotes:
H A Dstr_split_variation6.phpt23 $str = 'This is a string with 123 & escape char \t';
144 string(42) "This is a string with 123 & escape char \t"
149 string(26) "This is a string with 123 "
156 string(42) "This is a string with 123 & escape char \t"
/PHP-7.0/ext/phar/tests/
H A D027.phpt17 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
21 $files['e.php'] = '<?php echo "This is e\n"; ?>';
H A D027U.phpt17 $files['a.php'] = '<?php echo "This is a\n"; require \''.$pname.'/b.php\'; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; require \''.$pname.'/b/c.php\'; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; require \''.$pname.'/b/d.php\'; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
21 $files['e.php'] = '<?php echo "This is e\n"; ?>';
H A Drefcount1_5_2.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"; ?>';
H A Dphar_oo_007.phpt72 string(32) "<?php echo "This is a.php\n"; ?>"
79 string(32) "<?php echo "This is a.php\n"; ?>"
85 string(32) "<?php echo "This is a.php\n"; ?>"
/PHP-7.0/ext/standard/tests/file/
H A Dfscanf_variation14.phpt27 This is string defined
168 string(4) "This"
243 string(4) "This"
318 string(4) "This"
393 string(4) "This"
468 string(4) "This"
543 string(4) "This"
693 string(4) "This"
768 string(4) "This"
843 string(4) "This"
[all …]
/PHP-7.0/ext/intl/tests/
H A Duconverter_func_subst.phpt11 $ret = UConverter::transcode("This is an ascii string", 'ascii', 'utf-8', $opts);
26 string(23) "This is an ascii string"
/PHP-7.0/ext/phar/tests/tar/
H A Drefcount1_5_2.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"; ?>';
/PHP-7.0/ext/phar/tests/zip/
H A Drefcount1_5_2.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"; ?>';
/PHP-7.0/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt20 $text = $doc->createTextNode('This is the title');
29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
H A DDOMDocument_saveHTMLFile_formatOutput.phpt21 $text = $doc->createTextNode('This is the title');
32 <title>This is the title</title>
H A DDOMNode_normalize_basic.phpt14 * <title>This is the title</title>
33 $text = $doc->createTextNode('This is the first title');
40 $text = $doc->createTextNode('This is the second title');
/PHP-7.0/Zend/tests/generators/
H A Dget_return_and_finally.phpt30 // This will throw an exception (from the finally)
37 // This fails, because the return value was discarded
/PHP-7.0/ext/pdo/tests/
H A Dbug_69356.phpt21 This is a debug function, which dump directly the data on the normal output.
24This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…
33 This is a debug function, which dump directly the data on the normal output.
36This will only dumps the parameters in the statement at the moment of the dump. Extra parameters a…

Completed in 21 milliseconds

12345678910>>...32