Home
last modified time | relevance | path

Searched refs:mode (Results 651 – 675 of 750) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
38 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
/PHP-5.5/ext/standard/tests/file/
H A Dunlink_variation5.phpt24 for($mode = 0000; $mode <= 0777; $mode++ ) {
28 // changing mode of file
29 echo "File permission : $mode\n";
30 var_dump( chmod($filename, $mode) );
H A Dfwrite_variation4-win32.phpt26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
H A Dfwrite_variation4.phpt26 Test fwrite with file opened in mode : x, xb, xt, x+, x+b, x+t
H A Dfwrite_variation2-win32.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A Dfwrite_variation2.phpt26 Test fwrite with file opened in mode : r+,r+b,r+t
H A D007_error.phpt8 Prototype: resource fopen(string $filename, string $mode
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2311 library, the last two are recognized only in UTF-8 mode.
2785 using UTF-32 mode.
4925 $ assert end of string (or line, in multiline mode)
5118 as \x{dc} (or \u00dc in JavaScript mode).
5125 8-bit non-UTF mode less than 0x100
5127 16-bit non-UTF mode less than 0x10000
5129 32-bit non-UTF mode less than 0x100000000
5822 current mode.
5921 POSIX classes are handled specially in UCP mode:
7719 in dotall mode, any character whatsoever
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c98 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock() argument
100 if (mode & CRYPTO_LOCK) { in php_curl_ssl_lock()
2408 } else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
2429 } else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
2466 } else if (((php_stream *) what)->mode[0] != 'r' || ((php_stream *) what)->mode[1] == '+') { in _php_curl_setopt()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h483 …s (*func_mysqlnd_conn_data__set_autocommit)(MYSQLND_CONN_DATA * conn, unsigned int mode TSRMLS_DC);
486 …mysqlnd_conn_data__tx_begin)(MYSQLND_CONN_DATA * conn, const unsigned int mode, const char * const…
488 …ing)(const MYSQLND_CONN_DATA * const conn, smart_str * tmp_str, const unsigned int mode TSRMLS_DC);
/PHP-5.5/
H A Dacinclude.m4809 php_c_pre='$(LIBTOOL) --mode=compile $(CC)'
812 php_cxx_pre='$(LIBTOOL) --mode=compile $(CXX)'
822 shared_c_pre='$(LIBTOOL) --mode=compile $(CC)'
825 shared_cxx_pre='$(LIBTOOL) --mode=compile $(CXX)'
843 …link_cmd='$(LIBTOOL) --mode=link ifelse($4,,[$(CC)],[$(CXX)]) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EX…
847 …link_cmd='$(LIBTOOL) --mode=link ifelse($4,,[$(CC)],[$(CXX)]) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EX…
851 …link_cmd='$(LIBTOOL) --mode=link ifelse($4,,[$(CC)],[$(CXX)]) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EX…
863 \$(LIBTOOL) --mode=install cp $3/$1.$suffix \$(phplibdir)
1748 AC_DEFINE(HAVE_BROKEN_GLIBC_FOPEN_APPEND,1, [Define if your glibc borks on fopen with mode a+])
2129 dnl ## "limit-to-ANSI-standard" mode, not in "ANSI-compatible" mode
H A DREADME.SELF-CONTAINED-EXTENSIONS95 that the extension will be enabled by PHP_NEW_EXTENSION in shared mode.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re433 …char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC)
438 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_…
H A Dimage.c1391 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any() argument
1408 if (mode == FROM_PATH) { in php_getimagesize_from_any()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c75 ZEND_ARG_INFO(0, mode)
916 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs() argument
928 if (mode) { in php_odbc_fetch_attribs()
934 if (mode) { in php_odbc_fetch_attribs()
2998 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror() argument
3009 if (mode == 0) { /* last state */ in php_odbc_lasterror()
3018 if (mode == 0) { in php_odbc_lasterror()
3025 if (mode == 0) { in php_odbc_lasterror()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c205 mbfl_buffer_converter_illegal_mode(mbfl_buffer_converter *convd, int mode) in mbfl_buffer_converter_illegal_mode() argument
209 convd->filter2->illegal_mode = mode; in mbfl_buffer_converter_illegal_mode()
211 convd->filter1->illegal_mode = mode; in mbfl_buffer_converter_illegal_mode()
1964 int mode) in mbfl_ja_jp_hantozen() argument
2007 param->mode = mode; in mbfl_ja_jp_hantozen()
/PHP-5.5/ext/zip/
H A Dphp_zip.c742 ZEND_ARG_INFO(0, mode)
1325 char *mode = NULL; in PHP_NAMED_FUNCTION() local
1330 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|s", &zip, &zip_entry, &mode, &mode_len) =… in PHP_NAMED_FUNCTION()
2599 char *mode = "rb"; in ZIPARCHIVE_METHOD() local
2619 stream = php_stream_zip_open(obj->filename, filename, mode STREAMS_CC TSRMLS_CC); in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt75 …open_edgecases.phar.php/b/c.php): failed to open stream: phar error: open mode append not supporte…
/PHP-5.5/sapi/fpm/
H A Dconfig.m4685 …,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export…
691 …BUILD_FPM="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXT…
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS68 . In UCP mode, \s was not matching two of the characters that Perl matches,
76 does in Unicode mode.
193 . In UTF-8 mode, the values 0xd800 to 0xdfff are not legal Unicode
316 potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In
627 option for pcregrep to make it operate in UTF-8 mode.
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c242 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
797 apprentice_list(struct mlist *mlist, int mode) in apprentice_list() argument
804 if ((m->flag & mode) != mode) { in apprentice_list()
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc36 * @param $open_mode The file open mode
/PHP-5.5/ext/standard/tests/strings/
H A Dcount_chars_basic.phpt6 /* Prototype : mixed count_chars ( string $string [, int $mode ] )
/PHP-5.5/sapi/aolserver/
H A Daolserver.c35 #error AOLserver module is only useable in thread-safe mode

Completed in 239 milliseconds

1...<<21222324252627282930