Home
last modified time | relevance | path

Searched refs:options (Results 176 – 200 of 427) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt2 MySQL PDO->__construct(), options
22 printf("[%03d] Expecting '%s'/%s got '%s'/%s' for options '%s'\n",
81 printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
85 /* TODO getAttribute() is pretty poor in supporting the options, suppress errors */
167 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
173 [023] Expecting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
/PHP-7.4/sapi/cli/tests/
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
H A D009.phpt2 using invalid combinations of cmdline options
/PHP-7.4/ext/dom/tests/
H A Dbug76738.phpt127 $options = 0;
130 $options = LIBXML_HTML_NOIMPLIED;
132 $options = $options | LIBXML_HTML_NODEFDTD;
133 $loaded = @$dom->loadHTML('<?xml encoding="UTF-8">' . $html, $options);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78662.phpt6 function stream_open($path, $mode, $options, &$opened_path)
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) {
/PHP-7.4/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.4/ext/intl/uchar/tests/
H A Dbug70453.phpt14 string(7) "options"
/PHP-7.4/ext/standard/tests/file/
H A Dbug71287.phpt6 public function stream_open($path, $mode, $options, $opened_path) {
/PHP-7.4/ext/tidy/tests/
H A Dtidy_error1.phpt2 Notice triggered by invalid configuration options
/PHP-7.4/ext/soap/tests/
H A Dtypemap003.phpt38 $options=Array(
45 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dtypemap004.phpt26 $options=Array(
33 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dtypemap007.phpt38 $options=Array(
47 $client = new TestSoapClient(NULL, $options);
H A Dtypemap009.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap008.phpt26 $options=Array(
35 $client = new TestSoapClient(NULL, $options);
H A Dclassmap001.phpt39 $options=Array(
44 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
/PHP-7.4/
H A Dbuildconf30 is used to customize the PHP build based on the provided options and system. PHP
37 buildconf [<options>]
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/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.4/ext/ldap/tests/
H A Dldap_set_option_keepalive_basic.phpt2 ldap_set_option() - Basic test for TCP keepalive ldap options
/PHP-7.4/ext/json/tests/
H A Dbug63737.phpt2 Bug #63737 (json_decode does not properly decode with options parameter)

Completed in 43 milliseconds

12345678910>>...18