Home
last modified time | relevance | path

Searched refs:mode (Results 676 – 700 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/
H A DCODING_STANDARDS76 information while running in debug mode.
251 The {{{ symbols are the default folding symbols for the folding mode in
H A DNEWS3003 invalid scanner mode). (Nikic, Laruence)
3127 . Safe mode and all related php.ini options. (Kalle)
3630 invalid scanner mode). (Nikic, Laruence)
4326 etc.) on Windows in thread safe mode. (Pierre)
4433 server mode. (Gustavo)
4634 strict mode). (Ilia)
5788 mode of INI_SCANNER_NORMAL or INI_SCANNER_RAW. In raw mode option values
8064 mode). (Ilia)
8631 . Added a weak/tolerant mode to the JPEG loader.
9222 auto-commit mode). (Wez)
[all …]
H A Dserver-tests.php140 function mkpath($path,$mode = 0777) { argument
145 @mkdir($path,$mode);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch94 +#define S_ISDIR(mode) ((mode) & _S_IFDIR)
1582 +#define S_ISDIR(mode) ((mode) & _S_IFDIR)
1586 +#define S_ISREG(mode) ((mode) & _S_IFREG)
2483 +/* we should be already be in non blocking mode for network socket */
2918 - int mode, int text)
2919 + size_t level, int mode, int text)
2924 if ((rv = match(ms, ml->magic, ml->nmagic, buf, nbytes, 0, mode,
/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfwrite_variation3.phpt26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+t
H A Dfopen_variation15-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt47 // check if changing the fetch mode from unbuffered to buffered will
/PHP-5.5/ext/opcache/
H A Dconfig.m449 shmbuf.shm_perm.mode = 0600;
/PHP-5.5/ext/libxml/
H A Dlibxml.c291 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper() argument
353 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1177 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec() argument
1241 switch (mode) { in _php_mb_regex_ereg_search_exec()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt98 /* Strict SQL mode - 1366, Incorrect integer value: 'true' for column 'label' at row 1 */
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_variation4.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
/PHP-5.5/ext/standard/
H A Dbasic_functions.c229 ZEND_ARG_INFO(0, mode)
1100 ZEND_ARG_INFO(0, mode)
1111 ZEND_ARG_INFO(0, mode)
1169 ZEND_ARG_INFO(0, mode)
1290 ZEND_ARG_INFO(0, mode)
1644 ZEND_ARG_INFO(0, mode)
2110 ZEND_ARG_INFO(0, mode)
2423 ZEND_ARG_INFO(0, mode)
H A Darray.c274 static int php_count_recursive(zval *array, long mode TSRMLS_DC) /* {{{ */ in php_count_recursive()
286 if (mode == COUNT_RECURSIVE) { in php_count_recursive()
309 long mode = COUNT_NORMAL; in PHP_FUNCTION() local
311 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|l", &array, &mode) == FAILURE) { in PHP_FUNCTION()
320 RETURN_LONG (php_count_recursive (array, mode TSRMLS_CC)); in PHP_FUNCTION()
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1326 long mode = OCI_COMMIT_ON_SUCCESS; local
1328 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &z_statement, &mode) == FAILURE) {
1334 if (php_oci_statement_execute(statement, mode TSRMLS_CC)) {
/PHP-5.5/ext/ftp/
H A Dftp.c591 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() argument
599 spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14294 "compiled in wrong mode" error as soon as it is loaded, so the link size does
H A Dtestinput173 give different output in 16- or 32-bit mode. --/
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc407 fputs($s, "150 Opening ASCII mode data connection for file list\r\n");
/PHP-5.5/main/streams/
H A Dxp_socket.c419 *(FILE**)ret = fdopen(sock->socket, stream->mode); in php_sockop_cast()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c29 #error SRM sapi module is only useable in thread-safe mode
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt62 } //end of mode loop
H A DSplFileObject_fputcsv_variation11.phpt62 } //end of mode loop
H A DSplFileObject_fputcsv_variation12.phpt63 } //end of mode loop

Completed in 116 milliseconds

1...<<21222324252627282930