Home
last modified time | relevance | path

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

1...<<21222324252627282930

/PHP-5.5/ext/gd/
H A Dgd.c824 ZEND_ARG_INFO(0, mode)
841 ZEND_ARG_INFO(0, mode)
850 ZEND_ARG_INFO(0, mode)
3530 if (mode < 2) { in php_imagechar()
3543 switch (mode) { in php_imagechar()
4794 zend_bool mode = 0; in php_image_filter_pixelate() local
4913 long mode; in PHP_FUNCTION() local
4922 switch (mode) { in PHP_FUNCTION()
5056 long mode = -1; in PHP_FUNCTION() local
5068 switch (mode) { in PHP_FUNCTION()
[all …]
/PHP-5.5/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+
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…
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt6 function stream_open($path, $mode, $openedpath) {
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_variation2.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt67 Parameter #0 [ <required> $mode ]
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c29 #error PHTTPD module is only useable in thread-safe mode
/PHP-5.5/ext/phar/
H A Dutil.c353 …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
357 int for_write = mode[0] != 'r' || mode[1] == '+'; in phar_get_entry_data()
358 int for_append = mode[0] == 'a'; in phar_get_entry_data()
359 int for_create = mode[0] != 'r'; in phar_get_entry_data()
360 int for_trunc = mode[0] == 'w'; in phar_get_entry_data()
519 …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
537 …if (FAILURE == phar_get_entry_data(&ret, fname, fname_len, path, path_len, mode, allow_dir, error,… in phar_get_or_create_entry_data()
/PHP-5.5/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.5/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt46 printf("[004] Cannot create trace file to test append mode\n");
H A Dmysqli_info.phpt34 printf("[007] Expecting unicode, because unicode mode it on. Got binary string\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.");
/PHP-5.5/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",
H A Dpdo_mysql_stmt_variable_columncount.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
/PHP-5.5/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.5/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.5/ext/pcre/pcrelib/
H A DChangeLog717 does in Unicode mode.
846 gives some modest performance improvement in 8-bit mode.
1237 codepoints that are too big for the mode are faulted, and in a UTF mode,
3446 them, and removed "b" from the input mode under Windows.
3614 mode.
3667 correctly when UTF-8 mode was not set.]
3755 values greater than \377 illegal in non-UTF-8 mode. In UTF-8 mode they
4317 byte in the character in UTF-8 mode.
5131 mode, for example: \x{100}{2,3}.
5143 PCRE in UTF-8 mode.
[all …]
/PHP-5.5/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()
1231 …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
1288 if (mode != HASH_UPDATE_KEY_ANYWAY) { in zend_hash_update_current_key_ex()
1299 if (mode & found) { in zend_hash_update_current_key_ex()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY112 2006/12/28: [impl] add print_enc_string() for ONIG_DEBUG mode.
285 2006/09/22: [ruby] enable USE_BACKREF_AT_LEVEL for Ruby mode.
336 in Ruby mode only.
515 utf-8 character comments in extended mode leads
792 2004/11/29: [dist] add -s option (silent mode) to test.rb.
843 change installed file mode to 0644.
902 search fail in ignore case mode.
1276 match in ignore case mode.)
1619 in Ruby mode ('[', '-', ']').
1767 in ignore-case mode. (ex. /[A-c]/i == /[a-c]/i)
[all …]
/PHP-5.5/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…
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c95 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
869 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_add() argument
871 if (mode & POLLIN) { in php_cli_server_poller_add()
874 if (mode & POLLOUT) { in php_cli_server_poller_add()
882 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_remove() argument
884 if (mode & POLLIN) { in php_cli_server_poller_remove()
887 if (mode & POLLOUT) { in php_cli_server_poller_remove()
/PHP-5.5/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()
2178 static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_load_html() argument
2200 if (mode == DOM_LOAD_FILE) { in dom_load_html()
/PHP-5.5/main/
H A Dphp_output.h113 …har *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC);

Completed in 94 milliseconds

1...<<21222324252627282930