Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 129) sorted by path

123456

/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
H A Dzend_builtin_functions.stub.php177 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {}
179 function debug_print_backtrace(int $options = 0, int $limit = 0): void {}
/php-src/build/
H A Dgen_stub.php5899 $options = getopt( variable
/php-src/ext/bz2/
H A Dbz2.c181 int options, in _php_stream_bz2open()
H A Dphp_bz2.h53 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/php-src/ext/curl/
H A Dcurl.stub.php3644 function curl_setopt_array(CurlHandle $handle, array $options): bool {}
H A Dinterface.c2340 zend_long options; in PHP_FUNCTION() local
H A Dmulti.c492 zend_long options; in PHP_FUNCTION() local
H A Dshare.c82 zend_long options; in PHP_FUNCTION() local
/php-src/ext/date/lib/
H A Dparse_date.c25525 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes()
H A Dtimelib.c305 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
/php-src/ext/date/
H A Dphp_date.c2409 int options = 0; in php_date_initialize() local
5054 …*dpobj, zend_class_entry* base_ce, char *isostr, size_t isostr_len, zend_long options, zend_long *… in date_period_init_iso8601_string()
5090 static bool date_period_init_finish(php_period_obj *dpobj, zend_long options, zend_long recurrences) in date_period_init_finish()
5116 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
5144 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
H A Dphp_date.stub.php736 … public static function createFromISO8601String(string $specification, int $options = 0): static {}
744 public function __construct($start, $interval = UNKNOWN, $end = UNKNOWN, $options = UNKNOWN) {}
/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
H A Dhtml_document.c371 zend_long options, in dom_post_process_html5_loading()
717 static bool check_options_validity(uint32_t arg_num, zend_long options) in check_options_validity()
769 static bool dom_should_register_error_handlers(zend_long options) in dom_should_register_error_handlers()
782 zend_long options = 0; in PHP_METHOD() local
934 zend_long options = 0; in PHP_METHOD() local
H A Dnode.c2410 zval *options; in PHP_METHOD() local
H A Dphp_dom.stub.php414 public function getRootNode(?array $options = null): DOMNode {}
822 public function load(string $filename, int $options = 0): bool {}
825 public function loadXML(string $source, int $options = 0): bool {}
834 public function save(string $filename, int $options = 0): int|false {}
838 public function loadHTML(string $source, int $options = 0): bool {}
841 public function loadHTMLFile(string $filename, int $options = 0): bool {}
871 public function xinclude(int $options = 0): int|false {}
1159 public function getRootNode(array $options = []): Node {}
1598 public function saveXMLFile(string $filename, int $options = 0): int|false {}
1629 public function xinclude(int $options = 0): int|false {}
[all …]
H A Dxml_document.c26 static bool check_options_validity(uint32_t arg_num, zend_long options) in check_options_validity()
134 zend_long options = 0; in load_from_helper() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h107 lxb_selectors_opt_t options; member
/php-src/ext/
H A Dext_skel.php376 $options = process_args($argv, $argc); variable
/php-src/ext/fileinfo/
H A Dfileinfo.c41 zend_long options; member
97 #define FINFO_SET_OPTION(magic, options) \ argument
161 zend_long options = MAGIC_NONE; in PHP_FUNCTION() local
270 zend_long options; in PHP_FUNCTION() local
292 zend_long options = 0; in _php_finfo_get_type() local
H A Dphp_libmagic.c20 zend_string* convert_libmagic_pattern(const char *val, size_t len, uint32_t options) in convert_libmagic_pattern()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2812 int options = 0; in getvalue() local
H A Dsoftmagic.c2276 uint32_t options = 0; in magiccheck() local
/php-src/ext/filter/
H A Dfilter.c247 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter()
372 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options in php_zval_filter_recursive()
467 zval *options = NULL; in php_filter_call() local

Completed in 235 milliseconds

123456