Home
last modified time | relevance | path

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

12345678

/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_013.phpt2 No router, no script
/PHP-5.5/sapi/tux/
H A DREADME79 To access a script /foo/bar.php, use
/PHP-5.5/ext/oci8/tests/
H A Dbug42841.phpt15 // note a oci_new_connect() occurs lower in the script
H A Dlob_029.phpt14 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip Test script not ported to Windows");
/PHP-5.5/sapi/thttpd/
H A DREADME8 script will block all other requests. Choose another web server,
/PHP-5.5/Zend/
H A Dconfigure.in2 dnl Process this file with autoconf to produce a configure script.
H A Dzend_language_scanner.l281 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t … in zend_multibyte_detect_utf_encoding() argument
288 p = script; in zend_multibyte_detect_utf_encoding()
289 while ((p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
290 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
304 p = script; in zend_multibyte_detect_utf_encoding()
305 while ((p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
H A DREADME.ZEND_VM88 Executor's code is generated by PHP script zend_vm_gen.php it uses zend_vm_def.h
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja118 - allows you to use various character encodings for script files and
240 It may help us to track the problem if you send us the script as well.
397 o i18n.script_encoding - script encoding
407 The script's encoding is converted to i18n.internal_encoding before
408 entering the script parser.
412 script.
/PHP-5.5/
H A Dphp.ini-development242 ; Using this ini directive may cause problems unless you know what script
349 ; unless "declare(encoding=...)" directive appears at the top of the script.
369 ; Maximum execution time of each script, in seconds
391 ; Maximum amount of memory a script may consume (128MB)
627 ; that were passed when the script was invoked. These arrays are extremely
640 ; first used (Just In Time) instead of when the script starts. If these
709 ; The directory under which PHP opens the script using /~username used only
1012 ; the full path of the script, line number, To address and headers.
1375 ; You can use the script in the ext/session dir for that purpose.
1474 ; For example, the following script would is the equivalent of
[all …]
H A Dphp.ini-production242 ; Using this ini directive may cause problems unless you know what script
349 ; unless "declare(encoding=...)" directive appears at the top of the script.
369 ; Maximum execution time of each script, in seconds
391 ; Maximum amount of memory a script may consume (128MB)
627 ; that were passed when the script was invoked. These arrays are extremely
640 ; first used (Just In Time) instead of when the script starts. If these
709 ; The directory under which PHP opens the script using /~username used only
1012 ; the full path of the script, line number, To address and headers.
1375 ; You can use the script in the ext/session dir for that purpose.
1474 ; For example, the following script would is the equivalent of
[all …]
H A DREADME.EXT_SKEL2 PECL_Gen, a PHP-only alternative for this script that
22 [ Note that GNU awk is likely required for this script to work. Debian
H A Dserver-tests.php76 | TEST_PHP_EXECUTABLE and running this script with PHP 5. |
565 function runscript($script,$removeheaders=false,$cwd=NULL) argument
573 file_put_contents($tmp_file,$script);
588 …return executeCode($this->conf['TEST_PHP_EXECUTABLE'],$this->ini_overwrites, $script,$removeheader…
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in320 ; script - the main script called (or '-' if not set);
344 ; script: /home/fat/web/docs/php/test_mem.php
398 ; %f: script filename
446 ; does not stop script execution for some reason. A value of '0' means 'off'.
492 ; Limits the extensions of the main script FPM will allow to parse. This can
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_object.phpt74 // Fatal error, script execution will end
/PHP-5.5/tests/security/
H A Dopen_basedir.inc10 // configuration may or may not be changeable from a script (PHP_INI_SYSTEM).
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt6 * Description: Sets the default timezone used by all date/time functions in a script.
/PHP-5.5/ext/mysql/
H A Dmysql.mak16 MYSQL_DIR = P:/APPS/script/sw/mysql
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt84 // and those known to this script ( as stored $common_locales) which can be
/PHP-5.5/scripts/
H A Dphpize.m437 dnl Find php-config script
/PHP-5.5/ext/openssl/
H A Dopenssl.mak16 OSSL_DIR = P:/APPS/script/sw/OpenSSL
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14 …oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:sc…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt129 // Fatal error, script execution will end
H A Dmysqli_fetch_object_oo.phpt103 // Fatal error, script execution will end
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic310 0 string .KEY AmigaDOS script
311 0 string .key AmigaDOS script
3307 0 string #!BPY Blender3D BPython script
3929 0 search/1/c =<?php PHP script text
3932 0 search/1 =<?\n PHP script text
3934 0 search/1 =<?\r PHP script text
12274 # Compiled Cyrus sieve script
12283 0 regex \^CFLAGS makefile script text
12285 0 regex \^LDFLAGS makefile script text
12287 0 regex \^all: makefile script text
[all …]

Completed in 85 milliseconds

12345678