Home
last modified time | relevance | path

Searched refs:options (Results 226 – 250 of 505) sorted by relevance

12345678910>>...21

/php-src/ext/json/tests/
H A Dbug63737.phpt2 Bug #63737 (json_decode does not properly decode with options parameter)
/php-src/ext/simplexml/tests/
H A Dbug74950.phpt14 Fatal error: Uncaught Exception: SimpleXMLElement::__construct(): Argument #2 ($options) is invalid…
/php-src/ext/standard/tests/streams/
H A Dbug53903.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60455_02.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60455_04.phpt9 function stream_open($path, $mode, $options, &$opened_path) {
/php-src/ext/standard/tests/file/
H A Dbug71287.phpt8 public function stream_open($path, $mode, $options, $opened_path) {
/php-src/sapi/cli/tests/
H A D009.phpt2 using invalid combinations of cmdline options
/php-src/ext/date/tests/
H A Dbug54283.phpt16 Deprecated: Calling DatePeriod::__construct(string $isostr, int $options = 0) is deprecated, use Da…
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt15 // set URL and other appropriate options
/php-src/ext/phar/
H A Dphar_internal.h532 …e(char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive_dat…
533 … size_t fname_len, char *alias, size_t alias_len, bool is_data, uint32_t options, phar_archive_dat…
534 … size_t fname_len, char *alias, size_t alias_len, bool is_data, uint32_t options, phar_archive_dat…
538 … size_t fname_len, char *alias, size_t alias_len, bool is_data, uint32_t options, phar_archive_dat…
577 …, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive_dat…
582 …, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive_dat…
586 …, char *fname, size_t fname_len, char *alias, size_t alias_len, uint32_t options, phar_archive_dat…
/php-src/ext/xsl/tests/
H A DsetParameter_exceptions_test.phpt8 function test(array $options) {
17 $xslt->setParameter('', $options);
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt32 int $options = 0,
78 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/php-src/ext/libxml/tests/
H A Dlibxml_set_streams_context_overwrite.phpt11 function stream_open($path, $mode, $options, &$opened_path)
/php-src/ext/mysqli/tests/
H A Dbug73800.phpt20 $link->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE, 1);
/php-src/ext/standard/tests/assert/
H A Dassert_variation.phpt2 assert() - variation - test callback options using ini_get/ini_set/assert_options
61 echo "Reset callback options to use a class method\n";
68 echo "Reset callback options to use an object method\n";
138 Reset callback options to use a class method
159 Reset callback options to use an object method
/php-src/ext/mbstring/
H A Dphp_mbregex.c455 …regex_compile_pattern(const char *pattern, size_t patlen, OnigOptionType options, OnigSyntaxType *… in php_mbregex_compile_pattern() argument
470 …if (!rc || onig_get_options(rc) != options || onig_get_encoding(rc) != enc || onig_get_syntax(rc) … in php_mbregex_compile_pattern()
895 OnigOptionType options; in _php_mb_regex_ereg_exec() local
922 options = MBREX(regex_default_options); in _php_mb_regex_ereg_exec()
924 options |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_ereg_exec()
927 …re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(regex_default_syntax… in _php_mb_regex_ereg_exec()
982 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() argument
1038 if (!_php_mb_regex_init_options(option_str, option_str_len, &options, &syntax)) { in _php_mb_regex_ereg_replace_exec()
1042 options |= MBREX(regex_default_options); in _php_mb_regex_ereg_replace_exec()
1048 re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, syntax); in _php_mb_regex_ereg_replace_exec()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg.c492 HashTable *options = NULL; in PHP_FUNCTION() local
504 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|H", &options) == FAILURE) { in PHP_FUNCTION()
508 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
512 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
518 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
593 HashTable *options = NULL; in PHP_FUNCTION() local
598 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|H", &options) == FAILURE) { in PHP_FUNCTION()
613 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
617 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
1098 …php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op… in phpdbg_stream_url_wrap_php() argument
[all …]
/php-src/ext/hash/
H A Dhash.c615 zend_long options = 0; in PHP_FUNCTION() local
631 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
651 hash->options = options; in PHP_FUNCTION()
654 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
797 if (hash->options & PHP_HASH_HMAC) { in PHP_FUNCTION()
1409 newobj->options = oldobj->options; in php_hashcontext_clone()
1471 ZVAL_LONG(&tmp, hash->options); in PHP_METHOD()
1502 zend_long magic, options; in PHP_METHOD() local
1531 options = Z_LVAL_P(options_zv); in PHP_METHOD()
1532 if (options & PHP_HASH_HMAC) { in PHP_METHOD()
[all …]
/php-src/ext/simplexml/
H A Dsimplexml_arginfo.h7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
15 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
58 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_ftruncate_error_001.phpt12 function stream_open($path, $mode, $options, &$opened_path)
/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options
H A DDOMDocument_load_variation3.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options
/php-src/ext/soap/tests/
H A Dtypemap001.phpt48 $options=Array(
55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap002.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap005.phpt48 $options=Array(
56 $server = new SoapServer(NULL,$options);

Completed in 59 milliseconds

12345678910>>...21