Home
last modified time | relevance | path

Searched refs:This (Results 126 – 150 of 659) sorted by relevance

12345678910>>...27

/PHP-8.0/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
44 This is b/c
H A Dopen_for_write_newfile_c.phpt21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
43 This is b/c
/PHP-8.0/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
43 This is b/c
H A Dopen_for_write_newfile_c.phpt21 $files['a.php'] = '<?php echo "This is a\n"; ?>';
22 $files['b.php'] = '<?php echo "This is b\n"; ?>';
23 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
43 This is b/c
/PHP-8.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
H A Ddrcp_scope2.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
79 This is with a OCI_NEW_CONNECT
86 This is with a OCI_CONNECT
H A Dbug46994.phpt19 dbms_lob.writeappend(p1, 26, 'This should be the output.');
74 string(26) "This should be the output."
78 string(26) "This should be the output."
80 string(26) "This should be the output."
H A Ddrcp_scope5.phpt28 echo "This is with a OCI_PCONNECT\n";
34 // This is the first scope for the script
42 // This is the second scope
58 This is with a OCI_PCONNECT
/PHP-8.0/ext/intl/tests/
H A Duconverter_oop_subst.phpt16 var_dump($c->convert("This is an ascii string"));
21 string(23) "This is an ascii string"
H A Duconverter_func_basic.phpt7 var_dump(UConverter::transcode("This is an ascii string", 'utf-8', 'latin1'));
15 string(23) "This is an ascii string"
/PHP-8.0/ext/bz2/tests/
H A Dbug51997.phpt11 $str = "This is a test string.\n";
24 This is a test string.
/PHP-8.0/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, "This is quite the thing ain't it\n");
40 This is quite the thing ain't it
42 This is quite the thing ain't it
/PHP-8.0/tests/lang/
H A D035.phpt18 throw new MyException("'This is an exception!'");
36 There was an exception: 'This is an exception!'
/PHP-8.0/ext/mbstring/tests/
H A Dmb_ereg-compat-02.phpt11 $a="This is a nice and simple string";
23 This is a nice and simple string
/PHP-8.0/ext/dba/tests/
H A Ddba002.phpt13 dba_insert("key1", "This is a test insert", $db_file);
26 This is a test insert
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug38005.phpt10 return new SoapFault('Test', 'This is our fault: �');
41 This is our fault: �
43 …ult><env:Code><env:Value>Test</env:Value></env:Code><env:Reason><env:Text>This is our fault: Ä</en…
/PHP-8.0/Zend/tests/
H A Dbug70805.phpt27 $array = array($c); //This is used to leave a room for $GLOBALS["a"]
37 unset($t); // This is used to trigger C::__destruct while doing gc_colloct_roots
40 unset($a); // This one can not be putted into roots buf because it's full, thus gc_colloct_roots wi…
H A Dbug34260.phpt26 // This causes a seg fault.
29 // This does not.
/PHP-8.0/ext/zend_test/tests/
H A Dobserver_retval_04.phpt25 return 'This gets ' . $what . ' in the return handler when unused'; // Refcounted + IS_VAR
48 </bar:'This gets freed in the return handler when unused'>
50 </bar:'This gets freed in the return handler when unused'>
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt11 $str = 'This is a string with 123 & escape char \t';
131 string(42) "This is a string with 123 & escape char \t"
136 string(26) "This is a string with 123 "
143 string(42) "This is a string with 123 & escape char \t"
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt11 $string = 'This is a string. It contains numbers (0-9) as well as parentheses and some other things…
16 This test a string. It contains numbers *0 to 9* test well test parentheses and some other things*
/PHP-8.0/ext/reflection/tests/
H A Dbug29986.phpt11 const STRING_CONSTANT = 'This is a string';
25 Constant [ public string STRING_CONSTANT ] { This is a string }
/PHP-8.0/ext/pgsql/tests/
H A Dbug72197.phpt7 /* This shouldn't crash. */
16 /* This should work correctly. */

Completed in 34 milliseconds

12345678910>>...27