Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/ext/oci8/tests/
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 Dbug46994.phpt19 dbms_lob.writeappend(p1, 26, 'This should be the output.');
76 string(26) "This should be the output."
80 string(26) "This should be the output."
82 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-7.4/Zend/tests/
H A Dbug48770_3.phpt44 $c->func('This should work!');
48 string(27) "B::func2: This should work!"
49 string(27) "B::func3: This should work!"
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.
H A Dbug48770_2.phpt45 $c->func('This should work!');
49 string(27) "A::func2: This should work!"
50 string(27) "A::func3: This should work!"
/PHP-7.4/tests/lang/
H A D035.phpt18 throw new MyException("'This is an exception!'");
36 There was an exception: 'This is an exception!'
/PHP-7.4/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt17 $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"; ?>';
38 This is b/c
H A Dopen_for_write_newfile_c.phpt17 $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"; ?>';
38 This is b/c
/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dstrtok_basic.phpt17 $str = 'This testcase test strtok() function.';
38 "This testcase test strtok() function."
44 string(4) "This"
H A Dstr_split_variation6_64bit.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"
161 string(42) "This is a string with 123 & escape char \t"
H A Dsprintf_variation15.phpt16 This is string defined
353 string(37) "This is string defined
356 string(37) "This is string defined
359 string(38) " This is string defined
361 string(38) "This is string defined
363 string(38) " This is string defined
366 This is string defined
368 string(37) "This is string defined
370 string(37) "This is string defined
/PHP-7.4/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-7.4/ext/dba/tests/
H A Ddba002.phpt13 dba_insert("key1", "This is a test insert", $db_file);
26 This is a test insert
H A Ddba_db4_016.phpt19 var_dump(dba_insert("key1", "This is a test insert", $db_file));
54 This is a test insert
58 This is a test insert
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation6.phpt43 file_put_contents($filename, ". This was appended", FILE_USE_INCLUDE_PATH | FILE_APPEND);
53 File in include path. This was appended
54 File in include path. This was appended
/PHP-7.4/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"; ?>';
50 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"; ?>';
49 This is b/c
/PHP-7.4/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"; ?>';
49 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"; ?>';
49 This is b/c
/PHP-7.4/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-7.4/ext/intl/tests/
H A Duconverter_func_basic.phpt7 var_dump(UConverter::transcode("This is an ascii string", 'utf-8', 'latin1'));
14 string(23) "This is an ascii string"
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTML_basic.phpt19 $text = $doc->createTextNode('This is the title');
24 <html><head><title>This is the title</title></head></html>

Completed in 46 milliseconds

12345678910>>...28