Home
last modified time | relevance | path

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

12345678910>>...31

/php-src/ext/bz2/tests/
H A Dwith_files.phpt11 $str = "This is a test string.\n";
23 This is a test string.
H A Dbug51997.phpt11 $str = "This is a test string.\n";
24 This is a test string.
/php-src/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-04.phpt12 $a="This is a nice and simple string";
13 echo mb_ereg_replace("^This","That",$a);
H A Dmb_ereg-compat-02.phpt12 $a="This is a nice and simple string";
24 This is a nice and simple string
/php-src/tests/lang/
H A Dshort_tags.004.phpt9 $a = 'This gets echoed twice';
26 This gets echoed twice
H A D035.phpt16 throw new MyException("'This is an exception!'");
34 There was an exception: 'This is an exception!'
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer_null.phpt13 // This query should be accepted
17 // This one should fail
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.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"; ?>';
41 This is b/c
H A Dopen_for_write_newfile_b.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"; ?>';
41 This is b/c
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.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"; ?>';
42 This is b/c
H A Dopen_for_write_newfile_c.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"; ?>';
41 This is b/c
/php-src/ext/json/tests/
H A Dbug73113.phpt11 throw new \Exception('This error is expected');
23 This error is expected
/php-src/Zend/tests/
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 caught\n";
21 This Exception should be caught
H A Dbug73350.phpt7 // This line cause problem :(
11 // This line show the clue (PHP Warning: ...).
H A Dbug70805.phpt29 $array = array($c); //This is used to leave a room for $GLOBALS["a"]
39 unset($t); // This is used to trigger C::__destruct while doing gc_colloct_roots
42 unset($a); // This one cannot be put into roots buf because it's full, thus gc_colloct_roots will b…
/php-src/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-src/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-src/ext/zend_test/tests/
H A Dobserver_retval_04.phpt26 return 'This gets ' . $what . ' in the return handler when unused'; // Refcounted + IS_VAR
49 </bar:'This gets freed in the return handler when unused'>
51 </bar:'This gets freed in the return handler when unused'>
/php-src/ext/soap/tests/bugs/
H A Dbug38005.phpt10 return new SoapFault('Test', 'This is our fault: �');
43 This is our fault: �
45 …ult><env:Code><env:Value>Test</env:Value></env:Code><env:Reason><env:Text>This is our fault: Ä</en…
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation6.phpt36 file_put_contents($filename, ". This was appended", FILE_USE_INCLUDE_PATH | FILE_APPEND);
52 File in include path. This was appended
53 File in include path. This was appended
H A Dfscanf_variation14.phpt22 This is string defined
171 string(4) "This"
246 string(4) "This"
321 string(4) "This"
396 string(4) "This"
471 string(4) "This"
546 string(4) "This"
648 string(4) "This"
723 string(4) "This"
798 string(4) "This"
[all …]
/php-src/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-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt8 // This is a copy of the non-spec test "DOMNode_normalize_basic.php".
14 * <title>This is the title</title>
33 $text = $doc->createTextNode('This is the first title');
40 $text = $doc->createTextNode('This is the second title');

Completed in 36 milliseconds

12345678910>>...31