Home
last modified time | relevance | path

Searched refs:script (Results 26 – 50 of 178) sorted by relevance

12345678

/PHP-5.5/
H A DREADME.TESTING25 "make test" basically executes "run-tests.php" script
27 can execute the script as follows:
35 If you are running the run-tests.php script from the command line (as above)
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)
117 Example script to be run by cron(1):
159 If you find bug in PHP, you can submit bug report AND test script
160 for us. You don't have to write complete script, just give us test
[all …]
/PHP-5.5/sapi/cli/tests/
H A D021.phpt21 $script = "#!$php -n\n".
27 file_put_contents($filename, $script);
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt69 // create a file in the script directory
71 gzwrite($h, "This is a file in script dir");
74 //should read the file in script dir
92 file content:This is a file in script dir
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt11 * resources/test.awk: awk script, ASCII text
28 string(22) "awk script, ASCII text"
/PHP-5.5/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt6 1: test any php script file on multiple threads
26 1: Test any php script file on multiple threads
29 Create a file that contains a list of php script files, one per line. If
/PHP-5.5/win32/build/
H A DMakefile192 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
194 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
195 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
196 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
197 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
201 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
202 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
203 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-5.5/scripts/
H A Dphpize.in111 Make sure that the file exists and is executable and then rerun this script.
128 \$PHP_AUTOCONF environment variable. Then, rerun this script.
136 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-5.5/sapi/apache2handler/
H A DREADME8 reading a script from disk). The content goes then through
10 your script and hands the output to the next filter (which will
18 function, and tried to stop any method where a php script can run another php
19 script while it is being run.
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt10 in the start script for your Netscape server. Windows users can
11 probably skip this step. The start script is located in:
106 Error fn="php5_execute" code=XXX script="/path/to/script.php" [inikey=value inikey=value...]
111 the "code" parameter out. Your script can get the HTTP status code
115 Just generate a PHP script which displays a directory listing and
119 …Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/script.php" [inikey=va…
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation7.phpt38 fwrite($h, "File in script location");
49 File in script location
H A Dfile_get_contents_variation2.phpt40 fwrite($h, "File in script location");
51 File in script location
H A Dfopen_variation1.phpt2 fopen() with relative path on a file in the script directory
/PHP-5.5/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
/PHP-5.5/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
/PHP-5.5/ext/intl/doc/
H A Dlocale_api.php176 public static function getDisplayScript($script, $in_locale = null) {} argument
359 function locale_get_display_script($script, $in_locale = null) {} argument
/PHP-5.5/sapi/apache2filter/
H A DREADME8 reading a script from disk). The content goes then through
10 your script and hands the output to the next filter (which will
71 Passing script data to engine without temporary file
/PHP-5.5/tests/basic/
H A Dbug54514.phpt2 Req #54514 (Get php binary path during script execution)
/PHP-5.5/ext/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
H A Dzend_multibyte-12.phpt13 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-5.5/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-5.5/sapi/roxen/
H A DTODO18 And after this every access to any php script (on other virtual sites
21 Php4.Interpreter->run: Tried to run a PHP-script from a PHP
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.h31 int compact_persistent_script(zend_persistent_script *script);

Completed in 39 milliseconds

12345678