Home
last modified time | relevance | path

Searched refs:options (Results 126 – 150 of 406) sorted by relevance

12345678910>>...17

/PHP-5.4/ext/filter/tests/
H A D053.phpt10 'options' => 'filter_test',
H A Dcallback_closure.phpt11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=> $callback)));
H A Dcallback_non_modified_var.phpt11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=>'callback')));
H A Dbug50632.phpt7 …ET, 'foo', FILTER_VALIDATE_INT, array('flags' => FILTER_REQUIRE_SCALAR, 'options' => array('defaul…
/PHP-5.4/ext/standard/tests/file/
H A Dbug60120.phpt27 $options = array_merge(array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => f…
28 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
H A Dpathinfo_variation1.phpt7 /* Prototype : array pathinfo(string path[, int options])
25 $options = PATHINFO_DIRNAME;
103 var_dump( pathinfo($value, $options) );
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c448 …_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType options, OnigEncoding enc… in php_mbregex_compile_pattern() argument
457 …if (found == FAILURE || (*rc)->options != options || (*rc)->enc != enc || (*rc)->syntax != syntax)… in php_mbregex_compile_pattern()
458 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
698 OnigOptionType options; in _php_mb_regex_ereg_exec() local
707 options = MBREX(regex_default_options); in _php_mb_regex_ereg_exec()
709 options |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_ereg_exec()
787 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec() argument
851 _php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval); in _php_mb_regex_ereg_replace_exec()
853 options |= MBREX(regex_default_options); in _php_mb_regex_ereg_replace_exec()
870 …re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), sy… in _php_mb_regex_ereg_replace_exec()
[all …]
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt2 MySQL PDO->__construct(), options
22 printf("[%03d] Execting '%s'/%s got '%s'/%s' for options '%s'\n",
79 printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
83 /* TODO getAttribute() is pretty poor in supporting the options, suppress errors */
165 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
180 [021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE'
181 [023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_auth.c40 const MYSQLND_OPTIONS * const options, in mysqlnd_auth_handshake() argument
87 auth_packet->max_packet_size = options->max_allowed_packet; in mysqlnd_auth_handshake()
88 if (options->charset_name && (charset = mysqlnd_find_charset_name(options->charset_name))) { in mysqlnd_auth_handshake()
363 const MYSQLND_OPTIONS * const options, unsigned long mysql_flags in mysqlnd_native_auth_get_auth_data() argument
421 const MYSQLND_OPTIONS * const options, unsigned long mysql_flags in mysqlnd_pam_auth_get_auth_data() argument
/PHP-5.4/ext/tidy/tests/
H A D015.phpt2 Passing configuration options through tidy_parse_file().
H A D014.phpt2 Passing configuration options through tidy_parse_string().
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug35142.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
H A Dbug36226.phpt21 function __construct($wsdl, $options) {
22 parent::__construct($wsdl, $options);
23 $this->server = new SoapServer($wsdl, $options);
H A Dbug41477.phpt18 string(7) "options"
H A Dbug30045.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
/PHP-5.4/ext/pdo/
H A DTODO25 with the same meanings as those options from oci8.
42 Add ini options:
54 The INI options are useful for administrative tracing/debugging.
H A Dpdo_dbh.c212 zval *options = NULL; in PHP_METHOD() local
276 if (options) { in PHP_METHOD()
380 goto options; in PHP_METHOD()
383 if (driver->db_handle_factory(dbh, options TSRMLS_CC)) { in PHP_METHOD()
404 options: in PHP_METHOD()
405 if (options) { in PHP_METHOD()
415 zend_hash_move_forward(Z_ARRVAL_P(options)); in PHP_METHOD()
517 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local
521 &statement_len, &options)) { in PHP_METHOD()
1233 ZEND_ARG_INFO(0, options) /* array */
[all …]
/PHP-5.4/ext/pcntl/
H A Dtest-pcntl.php39 pcntl_waitpid($pid, &$status, $options);
/PHP-5.4/ext/soap/tests/
H A Dtypemap010.phpt43 $options=Array(
50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap011.phpt33 $options=Array(
40 $client = new TestSoapClient(dirname(__FILE__)."/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(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-5.4/
H A Dserver-tests.php246 public $options = array(); variable in HTTPRequest
271 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL) argument
275 $this->options = $options;
285 if (isset($this->options['timeout']))
286 $this->timeout = (int)$this->options['timeout'];
336 if (isset($this->options['proxy_host'])) {
1293 $options = array();
1294 $options['method']=$method;
1295 if (isset($this->conf['timeout'])) $options['timeout'] = $this->conf['timeout'];
1296 if (isset($this->conf['proxy_host'])) $options['proxy_host'] = $this->conf['proxy_host'];
[all …]
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar30 $options->parse($argv);
36 if($options->hasOption('h')) {
48 if($options->hasOption('s')) {
54 if($options->hasOption('c')) {
55 $name = $options->getOption('c')."_".$options->getOption('m');
56 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
67 if($options->hasOption('f')) {
76 if($options->hasOption('b')) {
89 if($options->hasOption('e')) {
104 if($options->hasOption('v')) {
[all …]
/PHP-5.4/sapi/thttpd/
H A DREADME33 http://acme.com/software/thttpd/options.html#CGI_PATTERN
73 <further PHP options>
77 You can see the list of valid PHP options by executing

Completed in 50 milliseconds

12345678910>>...17