Home
last modified time | relevance | path

Searched refs:script (Results 51 – 75 of 190) sorted by relevance

12345678

/PHP-7.3/ext/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
H A Dzend_multibyte-12.phpt14 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dzend_multibyte-11.phpt15 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-7.3/ext/standard/tests/file/
H A Dfopen_variation1.phpt2 fopen() with relative path on a file in the script directory
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_003.phpt11 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
H A Dscalar_strict_declaration_placement_002.phpt14 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
H A Dscalar_strict_declaration_placement_001.phpt24 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/PHP-7.3/ext/standard/tests/streams/
H A Dbug64433.phpt6 die("skip could not found cli server script");
9 die("skip could not open cli server script");
/PHP-7.3/ext/opcache/tests/
H A Dis_script_cached.phpt2 Test that script cached info is correct
H A Dbug69281.phpt2 Test that script cached info is correct with validate_timestamps disabled
H A Dbug74456.phpt2 Bug #74456 (Segmentation error while running a script in CLI mode)
H A Dbug68252.phpt11 /* run this test script with valgrind */
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_003.phpt2 Bug #55726 (Changing the working directory makes router script inaccessible)
/PHP-7.3/
H A DREADME.TESTING25 "make test" basically executes "run-tests.php" script
27 can execute the script as follows:
46 executing "run-tests.php" script, you may get errors.
81 the "run-tests.php" script saves the result, the expected result and the
82 code executed to the test script directory. For example, if
88 ext/myext/tests/myext.out - output from test script (O)
118 Example script to be run by cron(1):
160 If you find bug in PHP, you can submit bug report AND test script
161 for us. You don't have to write complete script, just give us test
162 script with following format. Please test the script and make sure
[all …]
/PHP-7.3/ext/phar/tests/
H A Dfrontcontroller24.phpt2 Phar front controller with custom 404 php script
/PHP-7.3/ext/zlib/tests/
H A Dgzopen_variation4.phpt86 // create a file in the script directory
88 gzwrite($h, "This is a file in script dir");
91 //should read the file in script dir
115 This is a file in script dir
159 This is a file in script dir
/PHP-7.3/ext/opcache/Optimizer/
H A Dnop_removal.c102 uint32_t *opline_num = &ctx->script->first_early_binding_opline; in zend_optimizer_nop_removal()
104 ZEND_ASSERT(op_array == &ctx->script->main_op_array); in zend_optimizer_nop_removal()
/PHP-7.3/Zend/tests/
H A Dns_068.phpt13 …ment has to be the very first statement or after any declare call in the script in %sns_068.php on…
H A Dns_083.phpt14 …ment has to be the very first statement or after any declare call in the script in %sns_083.php on…
H A Dbug69788.phpt2 Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
H A Dbug69092.phpt22 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-7.3/ext/phar/tests/cache_list/
H A Dfrontcontroller24.phpt2 Phar front controller with custom 404 php script [cache_list]
/PHP-7.3/ext/session/tests/
H A Dsession_basic3.phpt92 <form action="script.php" method="post">
192 <form action="script.php" method="post">
196 <form action="../script.php" method="post">
200 <form action="/path/script.php" method="post">
204 <form action="../path/script.php" method="post">
208 <form method="post" action="http://php.net/script.php">
212 <form method="post" action="https://php.net/script.php">
216 <form method="post" action="//php.net/script.php">
335 <form method="post" action="http://php.net/script.php">
339 <form method="post" action="https://php.net/script.php">
[all …]
/PHP-7.3/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.phpt2 encoding conversion from script encoding into internal encoding
/PHP-7.3/sapi/cgi/tests/
H A D011.phpt15 function test($script) {
16 file_put_contents($GLOBALS['f'], $script);
20 echo rtrim($script) . "\n";

Completed in 33 milliseconds

12345678