Home
last modified time | relevance | path

Searched refs:script (Results 126 – 150 of 201) sorted by relevance

123456789

/PHP-7.1/
H A D.travis.yml65 script:
H A DINSTALL470 done in the start script for your web server. The start script is often
560 wanted to start, as a CGI script (a CGI script inside of the admin
580 Error fn="php4_execute" code=XXX script="/path/to/script.php" [inikey=value inik
1120 script will tell you all about your PHP settings:
1243 the respective php-config script.
1285 regenerate its configure script.
1604 script file via my browser, I get a blank screen.
1730 script file via my browser, I get a blank screen.
1795 script file.
1902 AddHandler php7-script php
[all …]
H A Dphp.ini-development233 ; Using this ini directive may cause problems unless you know what script
360 ; unless "declare(encoding=...)" directive appears at the top of the script.
380 ; Maximum execution time of each script, in seconds
402 ; Maximum amount of memory a script may consume (128MB)
638 ; that were passed when the script was invoked. These arrays are extremely
651 ; first used (Just In Time) instead of when the script starts. If these
804 ; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
1073 ; the full path of the script, line number, To address and headers.
1361 ; You can use the script in the ext/session dir for that purpose.
1460 ; For example, the following script would is the equivalent of
[all …]
H A Dphp.ini-production233 ; Using this ini directive may cause problems unless you know what script
360 ; unless "declare(encoding=...)" directive appears at the top of the script.
380 ; Maximum execution time of each script, in seconds
402 ; Maximum amount of memory a script may consume (128MB)
638 ; that were passed when the script was invoked. These arrays are extremely
651 ; first used (Just In Time) instead of when the script starts. If these
804 ; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
1073 ; the full path of the script, line number, To address and headers.
1361 ; You can use the script in the ext/session dir for that purpose.
1460 ; For example, the following script would is the equivalent of
[all …]
/PHP-7.1/tests/classes/
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-7.1/Zend/tests/
H A Dbug63462.phpt2 Test script to verify that magic methods should be called only once when accessing an unset propert…
/PHP-7.1/ext/opcache/
H A DREADME5 optimization. It improves PHP performance by storing precompiled script
95 directory to the script key, thus eliminating possible collisions between
160 current script, if the script requires that the opcode at least be defined,
214 Protect the shared memory from unexpected writing during script execution.
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.h130 int zend_build_ssa(zend_arena **arena, const zend_script *script, const zend_op_array *op_array, ui…
H A Dzend_inference.c2117 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in get_class_entry()
2139 *pce = get_class_entry(script, lcname); in zend_fetch_arg_info()
2167 const zend_script *script, in zend_update_type_info() argument
2774 tmp = zend_fetch_arg_info(script, arg_info, &ce); in zend_update_type_info()
2824 …if (script && (ce = zend_hash_find_ptr(&script->class_table, Z_STR_P(CRT_CONSTANT_EX(op_array, opl… in zend_update_type_info()
2854 ce = get_class_entry(script, Z_STR_P(zv+1)); in zend_update_type_info()
3242 tmp = zend_fetch_arg_info(script, ret_info, &ce); in zend_update_type_info()
3646 const zend_script *script, in zend_init_func_return_info() argument
3664 const zend_script *script, in zend_func_return_info() argument
3886 zend_type_narrowing(op_array, script, ssa); in zend_infer_types()
[all …]
/PHP-7.1/sapi/cgi/
H A DCHANGES30 require each script start from "#! /usr/bin/php".
/PHP-7.1/ext/standard/tests/array/
H A Darray_column_variant.phpt5 /* Array from Bug Request #64493 test script */
/PHP-7.1/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt17 // FTP this script to a server
/PHP-7.1/win32/
H A Dinstall.txt194 |-go-pear.bat -- PEAR setup script
341 <script language="PHPScript">
343 </script>
567 script file and add this code: <?php
802 wanted to start, as a CGI script (a CGI script inside of the admin
815 Error fn="php7_execute" code=XXX script="/path/to/script.php" [inikey=value inik
1166 regenerate its configure script.
1673 permissions on your script file.
1780 AddHandler php-script php
1784 AddHandler php7-script php
[all …]
/PHP-7.1/ext/oci8/tests/
H A Ddrcp_scope4.phpt34 // This is the first scope for the script
H A Ddrcp_scope3.phpt31 // This is the first scope for the script
H A Ddrcp_scope5.phpt34 // This is the first scope for the script
H A Ddrcp_scope2.phpt41 //This is the first scope for the script
H A Ddrcp_scope1.phpt41 //This is the first scope for the script
H A Dbug42841.phpt15 // note a oci_new_connect() occurs lower in the script
/PHP-7.1/sapi/phpdbg/
H A DChangelog.md26 5. Added source command - load additional .phpdbginit script during session
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_xclass.c157 if ((data[1] == prop->script) == isprop) return !negated; in PRIV()
/PHP-7.1/ext/exif/
H A Dtest.txt3 /* Test script for PHP module ext/exif
10 * script cannot be executed or does not generate any output check
15 * fails on executing this script.
187 To start the test you simple have to put all images into the same directory as this script.
/PHP-7.1/Zend/
H A Dzend_language_scanner.l302 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t … in zend_multibyte_detect_utf_encoding() argument
309 p = script; in zend_multibyte_detect_utf_encoding()
310 assert(p >= script); in zend_multibyte_detect_utf_encoding()
311 while ((size_t)(p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
312 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
326 p = script; in zend_multibyte_detect_utf_encoding()
327 assert(p >= script); in zend_multibyte_detect_utf_encoding()
328 while ((size_t)(p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
/PHP-7.1/Zend/RFCs/
H A D003.txt60 the execution of a script as that function cannot be run and code
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_013.phpt2 No router, no script

Completed in 123 milliseconds

123456789