Home
last modified time | relevance | path

Searched refs:n (Results 3726 – 3750 of 9207) sorted by relevance

1...<<141142143144145146147148149150>>...369

/PHP-7.4/ext/standard/tests/general_functions/
H A D010.phpt17 echo "\nException: " . $e->getMessage() . "\n";
20 echo "Done\n";
H A Dbug44667.phpt26 echo "Result is: ", $result, "\n";
28 echo "Done\n";
H A Dob_start_closures.phpt7 echo "*** Testing ob_start() : closures as output handlers ***\n";
17 echo "Test\nWith newlines\n";
/PHP-7.4/tests/classes/
H A Dautoload_008.phpt18 echo "In UndefClass catch block.\n";
21 echo "In Exception catch block. Autoload should not have been triggered.\n";
H A Dproperty_override_public_private.phpt10 echo $this->p . "\n";
19 echo $this->p . "\n";
H A Dstatic_properties_003_error1.phpt10 echo "\n--> Access non-visible static prop like instance prop:\n";
H A Dstatic_properties_003_error2.phpt10 echo "\n--> Access non-visible static prop like instance prop:\n";
H A Dstatic_properties_003_error3.phpt10 echo "\n--> Access non-visible static prop like instance prop:\n";
/PHP-7.4/Zend/tests/
H A D023.phpt9 print "\n";
20 print "foo!\n";
H A D026.phpt14 print "ok\n";
17 print "ok\n";
H A Dbug63741.phpt14 print "OK!\n";
25 print "autoloading...\n";
H A Dclosure_033.phpt10 echo __METHOD__ . "()\n";
14 echo __METHOD__ . "()\n";
H A Dobjects_029.phpt8 print "hello\n";
17 print "foo\n";
H A Dobjects_030.phpt8 print "hello\n";
17 print "foo\n";
H A Dcall_static_003.phpt8 print "nonstatic\n";
12 print "static\n";
H A Dcall_to_abstract_method_args.phpt13 echo $e->getMessage(), "\n";
20 echo $e->getMessage(), "\n";
/PHP-7.4/ext/ctype/tests/
H A Dctype_lower_basic.phpt12 echo "*** Testing ctype_lower() : basic functionality ***\n";
17 $c2 = "Hello, world!\n";
H A Dctype_upper_basic.phpt12 echo "*** Testing ctype_upper() : basic functionality ***\n";
17 $c2 = "Hello, World!\n";
/PHP-7.4/Zend/tests/generators/
H A Dnested_method_calls.phpt8 echo "Called A::foo\n";
14 echo "Called B::foo\n";
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array.phpt6 die("skip\n");
15 echo "Error while parsing the xsl document\n";
H A Dxsltprocessor_registerPHPFunctions-string.phpt6 die("skip\n");
15 echo "Error while parsing the xsl document\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_init.phpt14 … printf("[001] Expecting object/mysqli_link or boolean/false, got %s/%s\n", gettype($link), $link);
17 printf("[002] Expecting object of type mysqli got object of type %s\n", get_class($link));
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt18 die(printf("skip: [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error()));
24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
80 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
98 … printf("[%03d + 001] mysqli_options failed, [%d] %s\n", $offset, $link->errno, $link->error);
103 printf("[%03d + 002] [%d] %s\n", $offset, $link->connect_errno, $link->connect_error);
108 printf("[%03d + 003] [%d] %s\n", $offset, $link->errno, $link->error);
112 printf("[%03d + 004] [%d] %s\n", $offset, $link->errno, $link->error);
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt25 printf("Codepoint U+%04x\n", $ncp);
28 printf(" hasBinaryProperty(%s): %s\n",
37 echo " charAge(): ", implode('.', IntlChar::charAge($cp)), "\n";
38 echo "\n";
41 printf("Codepoint range: %04x-%04x\n", IntlChar::CODEPOINT_MIN, IntlChar::CODEPOINT_MAX);
46 echo "Sample range of codepoints: U+2600-U+260F\n";
48 printf("U+%04x %s\n", $cp, $name);
/PHP-7.4/ext/standard/tests/file/
H A D006_variation2.phpt23 echo "*** Testing fileperms() & chmod() : usage variations ***\n";
31 echo "\n*** Testing fileperms(), chmod() with miscellaneous permissions ***\n";
60 echo "-- Iteration $count --\n";
63 echo "\n";
68 echo "\n";
72 echo "*** Done ***\n";

Completed in 50 milliseconds

1...<<141142143144145146147148149150>>...369