Home
last modified time | relevance | path

Searched refs:mode (Results 601 – 625 of 728) sorted by relevance

1...<<21222324252627282930

/PHP-5.4/ext/dom/
H A Ddocument.c1552 static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, int source_len, int options … in dom_document_parser() argument
1582 if (mode == DOM_LOAD_FILE) { in dom_document_parser()
1601 if (mode != DOM_LOAD_FILE) { in dom_document_parser()
1673 static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) { in dom_parse_document() argument
1696 newdoc = dom_document_parser(id, mode, source, source_len, options TSRMLS_CC); in dom_parse_document()
2170 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html() argument
2192 if (mode == DOM_LOAD_FILE) { in dom_load_html()
H A Dnode.c1748 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization() argument
1764 if (mode == 0) { in dom_canonicalization()
1873 if (mode == 1) { in dom_canonicalization()
1897 if (mode == 0) { in dom_canonicalization()
1919 if (mode == 1 && (ret >= 0)) { in dom_canonicalization()
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c156 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage TSRMLS_DC) in php_com_import_typelib() argument
210 c.flags = mode; in php_com_import_typelib()
/PHP-5.4/main/
H A Dphp_output.h113 …har *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC);
H A Dphp_ini.c41 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
/PHP-5.4/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt17 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation11-win32.phpt16 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dsymlink_link_linkinfo_is_link_variation4.phpt55 $fp = fopen($linkname, "a"); // open in append mode
H A Dtempnam_variation4.phpt36 for($mode = 0000; $mode <= 0777; $mode++) {
38 printf("%o", $mode);
40 chmod($dir_name, $mode);
H A Dfopen_variation14.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation15.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dsymlink_link_linkinfo_is_link_variation3.phpt67 $fp = fopen($linkname, "a"); // open in append mode
/PHP-5.4/ext/mysqli/
H A Dmysqli_fe.c82 ZEND_ARG_INFO(0, mode)
86 ZEND_ARG_INFO(0, mode)
H A Dphp_mysqli_structs.h138 int mode; member
/PHP-5.4/
H A DUPGRADING.INTERNALS166 TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC);
191 …expand_filepath_with_mode lets define how realpath will behave, using one of the existing mode: CW…
H A Dphp.ini-development313 ; Colors for Syntax Highlighting mode. Anything that's acceptable in
1004 ; the 5th parameter to mail(), even in safe mode.
1017 ; http://php.net/sql.safe-mode
1127 ; Default host for mysql_connect() (doesn't apply in safe mode).
1131 ; Default user for mysql_connect() (doesn't apply in safe mode).
1135 ; Default password for mysql_connect() (doesn't apply in safe mode).
1149 ; http://php.net/mysql.trace-mode
1186 ; Default host for mysql_connect() (doesn't apply in safe mode).
1190 ; Default user for mysql_connect() (doesn't apply in safe mode).
1378 ; The file storage module creates files using mode 600 by default.
[all …]
H A Dphp.ini-production313 ; Colors for Syntax Highlighting mode. Anything that's acceptable in
1004 ; the 5th parameter to mail(), even in safe mode.
1017 ; http://php.net/sql.safe-mode
1127 ; Default host for mysql_connect() (doesn't apply in safe mode).
1131 ; Default user for mysql_connect() (doesn't apply in safe mode).
1135 ; Default password for mysql_connect() (doesn't apply in safe mode).
1149 ; http://php.net/mysql.trace-mode
1186 ; Default host for mysql_connect() (doesn't apply in safe mode).
1190 ; Default user for mysql_connect() (doesn't apply in safe mode).
1378 ; The file storage module creates files using mode 600 by default.
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h295 #error Unsupported compiling mode
527 #error Unsupported compiling mode
575 #error Unsupported compiling mode
965 #error Unsupported compiling mode
2636 #error Unsupported compiling mode
H A DREADME328 on the "configure" command. PCRE runs more slowly in this mode, but it may be
759 matching function, in non-UTF-8/16/32 mode, UTF-8/16/32 mode, and UTF-8/16/32
760 mode with Unicode property support, respectively.
770 The fourteenth, fifteenth, and sixteenth tests are run only in 8-bit mode, and
772 mode. These are tests that generate different output in the two modes. They are
776 The twentieth test is run only in 16/32-bit mode. It tests some specific
779 The twenty-first and twenty-second tests are run only in 16/32-bit mode, when
783 The twenty-third and twenty-fourth tests are run only in 16-bit mode. They are
786 The twenty-fifth and twenty-sixth tests are run only in 32-bit mode. They are
/PHP-5.4/ext/curl/
H A Dinterface.c97 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock() argument
99 if (mode & CRYPTO_LOCK) { in php_curl_ssl_lock()
1929 if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
1944 if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
1968 if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c1732 long mode = PHP_SQLITE3_BOTH; local
1737 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &mode) == FAILURE) {
1756 if (mode & PHP_SQLITE3_NUM) {
1760 if (mode & PHP_SQLITE3_ASSOC) {
1761 if (mode & PHP_SQLITE3_NUM) {
1922 ZEND_ARG_INFO(0, mode)
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c908 int mode = INV_READ; in PHP_METHOD() local
922 mode = INV_READ|INV_WRITE; in PHP_METHOD()
930 lfd = lo_open(H->server, oid, mode); in PHP_METHOD()
/PHP-5.4/sapi/litespeed/
H A DREADME115 LiteSpeed web server dynamically spawn/stop PHP processes, in this mode
122 started in server managed mode.
/PHP-5.4/ext/phar/
H A Dphar_internal.h699 …te_entry_data(char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir, ch…
700 …y_data **ret, char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir, ch…
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt133 // charsets cannot take any other value but utf8 in unicode mode

Completed in 120 milliseconds

1...<<21222324252627282930