Home
last modified time | relevance | path

Searched refs:options (Results 251 – 275 of 406) sorted by relevance

1...<<11121314151617

/PHP-5.4/ext/hash/
H A Dphp_hash.h53 long options; member
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_result.c58 result->conn->options->numeric_and_datetime_as_unicode, in MYSQLND_METHOD()
59 result->conn->options->int_and_float_native, in MYSQLND_METHOD()
674 result->conn->options->numeric_and_datetime_as_unicode, in mysqlnd_fetch_row_unbuffered_c()
675 result->conn->options->int_and_float_native, in mysqlnd_fetch_row_unbuffered_c()
790 result->conn->options->numeric_and_datetime_as_unicode, in mysqlnd_fetch_row_unbuffered()
791 result->conn->options->int_and_float_native, in mysqlnd_fetch_row_unbuffered()
957 result->conn->options->numeric_and_datetime_as_unicode, in mysqlnd_fetch_row_buffered_c()
958 result->conn->options->int_and_float_native, in mysqlnd_fetch_row_buffered_c()
1030 result->conn->options->numeric_and_datetime_as_unicode, in mysqlnd_fetch_row_buffered()
1031 result->conn->options->int_and_float_native, in mysqlnd_fetch_row_buffered()
/PHP-5.4/main/streams/
H A Dcast.c354 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, char **opened_p… in _php_stream_open_wrapper_as_file() argument
359 stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path); in _php_stream_open_wrapper_as_file()
/PHP-5.4/ext/date/tests/
H A Dgmdate_variation9.phpt2 Test gmdate() function : usage variation - Passing Time format options to format argument.
H A Dgmdate_variation8.phpt2 Test gmdate() function : usage variation - Passing Year format options to format argument.
H A Dgmdate_variation7.phpt2 Test gmdate() function : usage variation - Passing Year format options to format argument.
H A Dgmdate_variation6.phpt2 Test gmdate() function : usage variation - Passing Month format options to format argument.
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt16 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.4/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-5.4/ext/curl/
H A Dphp_curl.h161 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
/PHP-5.4/ext/standard/
H A Dfilters.c1367 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open() argument
1379 if (options != NULL) { in php_conv_open()
1380 GET_STR_PROP(options, lbchars, lbchars_len, "line-break-chars", 0); in php_conv_open()
1381 GET_UINT_PROP(options, line_len, "line-length"); in php_conv_open()
1423 if (options != NULL) { in php_conv_open()
1427 GET_STR_PROP(options, lbchars, lbchars_len, "line-break-chars", 0); in php_conv_open()
1428 GET_UINT_PROP(options, line_len, "line-length"); in php_conv_open()
1429 GET_BOOL_PROP(options, opt_binary, "binary"); in php_conv_open()
1430 GET_BOOL_PROP(options, opt_force_encode_first, "force-encode-first"); in php_conv_open()
1464 if (options != NULL) { in php_conv_open()
[all …]
H A Dfile.h80 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC);
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_get.c282 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
286 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
290 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
/PHP-5.4/sapi/isapi/stresstest/
H A Dnotes.txt53 * Make more options configurable: number of threads, iterations, etc.
/PHP-5.4/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt9 …totype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section [, int $options])
H A Dimap_fetchheader_variation5.phpt9 /* Prototype : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
H A Dimap_clearflag_full_basic.phpt9 …learflag_full ( resource $imap_stream , string $sequence , string $flag [, string $options ] )
/PHP-5.4/win32/build/
H A Dconfig.w32114 ERROR("--enable-pgi and --with-pgo options can only be used if PGO capable compiler is present.");
148 // Set some debug/release specific options
164 // Set some debug/release specific options
197 // Set some debug/release specific options
251 // Add compiler and link flags if PGO options are selected
/PHP-5.4/ext/standard/tests/file/
H A Dbug38450.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug38450_1.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug38450_3.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dfopencookie.phpt24 function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.4/ext/mysqli/tests/
H A Dbug55283.phpt2 Bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections)
/PHP-5.4/sapi/embed/
H A Dphp_embed.c204 SG(options) |= SAPI_OPTION_NO_CHDIR; in php_embed_init()
/PHP-5.4/Zend/
H A Dzend_builtin_functions.c230 ZEND_ARG_INFO(0, options)
235 ZEND_ARG_INFO(0, options)
2086 long options = 0; in ZEND_FUNCTION() local
2089 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
2156 if (ptr->function_state.arguments && (options & DEBUG_BACKTRACE_IGNORE_ARGS) == 0) { in ZEND_FUNCTION()
2243 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit … in zend_fetch_debug_backtrace() argument
2335 if ((options & DEBUG_BACKTRACE_PROVIDE_OBJECT) != 0) { in zend_fetch_debug_backtrace()
2346 if ((options & DEBUG_BACKTRACE_IGNORE_ARGS) == 0 && in zend_fetch_debug_backtrace()
2417 long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
2420 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &options, &limit) == FAILURE) { in ZEND_FUNCTION()
[all …]

Completed in 66 milliseconds

1...<<11121314151617