Home
last modified time | relevance | path

Searched refs:mode (Results 576 – 600 of 728) sorted by relevance

1...<<21222324252627282930

/PHP-5.4/ext/soap/tests/
H A Dserver030.phpt2 …erver 30: Handling classes which extend the SPL ArrayObject or ArrayIterator as arrays in wsdl mode
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c360 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) in php_input_filter() argument
371 return ap_get_brigade(f->next, bb, mode, block, readbytes); in php_input_filter()
381 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { in php_input_filter()
/PHP-5.4/ext/phar/
H A Ddirstream.c318 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir() argument
330 if ((resource = phar_parse_url(wrapper, path, mode, options TSRMLS_CC)) == NULL) { in phar_wrapper_open_dir()
431 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, char *url_from, int mode, int options, php_stre… in phar_wrapper_mkdir() argument
H A Dutil.c575 …y_data **ret, char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir, ch… in phar_get_entry_data() argument
579 int for_write = mode[0] != 'r' || mode[1] == '+'; in phar_get_entry_data()
580 int for_append = mode[0] == 'a'; in phar_get_entry_data()
581 int for_create = mode[0] != 'r'; in phar_get_entry_data()
582 int for_trunc = mode[0] == 'w'; in phar_get_entry_data()
736 …te_entry_data(char *fname, int fname_len, char *path, int path_len, char *mode, char allow_dir, ch… in phar_get_or_create_entry_data() argument
754 …if (FAILURE == phar_get_entry_data(&ret, fname, fname_len, path, path_len, mode, allow_dir, error,… in phar_get_or_create_entry_data()
1040 int mode; member
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.h103 PHPAPI void _mysqlnd_debug(const char *mode TSRMLS_DC);
194 #define mysqlnd_autocommit(conn, mode) ((conn)->data)->m->set_autocommit((conn)->data, (mode) TSRM… argument
H A Dmysqlnd_debug.h32 void (*set_mode)(MYSQLND_DEBUG * self, const char * const mode);
/PHP-5.4/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt6 function stream_open($path, $mode, $openedpath) {
/PHP-5.4/ext/standard/tests/array/
H A Dsizeof_variation2.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
/PHP-5.4/sapi/phttpd/
H A Dphttpd.c29 #error PHTTPD module is only useable in thread-safe mode
/PHP-5.4/ext/standard/tests/file/
H A Duserstreams_002.phpt7 function stream_open($path, $mode, $openedpath) {
H A Dfwrite_variation3-win32.phpt2 Test fwrite() function : usage variations - a, ab, at, a+, a+b & a+t mode
26 Test fwrite with file opened in mode : a,ab,at,a+,a+b,a+
/PHP-5.4/ext/oci8/tests/
H A Dreflection2.phpt67 Parameter #0 [ <required> $mode ]
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY41 2006/12/29: [impl] add print_enc_string() for ONIG_DEBUG mode.
131 in Ruby mode only.
310 utf-8 character comments in extended mode leads
587 2004/11/29: [dist] add -s option (silent mode) to test.rb.
638 change installed file mode to 0644.
697 search fail in ignore case mode.
1071 match in ignore case mode.)
1414 in Ruby mode ('[', '-', ']').
1562 in ignore-case mode. (ex. /[A-c]/i == /[a-c]/i)
1569 2003/02/07: [impl] check first byte of string in ignore-case mode.
[all …]
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to mode arg
10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
35 $mode = ICONV_MIME_DECODE_CONTINUE_ON_ERROR;
/PHP-5.4/ext/json/
H A DJSON_parser.c202 push(JSON_parser jp, int mode) in push() argument
209 jp->stack[jp->top] = mode; in push()
219 pop(JSON_parser jp, int mode) in pop() argument
221 if (jp->top < 0 || jp->stack[jp->top] != mode) { in pop()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt46 printf("[004] Cannot create trace file to test append mode\n");
H A Dmysqli_stmt_get_warnings.phpt21 die("skip Strict sql mode seems to be active. We won't get a warning to check for.");
H A Dmysqli_info.phpt34 printf("[007] Expecting unicode, because unicode mode it on. Got binary string\n");
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt34 printf("[003] According to the manual we should be back to autocommit mode, got %s/%s\n",
/PHP-5.4/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h172 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode,
/PHP-5.4/Zend/
H A Dzend_hash.c849 int mode = (overwrite?HASH_UPDATE:HASH_ADD); in _zend_hash_merge() local
857 …_add_or_update(target, p->arKey, p->nKeyLength, p->h, p->pData, size, &t, mode ZEND_FILE_LINE_RELA… in _zend_hash_merge()
861 …if ((mode==HASH_UPDATE || !zend_hash_index_exists(target, p->h)) && zend_hash_index_update(target,… in _zend_hash_merge()
1213 …int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos) in zend_hash_update_current_key_ex() argument
1270 if (mode != HASH_UPDATE_KEY_ANYWAY) { in zend_hash_update_current_key_ex()
1281 if (mode & found) { in zend_hash_update_current_key_ex()
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog541 does in Unicode mode.
670 gives some modest performance improvement in 8-bit mode.
1061 codepoints that are too big for the mode are faulted, and in a UTF mode,
3270 them, and removed "b" from the input mode under Windows.
3438 mode.
3491 correctly when UTF-8 mode was not set.]
3579 values greater than \377 illegal in non-UTF-8 mode. In UTF-8 mode they
4141 byte in the character in UTF-8 mode.
4955 mode, for example: \x{100}{2,3}.
4967 PCRE in UTF-8 mode.
[all …]
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c95 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
738 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_add() argument
740 if (mode & POLLIN) { in php_cli_server_poller_add()
743 if (mode & POLLOUT) { in php_cli_server_poller_add()
751 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_remove() argument
753 if (mode & POLLIN) { in php_cli_server_poller_remove()
756 if (mode & POLLOUT) { in php_cli_server_poller_remove()
/PHP-5.4/ext/curl/
H A Dstreams.c269 php_stream *php_curl_stream_opener(php_stream_wrapper *wrapper, char *filename, char *mode, in php_curl_stream_opener() argument
279 stream = php_stream_alloc(&php_curl_stream_ops, curlstream, 0, mode); in php_curl_stream_opener()
/PHP-5.4/ext/standard/
H A Dphp_string.h135 PHPAPI char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRM…

Completed in 105 milliseconds

1...<<21222324252627282930