Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 129) sorted by last modified time

123456

/php-src/ext/reflection/
H A Dphp_reflection.stub.php156 public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array {}
829 public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array {}
H A Dphp_reflection.c2288 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_METHOD() local
7153 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_METHOD() local
/php-src/ext/dom/
H A Dnode.c2386 zval *options; in PHP_METHOD() local
H A Ddocument.c1317 …zval *id, dom_load_mode mode, const char *source, size_t source_len, size_t options, xmlCharEncodi… in dom_document_parser()
1483 zend_long options = 0; in dom_parse_document() local
1536 zend_long options = 0; in PHP_METHOD() local
1581 zend_long options = 0; in dom_document_save_xml() local
2032 zend_long options = 0; in dom_load_html() 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 …]
/php-src/ext/filter/
H A Dfilter.c241 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter()
366 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options in php_zval_filter_recursive()
461 zval *options = NULL; in php_filter_call() 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/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/openssl/
H A Dopenssl.c7540 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init()
7655 zend_long options, in php_openssl_encrypt()
7745 zend_long options = 0, tag_len = 16; in PHP_FUNCTION() local
7768 zend_long options, in php_openssl_decrypt()
7846 zend_long options = 0; in PHP_FUNCTION() local
H A Dxp_ssl.c2767 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory()
/php-src/ext/pgsql/
H A Dpgsql.c4467 uint32_t options = PCRE2_NO_AUTO_CAPTURE; in php_pgsql_convert_match() local
/php-src/ext/mbstring/
H A Dmbstring.stub.php209 function mb_ereg_replace(string $pattern, string $replacement, string $string, ?string $options = n… argument
212 function mb_eregi_replace(string $pattern, string $replacement, string $string, ?string $options = … argument
215 …place_callback(string $pattern, callable $callback, string $string, ?string $options = null): stri… argument
223 function mb_ereg_match(string $pattern, string $string, ?string $options = null): bool {} argument
225 function mb_ereg_search(?string $pattern = null, ?string $options = null): bool {}
231 function mb_ereg_search_pos(?string $pattern = null, ?string $options = null): array|false {}
237 function mb_ereg_search_regs(?string $pattern = null, ?string $options = null): array|false {}
239 function mb_ereg_search_init(string $string, ?string $pattern = null, ?string $options = null): boo… argument
252 function mb_regex_set_options(?string $options = null): string {}
/php-src/ext/gmp/
H A Dgmp.c918 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate()
966 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
994 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h107 lxb_selectors_opt_t options; member
/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/zlib/
H A Dzlib.c789 static bool zlib_create_dictionary_string(HashTable *options, char **dict, size_t *dictlen) { in zlib_create_dictionary_string()
871 HashTable *options = NULL; in PHP_FUNCTION() local
1089 HashTable *options = NULL; in PHP_FUNCTION() local
/php-src/main/streams/
H A Dplain_wrapper.c1064 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener()
1208 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener()
1243 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1269 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_plain_files_rename()
1370 …in_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_con… in php_plain_files_mkdir()
1462 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
H A Dxp_socket.c929 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
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 Dglob_wrapper.c216 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_glob_stream_opener()
/php-src/ext/standard/
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dproc_open.c240 static pid_t waitpid_cached(php_process_handle *proc, int *wait_status, int options) in waitpid_cached()
H A Dpassword.c106 …c zend_string* php_password_get_salt(zval *unused_, size_t required_salt_len, HashTable *options) { in php_password_get_salt()
136 static bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash()
177 static zend_string* php_password_bcrypt_hash(const zend_string *password, zend_array *options) { in php_password_bcrypt_hash()
277 static bool php_password_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_argon2_needs_rehash()
303 static zend_string *php_password_argon2_hash(const zend_string *password, zend_array *options, argo… in php_password_argon2_hash()
389 static zend_string *php_password_argon2i_hash(const zend_string *password, zend_array *options) { in php_password_argon2i_hash()
408 static zend_string *php_password_argon2id_hash(const zend_string *password, zend_array *options) { in php_password_argon2id_hash()
548 zval options; in PHP_FUNCTION() local
588 zend_array *options = NULL; in PHP_FUNCTION() local
637 zend_array *options = NULL; in PHP_FUNCTION() local
/php-src/ext/mysqli/
H A Dmysqli_api.c1706 zend_long options; in PHP_FUNCTION() local
/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()

Completed in 194 milliseconds

123456