Home
last modified time | relevance | path

Searched refs:This (Results 76 – 100 of 751) sorted by relevance

12345678910>>...31

/php-src/tests/output/
H A Dob_start_basic_unerasable_001.phpt13 echo "This call will obtain the content:\n";
18 [callback:1]This call will obtain the content:
19 string(35) "This call will obtain the content:
/php-src/ext/zlib/tests/
H A Dgzseek_basic2.phpt9 $str1 = "This is the first line.";
10 $str2 = "This is the second line.";
34 This is the first line.
36 This is the second line.
H A Dgzseek_variation4.phpt9 $str1 = "This is the first line.";
10 $str2 = "This is the second line.";
34 This is the first line.
36 This is the second line.
H A Dgzseek_variation5.phpt9 $str1 = "This is the first line.";
10 $str2 = "This is the second line.";
34 This is the first line.
36 This is the second line.
H A Dgzseek_variation7.phpt9 $str1 = "This is the first line.";
10 $str2 = "This is the second line.";
41 This is the first line.This is the second line.
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_newfile.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_existing_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
H A Dopen_for_write_existing_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/phar/tests/zip/
H A Dopen_for_write_newfile.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"; ?>';
39 This is b/c
H A Dopen_for_write_existing_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"; ?>';
38 This is b/c
H A Dopen_for_write_existing_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"; ?>';
38 This is b/c
/php-src/ext/dom/tests/
H A Dbug46335.phpt7 $textascii = 'This is an "example" of using DOM splitText';
8 $text = 'This is an ‘example’ of using DOM splitText';
32 Text: This is an "example" of using DOM splitText
34 Text: This is an ‘example’ of using DOM splitText
H A DDOMComment_construct_basic_001.phpt12 $comment = new DOMComment("This is the first comment.");
13 $comment->__construct("This is the second comment.");
19 <root><!--This is the second comment.--></root>
H A DDOMDocument_saveHTML_variant1.phpt14 $text = $doc->createTextNode('This is the title');
20 <html><head><title>This is the title</title></head></html>
22 <title>This is the title</title>
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation17.phpt582 string(4) "This"
612 string(4) "This"
642 string(4) "This"
672 string(4) "This"
702 string(4) "This"
732 string(4) "This"
762 string(4) "This"
792 string(4) "This"
822 string(4) "This"
852 string(4) "This"
[all …]
/php-src/ext/phar/tests/
H A D029.phpt17 $files['a.php'] = '<?php echo "This is a\n"; include "'.$pname.'/b.php"; ?>';
18 $files['b.php'] = '<?php echo "This is b\n"; include "'.$pname.'/b/c.php"; ?>';
19 $files['b/c.php'] = '<?php echo "This is b/c\n"; include "'.$pname.'/b/d.php"; ?>';
20 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>';
21 $files['e.php'] = '<?php echo "This is e\n"; ?>';
H A Dopen_for_write_existing_b.phpt15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
28 This is b/c
H A Dopen_for_write_existing_c.phpt15 $files['a.php'] = '<?php echo "This is a\n"; ?>';
16 $files['b.php'] = '<?php echo "This is b\n"; ?>';
17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
28 This is b/c
/php-src/ext/zip/tests/
H A Dbug80833.phpt14 $create_zip->addFromString("test.txt", "This is a test string.");
16 $create_zip->addFromString("test2.txt", "This is another test string.");
53 string(22) "This is a test string."
54 string(22) "This is a test string."
55 string(28) "This is another test string."
/php-src/ext/standard/tests/general_functions/
H A Dbug25038.phpt8 throw new Exception("This is an exception from bar({$x}).");
29 This is an exception from bar(first try).
30 This is an exception from bar(second try).
/php-src/tests/classes/
H A Dinheritance.phpt12 echo "This is class foo\n";
24 echo "This is class bar\n";
48 This is class foo
53 This is class bar
/php-src/Zend/tests/
H A DErrorException_getSeverity.phpt866 This exception severity is: 1bool(true)
872 This exception severity is: 1bool(true)
878 This exception severity is: 1bool(true)
884 This exception severity is: 1bool(true)
890 This exception severity is: 2bool(true)
896 This exception severity is: 4bool(true)
902 This exception severity is: 8bool(true)
980 This exception severity is: 1bool(true)
986 This exception severity is: 2bool(true)
992 This exception severity is: 4bool(true)
[all …]
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c97 IDispatchEx *This, in disp_queryinterface() argument
107 *ppvObject = This; in disp_queryinterface()
139 IDispatchEx *This, in disp_gettypeinfocount() argument
149 IDispatchEx *This, in disp_gettypeinfo() argument
161 IDispatchEx *This, in disp_getidsofnames() argument
194 IDispatchEx *This, in disp_invoke() argument
204 return This->lpVtbl->InvokeEx(This, dispIdMember, in disp_invoke()
210 IDispatchEx *This, in disp_getdispid() argument
237 IDispatchEx *This, in disp_invokeex() argument
339 IDispatchEx *This, in disp_deletememberbyname() argument
[all …]
/php-src/ext/dom/tests/delayed_freeing/
H A Ddom_character_data.phpt10 <container><![CDATA[This is a CDATA section<p>test</p>]]></container>
18 string(34) "This is a CDATA section<p>test</p>"
22 string(34) "This is a CDATA section<p>test</p>"
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt14 //This is the expected outcome.
27 //This is the expected outcome.
39 //This is the expected outcome.
51 //This is the expected outcome.
63 //This is the expected outcome.
75 //This is the expected outcome.
87 //This is the expected outcome.
99 //This is the expected outcome.
111 //This is the expected outcome.
123 //This is the expected outcome.
[all …]

Completed in 35 milliseconds

12345678910>>...31