Home
last modified time | relevance | path

Searched defs:options (Results 51 – 75 of 129) sorted by relevance

123456

/php-src/sapi/phpdbg/
H A Dphpdbg.c492 HashTable *options = NULL; in PHP_FUNCTION() local
593 HashTable *options = NULL; in PHP_FUNCTION() local
1098 …p_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phpdbg_stream_url_wrap_php()
/php-src/ext/hash/
H A Dphp_hash.h61 zend_long options; member
/php-src/main/streams/
H A Dphp_stream_context.h51 zval options; /* hash keyed by wrapper family or specific wrapper */ member
H A Dglob_wrapper.c216 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
H A Dcast.c343 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
H A Dtransports.c52 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create()
H A Dphp_stream_transport.h54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
/php-src/ext/zip/
H A Dzip_stream.c280 int options, in php_stream_zip_opener()
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c176 …p_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_url_wrap_php()
H A Dvar.c1310 …options(zval *return_value, const char *buf, const size_t buf_len, HashTable *options, const char*… in php_unserialize_with_options()
1432 HashTable *options = NULL; in PHP_FUNCTION() local
/php-src/ext/gd/
H A Dgd.stub.php733 …ox(float $size, float $angle, string $font_filename, string $string, array $options = []): array|f…
739 …le, int $x, int $y, int $color, string $font_filename, string $text, array $options = []): array|f…
745 …ox(float $size, float $angle, string $font_filename, string $string, array $options = []): array|f…
751 …le, int $x, int $y, int $color, string $font_filename, string $text, array $options = []): array|f…
780 function imageaffinematrixget(int $type, $options): array|false {}
/php-src/ext/pcre/
H A Dphp_pcre.c1143 uint32_t options; /* Execution options */ in php_pcre_match_impl() local
1606 uint32_t options; /* Execution options */ in php_pcre_replace_impl() local
1845 uint32_t options; /* Execution options */ in php_pcre_replace_func_impl() local
2566 uint32_t options; /* Execution options */ in php_pcre_split_impl() local
2925 uint32_t options; /* Execution options */ in php_pcre_grep_impl() local
/php-src/ext/dom/
H A Ddocument.c1318 …zval *id, dom_load_mode mode, const char *source, size_t source_len, size_t options, xmlCharEncodi… in dom_document_parser()
1484 zend_long options = 0; in dom_parse_document() local
1537 zend_long options = 0; in PHP_METHOD() local
1582 zend_long options = 0; in dom_document_save_xml() local
2033 zend_long options = 0; in dom_load_html() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c453 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
629 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
H A DsljitLir.c142 #define SLJIT_KEPT_SAVEDS_COUNT(options) ((options) & 0x3) argument
711 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter()
729 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context()
1198 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter()
1255 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_set_context()
/php-src/ext/session/
H A Dsession.stub.php90 function session_start(array $options = []): bool {}
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c221 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
H A Dpcre2_context.c389 pcre2_set_compile_extra_options(pcre2_compile_context *ccontext, uint32_t options) in pcre2_set_compile_extra_options()
/php-src/ext/date/lib/
H A Dtimelib.c305 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
/php-src/ext/pdo/
H A Dpdo_dbh.c288 zval *options = NULL; in internal_construct() local
552 zval *options = NULL, *value, *item, ctor_args; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_builtin_functions.c1758 zend_long options = 0; in ZEND_FUNCTION() local
1777 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
2080 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
/php-src/ext/bz2/
H A Dbz2.c181 int options, in _php_stream_bz2open()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c799 zend_long options = 0; in PHP_METHOD() local
982 zend_long options = 0; in PHP_METHOD() local
/php-src/ext/pcntl/
H A Dpcntl.c310 zend_long pid, options = 0; in PHP_FUNCTION() local
363 zend_long options = 0; in PHP_FUNCTION() local
/php-src/ext/intl/uchar/
H A Duchar.stub.php1439 …public static function foldCase(int|string $codepoint, int $options = IntlChar::FOLD_CASE_DEFAULT)…

Completed in 106 milliseconds

123456