Home
last modified time | relevance | path

Searched refs:This (Results 201 – 225 of 788) sorted by relevance

12345678910>>...32

/PHP-7.0/ext/spl/internal/
H A Demptyiterator.inc35 /** This function must not be called. It throws an exception upon access.
44 /** This function must not be called. It throws an exception upon access.
/PHP-7.0/ext/simplexml/tests/
H A D003.phpt11 <!ENTITY included-entity "This is text included from an entity">
57 string(36) "This is text included from an entity"
/PHP-7.0/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
55 [value] => This & that
/PHP-7.0/ext/mbstring/tests/
H A Dmb_http_input.phpt15 // TODO: This is not a real test.... Need to change so that it does real testing
42 echo "This heppens when php.ini-dist is not used\n";
/PHP-7.0/ext/intl/tests/
H A Duconverter_oop_basic.phpt8 var_dump($c->convert("This is an ascii string"));
17 string(23) "This is an ascii string"
H A Duconverter_oop_callback_return.phpt34 // This line will trigger toUCallback
36 // This line will trigger fromUCallback
/PHP-7.0/ext/com_dotnet/
H A Dcom_dotnet.c57 IAppDomain * This,
62 IAppDomain * This);
65 IAppDomain * This);
68 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This)
105 …HRESULT ( STDMETHODCALLTYPE *CreateInstance )(IAppDomain * This, BSTR AssemblyName, BSTR typeName,…
106 …HRESULT ( STDMETHODCALLTYPE *CreateInstanceFrom )(IAppDomain * This, BSTR AssemblyFile, BSTR typeN…
/PHP-7.0/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt33 This is a double quoted string
51 This's a string with quotes:
170 This is a double quoted string"
186 This is a double quoted string"
278 string(123) "This's a string with quotes:
294 string(123) "This's a string with quotes:
/PHP-7.0/sapi/cli/tests/
H A D019.phpt25 This program is free software; you can redistribute it and/or modify
29 This program is distributed in the hope that it will be useful,
/PHP-7.0/Zend/tests/
H A Dbug26166.phpt54 throw new Exception("This is an error!");
74 Fatal error: Method ErrorTest::__toString() must not throw an exception, caught Exception: This is …
H A Dbug40833.phpt61 //This will crash
65 //This will not crash (comment previous & uncomment this to test
/PHP-7.0/ext/phar/tests/
H A Drefcount1.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"; ?>';
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_connect1.phpt29 echo " This is with OCI_CONNECT.....\n";
55 echo " This is with oci_pconnect().....\n";
77 This is with OCI_CONNECT.....
91 This is with oci_pconnect().....
H A Ddrcp_conn_close1.phpt19 echo "This is with a OCI_CONNECT\n";
41 This is with a OCI_CONNECT
/PHP-7.0/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt18 This is line 1 of 'heredoc' string
19 This is line 2 of "heredoc" string
189 string(7%d) "This is line 1 of \'heredoc\' string
190 This is line 2 of \"heredoc\" string"
/PHP-7.0/
H A DREADME.GIT-RULES5 This is the first file you should be reading when contributing code via Git.
48 PHP-5.6 Is used to release the PHP 5.6.x series. This is a current
51 PHP-5.5 Is used to release the PHP 5.5.x series. This is an old
54 PHP-5.4 Is used to release the PHP 5.4.x series. This is an old
57 PHP-5.3 This branch is closed.
59 PHP-5.2 This branch is closed.
61 PHP-5.1 This branch is closed.
63 PHP-4.4 This branch is closed.
/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv_variation15.phpt724 This is line of text without csv fields
739 This is line of text without csv fields
754 This is line of text without csv fields
769 This is line of text without csv fields
784 This is line of text without csv fields
799 This is line of text without csv fields
814 This is line of text without csv fields
829 This is line of text without csv fields
844 This is line of text without csv fields
859 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation16.phpt728 This is line of text without csv fields
743 This is line of text without csv fields
758 This is line of text without csv fields
773 This is line of text without csv fields
788 This is line of text without csv fields
803 This is line of text without csv fields
818 This is line of text without csv fields
833 This is line of text without csv fields
848 This is line of text without csv fields
863 This is line of text without csv fields
[all …]
/PHP-7.0/tests/output/
H A Dob_flush_basic_001.phpt18 echo "This should get flushed.\n";
35 This should get flushed.
/PHP-7.0/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt15 public $b = "This should not be in the storage";
91 string(33) "This should not be in the storage"
129 string(33) "This should not be in the storage"
165 string(33) "This should not be in the storage"
196 string(33) "This should not be in the storage"
H A DarrayObject_magicMethods5.phpt15 public $b = "This should appear in storage";
92 string(29) "This should appear in storage"
127 string(29) "This should appear in storage"
162 string(29) "This should appear in storage"
194 string(29) "This should appear in storage"
H A DarrayObject_magicMethods6.phpt15 public $b = "This should never appear in storage";
91 string(35) "This should never appear in storage"
129 string(35) "This should never appear in storage"
165 string(35) "This should never appear in storage"
196 string(35) "This should never appear in storage"
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dgrepinputv4 This time it jumps and jumps and jumps.
/PHP-7.0/ext/phar/tests/zip/
H A Drefcount1.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/spl/
H A DTODO1 This is the ToDo of ext/spl:

Completed in 97 milliseconds

12345678910>>...32