Home
last modified time | relevance | path

Searched refs:options (Results 201 – 225 of 490) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/tidy/tests/
H A Dtidy_error1.phpt2 Notice triggered by invalid configuration options
/PHP-7.2/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_4.phpt16 Warning: simplexml_load_string(): Invalid options in %s on line %d
H A Dbug74950.phpt13 Fatal error: Uncaught Exception: Invalid options in %sbug74950.php:%d
/PHP-7.2/ext/standard/tests/streams/
H A Dbug60455_02.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug53903.phpt8 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60455_04.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
H A Dstream_context_set_option_error_001.phpt13 // Array of options
/PHP-7.2/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt31 int $options = 0,
76 * If we call phpdbg_get_executable() and pass no options, the realpath of the
/PHP-7.2/ext/soap/tests/
H A Dclassmap001.phpt39 $options=Array(
44 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap008.phpt26 $options=Array(
35 $client = new TestSoapClient(NULL, $options);
H A Dtypemap001.phpt48 $options=Array(
55 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-7.2/ext/standard/tests/http/
H A Dbug47021.phpt26 $options = [
33 $ctx = stream_context_create($options);
H A Dbug61548.phpt12 $options = [
20 $ctx = stream_context_create($options);
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput392 No options
101 No options
170 No options
H A Dtestoutput22-169 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
H A Dtestoutput22-329 In 16-bit mode with options: S8>testdata/saved16LE-2
11 In 32-bit mode with options: S8>testdata/saved32LE-2
/PHP-7.2/ext/ldap/tests/
H A Dldap_set_option_keepalive_basic.phpt2 ldap_set_option() - Basic test for TCP keepalive ldap options
/PHP-7.2/sapi/cgi/tests/
H A D005-win32.phpt2 using invalid combinations of cmdline options
H A D005.phpt2 using invalid combinations of cmdline options
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2605 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2609 return &options; in XMLRPC_GetDefaultOptions()
2631 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2632 return options->id_case; in XMLRPC_GetDefaultIdCase()
2656 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2657 options->id_case = id_case; in XMLRPC_SetDefaultIdCase()
2658 return options->id_case; in XMLRPC_SetDefaultIdCase()
2682 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2683 return options->id_case_compare; in XMLRPC_GetDefaultIdCaseComparison()
2708 options->id_case_compare = id_case_compare; in XMLRPC_SetDefaultIdCaseComparison()
[all …]
/PHP-7.2/ext/json/tests/
H A Dbug63737.phpt2 Bug #63737 (json_decode does not properly decode with options parameter)
/PHP-7.2/ext/mysqli/tests/
H A Dbug73800.phpt19 $link->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE, 1);
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt11 function stream_open($path, $mode, $options, &$opened_path)
H A DSplFileObject_fflush_basic_001.phpt19 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h404 #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) argument
405 #define ONIG_OPTION_OFF(options,regopt) ((options) &= ~(regopt)) argument
406 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
413 OnigOptionType options; /* default option */ member
683 OnigOptionType options; member
812 void onig_set_syntax_options P_((OnigSyntaxType* syntax, OnigOptionType options));

Completed in 46 milliseconds

12345678910>>...20