Home
last modified time | relevance | path

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

12345678910>>...31

/php-src/ext/spl/tests/
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"
194 string(35) "This should never appear in storage"
/php-src/ext/opcache/jit/ir/
H A DREADME1 This directory contains an embeded version of IR Framework.
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c53 IAppDomain * This,
58 IAppDomain * This);
61 IAppDomain * This);
64 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This)
101 …HRESULT ( STDMETHODCALLTYPE *CreateInstance )(IAppDomain * This, BSTR AssemblyName, BSTR typeName,…
102 …HRESULT ( STDMETHODCALLTYPE *CreateInstanceFrom )(IAppDomain * This, BSTR AssemblyFile, BSTR typeN…
/php-src/tests/lang/
H A D020.phpt14 echo "This doesn't work... :(\n";
17 echo "This works!\n";
H A D023.phpt34 This should read "blah": blah<br>
35 This should read "this is nifty": this is nifty<br>
62 This works<br>
79 This should be displayed<br>
249 This is Finish.phtml. This file is supposed to be included
250 from regression_test.phtml. This is normal HTML.
/php-src/Zend/tests/
H A Dbug40833.phpt61 //This will crash
65 //This will not crash (comment previous & uncomment this to test
/php-src/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt19 'This is just a test',
24 'a very much longer text to encrypt. This one even stretches over morethan one line.',
H A Dbin2hex_basic.phpt13 "\t This String contains \t\t some control characters\r\n",
18 '\t This String contains \t\t some control characters\r\n',
H A Dcrypt_sha256.phpt24 'This is just a test',
29 'a very much longer text to encrypt. This one even stretches over morethan one line.',
H A Dstr_split_basic.phpt8 $str = 'This is basic testcase';
30 string(5) "This "
/php-src/ext/dom/tests/
H A Ddom005.phpt25 This is a not well-formed<br/>
31 This is a not well-formed<br>
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_line_column.phpt17 <strong>This is my paragraph</strong>
54 Text: 'This is my paragraph', 8
/php-src/ext/standard/tests/ini_info/scandir/
H A D0.ini1 ; This file is named 0.ini so it should be the first line of
/php-src/docs/source/core/data-structures/
H A Dindex.rst12 This section provides an overview of the core data structures used in php-src.
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt18 /* This should result in 5C BF 5C 27 for GBK instead of BF 5C 27 like with UTF8MB4.
21 * 1. First iteration, i.e. *from == 0xBF. This isn't a valid GBK multibyte sequence start,
25 …* 2. Second iteration, i.e. *from == 0x27. This isn't a valid start either, so we go to the escape…
/php-src/docs/
H A DREADME.md3 This is the home of the php-src internal documentation, hosted at
32 This tool is not perfect. It breaks on custom directives, so we might switch to either a fork or
/php-src/ext/pcre/tests/
H A Dbug27011.phpt6 var_dump(preg_match_all('|(\w+)://([^\s"<]*[\w+#?/&=])|', "This is a text string", $matches, PREG_S…
/php-src/Zend/tests/arrow_functions/
H A D004.phpt6 // This should work, but *not* generate a binding for $GLOBALS
/php-src/ext/soap/tests/bugs/
H A Dbug30175.phpt26 <shortDescription xsi:type="xsd:string">This is a description. more blah blah blah</shortDescriptio…
44 string(42) "This is a description. more blah blah blah"
/php-src/ext/standard/tests/file/
H A Dtouch.phpt12 // This doesn't work for windows, time, atime usage results in very different
13 // output to linux. This could be a php.net bug on windows or a windows querk.
/php-src/ext/mysqli/tests/bind_insert/
H A Dsend_long_data.phpt26 mysqli_stmt_send_long_data($stmt, 1, "This is the first sentence.");
56 …string(99) "This is the first sentence. And this is the second sentence. And finally this is the l…
/php-src/ext/standard/tests/array/
H A Dbug65251.phpt6 /* This no longer involves any recursion. */
/php-src/ext/sodium/tests/
H A Dcrypto_box.phpt103 $bob_to_alice_ciphertext = sodium_crypto_box('Hi Alice! This is Bob',
148 string(21) "Hi Alice! This is Bob"
150 string(26) "This is for your eyes only"
/php-src/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt19 // This query should be accepted
23 // This one should fail
32 // This should now succeed

Completed in 20 milliseconds

12345678910>>...31