Home
last modified time | relevance | path

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

1234567

/PHP-5.3/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.3/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.3/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.3/scripts/
H A Dphpize.in110 Make sure that the file exists and is executable and then rerun this script.
127 \$PHP_AUTOCONF environment variable. Then, rerun this script.
135 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-5.3/ext/sqlite/
H A DTODO11 a callback for a persistent connection in script A, then script B is
/PHP-5.3/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.3/win32/build/
H A Dphpize.js.in20 // This generates a configure script for win32 build
28 re = /\\script/i;
207 // Write the head of the configure script
208 C.WriteLine("/* This file automatically generated from script/confutils.js */");
212 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
213 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
226 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
257 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
/PHP-5.3/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.3/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.3/Zend/
H A Dzend_multibyte.c36 static zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t script…
1082 unsigned char *script; in zend_multibyte_detect_unicode() local
1108 script = (unsigned char*)emalloc(LANG_SCNG(script_org_size)+1-bom_size); in zend_multibyte_detect_unicode()
1109 memcpy(script, LANG_SCNG(script_org)+bom_size, LANG_SCNG(script_org_size)+1-bom_size); in zend_multibyte_detect_unicode()
1111 LANG_SCNG(script_org) = script; in zend_multibyte_detect_unicode()
1126 static zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t script… in zend_multibyte_detect_utf_encoding() argument
1133 p = script; in zend_multibyte_detect_utf_encoding()
1134 while ((p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
1135 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
1149 p = script; in zend_multibyte_detect_utf_encoding()
[all …]
/PHP-5.3/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.3/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
H A Dns_068.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
/PHP-5.3/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.3/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.3/ext/mbstring/tests/
H A Dskipif.inc2 // This script prints "skip" if condition does not meet.
/PHP-5.3/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.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-5.3/sapi/cgi/tests/
H A D011.phpt15 function test($script) {
16 file_put_contents($GLOBALS['f'], $script);
20 echo rtrim($script) . "\n";
/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller24.phpt2 Phar front controller with custom 404 php script

Completed in 90 milliseconds

1234567