Home
last modified time | relevance | path

Searched refs:test (Results 251 – 275 of 5252) sorted by relevance

1...<<11121314151617181920>>...211

/PHP-7.3/ext/spl/tests/
H A Dspl_iterator_iterator_constructor.phpt12 $test = new IteratorIterator($arrayIterator);
14 $test = new IteratorIterator($arrayIterator, 1);
15 $test = new IteratorIterator($arrayIterator, 1, 1);
16 $test = new IteratorIterator($arrayIterator, 1, 1, 1);
17 $test = new IteratorIterator($arrayIterator, 1, 1, 1, 1);
H A Dspl_iterator_getcallchildren.phpt11 $test = new RecursiveIteratorIterator($recursiveArrayIterator);
13 var_dump($test->current());
14 $test->next();
15 var_dump($test->current());
17 $output = $test->callGetChildren();
/PHP-7.3/Zend/tests/
H A Dcompare_002_64bit.phpt8 class test {
25 new test,
82 string(0) "" !== object(test)#%d (0) {}
99 int(1) !== object(test)#%d (0) {}
116 float(2.5) !== object(test)#%d (0) {}
133 int(0) !== object(test)#%d (0) {}
201 NULL !== object(test)#%d (0) {}
275 object(test)#%d (0) {} !== int(1)
277 object(test)#%d (0) {} !== int(0)
281 object(test)#%d (0) {} !== NULL
[all …]
H A Dcompare_001.phpt8 class test {
25 new test,
105 == object(test)#3 (0) {}
128 != object(test)#3 (0) {}
151 != object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
315 object(test)#3 (0) {}
326 object(test)#3 (0) {} == object(test)#3 (0) {}
328 object(test)#3 (0) {}
[all …]
H A Dcompare_003.phpt8 class test {
25 new test,
105 <= object(test)#3 (0) {}
128 > object(test)#3 (0) {}
151 <= object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
315 object(test)#3 (0) {}
326 object(test)#3 (0) {} <= object(test)#3 (0) {}
328 object(test)#3 (0) {}
[all …]
H A Dcompare_004.phpt8 class test {
25 new test,
105 >= object(test)#3 (0) {}
128 >= object(test)#3 (0) {}
151 < object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
315 object(test)#3 (0) {}
326 object(test)#3 (0) {} >= object(test)#3 (0) {}
328 object(test)#3 (0) {}
[all …]
H A Dcompare_005.phpt8 class test {
25 new test,
105 >= object(test)#3 (0) {}
128 >= object(test)#3 (0) {}
151 < object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
315 object(test)#3 (0) {}
326 object(test)#3 (0) {} >= object(test)#3 (0) {}
328 object(test)#3 (0) {}
[all …]
H A Dcompare_006.phpt8 class test {
25 new test,
105 <= object(test)#3 (0) {}
128 > object(test)#3 (0) {}
151 <= object(test)#3 (0) {}
309 object(test)#3 (0) {}
312 object(test)#3 (0) {}
315 object(test)#3 (0) {}
326 object(test)#3 (0) {} <= object(test)#3 (0) {}
328 object(test)#3 (0) {}
[all …]
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_all_edit_basic.phpt11 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.';
16 …ing, $match2, PREG_SET_ORDER)); //finds "This is a test." and "This is another test." (no…
25 …(.*)\stest/', $string, $match5)); //tries to find "This is aThis is a [...] test" (0 matches)
47 string(15) "This is a test."
49 string(5) " test"
54 string(21) "This is another test."
56 string(11) "nother test"
/PHP-7.3/win32/
H A Dfnmatch.c61 char c, test; in fnmatch() local
106 while ((test = *string) != EOS) { in fnmatch()
109 if (test == '/' && flags & FNM_PATHNAME) in fnmatch()
152 rangematch(const char *pattern, char test, int flags) in rangematch() argument
168 test = tolower((unsigned char)test); in rangematch()
190 if ((unsigned char)c <= (unsigned char)test && in rangematch()
191 (unsigned char)test <= (unsigned char)c2) in rangematch()
193 } else if (c == test) in rangematch()
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug73538.phpt9 "location" => "test://",
10 "uri" => "test://",
16 $client->test();
20 "location" => "test://",
21 "uri" => "test://",
27 $client->test();
33test://" xmlns:ns2="ns" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schema…
35test://" xmlns:ns2="ns" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schema…
/PHP-7.3/ext/dom/tests/
H A Dbug67949.phpt10 <a href="test">hello world</a>
27 $offset = ['test'];
32 $something = 'test';
39 $offset = 'test';
66 string(4) "test"
74 string(4) "test"
76 string(4) "test"
79 string(4) "test"
80 string(4) "test"
83 string(4) "test"
/PHP-7.3/ext/standard/tests/strings/
H A Dbug44703.phpt6 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 1));
7 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 12));
8 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 125));
9 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 1252));
10 var_dump(htmlspecialchars("<a href='test'>Test</a>", ENT_COMPAT, 12526));
26 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
29 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
32 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
33 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
36 string(35) "&lt;a href='test'&gt;Test&lt;/a&gt;"
H A Dbug65230.phpt6 die('skip Windows only test');
14 function test($locale, $value)
28 test('german', 3.41);
29 test('english', 3.41);
30 test('french', 3.41);
31 test('german', 3.41);
/PHP-7.3/ext/openssl/tests/
H A Dbug65729.phpt20 $expected_names = ['foo.test.com.sg', 'foo.test.com', 'FOO.TEST.COM', 'foo.bar.test.com'];
32 $expected_names = ['foo.test.com.sg', 'foo.test.com', 'FOO.TEST.COM', 'foo.bar.test.com'];
48 …rning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.tes…
57 …ing: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.bar.t…
/PHP-7.3/ext/soap/tests/schema/
H A Dtest_schema.inc4 function test($input) {
15 xmlns:tns="http://test-uri/"
19 targetNamespace="http://test-uri/"
22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm…
32 <operation name="test">
38 <operation name="test">
39 <soap:operation soapAction="#test" style="$style"/>
41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
47 <soap:address location="test://" />
60 $y->addfunction("test");
[all …]
/PHP-7.3/tests/classes/
H A Dstatic_properties_001.phpt6 class test {
10 var_dump(test::$ar);
12 test::$ar[] = 1;
14 var_dump(test::$ar);
/PHP-7.3/ext/pdo_sqlite/
H A Dconfig.m49 if test "$PHP_PDO_SQLITE" != "no"; then
11 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
20 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
22 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
24 elif test -f $phpincludedir/ext/pdo/php_pdo_driver.h; then
34 if test "$PHP_PDO_SQLITE" != "yes"; then
42 if test -r $i/$SEARCH_FOR; then
48 if test -z "$PDO_SQLITE_DIR"; then
78 if test "$enable_maintainer_zts" = "yes"; then
88 if test "$PHP_INTL" = "yes" && test "$PHP_INTL_SHARED" != "yes"; then
[all …]
/PHP-7.3/ext/pdo_pgsql/
H A Dconfig.m48 if test "$PHP_PDO_PGSQL" != "no"; then
10 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
18 if test -x $i/pg_config; then
24 if test -n "$PG_CONFIG"; then
31 if test "$PHP_PDO_PGSQL" = "yes"; then
39 if test -r "$i/$j/libpq-fe.h"; then
42 if test -r "$i/$j/pg_config.h"; then
49 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
56 if test -z "$PGSQL_INCLUDE"; then
60 if test -z "$PGSQL_LIBDIR"; then
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dpathinfo_variaton.phpt26 "../foo/test.link",
333 string(4) "test"
335 string(4) "test"
338 string(4) "test"
340 string(4) "test"
389 string(4) "test"
391 string(4) "test"
394 string(4) "test"
396 string(4) "test"
411 string(4) "test"
[all …]
H A Dbug39538.phpt5 …y("\"\nthis is an test\", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"…
19 this is an test
27 this is an test
36 this is an test
/PHP-7.3/ext/mbstring/tests/
H A Dmb_send_mail03.phpt2 mb_send_mail() test 3 (lang=English)
20 mb_send_mail($to, mb_language(), "test");
25 mb_send_mail($to, "test ".mb_language(), "test");
37 Subject: test English
42 test
/PHP-7.3/sapi/cgi/tests/
H A D004.phpt15 $filename = dirname(__FILE__).'/004.test.php';
19 class test {
23 var_dump(test::$pri);
43 <b>Fatal error</b>: Uncaught Error: Cannot access private property test::$pri in %s004.test.php:8
46 thrown in <b>%s004.test.php</b> on line <b>8</b><br />
/PHP-7.3/ext/pdo/tests/
H A Dbug_47769.phpt11 class test extends PDO
27 $test = new test('sqlite::memory:');
28 $test->quote('foo');
29 $test->isProtected();
37 Fatal error: Uncaught Error: Call to protected method test::isProtected() from context '' in %s:%d
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dbug54977.phpt8 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
26 file_put_contents($prefix . $d . ".test", $d);
37 unlink($prefix . $d . ".test");
47 多国語.test
49 汚れて掘る.test
51 王.test

Completed in 65 milliseconds

1...<<11121314151617181920>>...211