Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.0/ext/standard/tests/streams/
H A Dstream_get_line_NUL_delimiter.phpt7 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) {
/PHP-7.0/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.0/ext/standard/tests/file/
H A Dpathinfo_variation1.phpt7 /* Prototype : array pathinfo(string path[, int options])
25 $options = PATHINFO_DIRNAME;
103 var_dump( pathinfo($value, $options) );
H A Dbug71287.phpt6 public function stream_open($path, $mode, $options, $opened_path) {
/PHP-7.0/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.0/ext/soap/tests/
H A Dtypemap007.phpt38 $options=Array(
47 $client = new TestSoapClient(NULL, $options);
H A Dtypemap003.phpt38 $options=Array(
45 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap004.phpt26 $options=Array(
33 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap009.phpt43 $options=Array(
50 $server = new SoapServer(dirname(__FILE__)."/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(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c208 zval *options = NULL; in PHP_METHOD() local
215 &username, &usernamelen, &password, &passwordlen, &options)) { in PHP_METHOD()
267 if (options) { in PHP_METHOD()
353 goto options; in PHP_METHOD()
356 if (driver->db_handle_factory(dbh, options)) { in PHP_METHOD()
377 options: in PHP_METHOD()
378 if (options) { in PHP_METHOD()
474 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
480 &statement_len, &options)) { in PHP_METHOD()
1201 ZEND_ARG_INFO(0, options) /* array */
[all …]
/PHP-7.0/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.0/ext/tidy/tests/
H A Dtidy_error1.phpt2 Notice triggered by invalid configuration options
/PHP-7.0/ext/intl/uchar/tests/
H A Dbug70453.phpt14 string(7) "options"
/PHP-7.0/ext/phar/
H A Dphar_internal.h548 int phar_open_from_filename(char *fname, int fname_len, char *alias, int alias_len, int options, ph…
549 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
550 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
554 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
584 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
589 …char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_dat…
593 …_stream* fp, char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_dat…
/PHP-7.0/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.0/ext/standard/tests/http/
H A Dbug47021.phpt26 $options = [
33 $ctx = stream_context_create($options);
/PHP-7.0/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.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput392 No options
101 No options
170 No options

Completed in 65 milliseconds

12345678910>>...19