Home
last modified time | relevance | path

Searched refs:option (Results 26 – 50 of 207) sorted by relevance

123456789

/PHP-5.5/Zend/tests/
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
16 … of Sub::test() should be compatible with Base::test($foo, array &$bar, $option = NULL, $extra = 3…
H A Dargument_restriction_003.phpt9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
19 … Sub::test() should be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = '…
/PHP-5.5/ext/curl/tests/
H A Dbug46711.phpt20 foreach( $opt as $option => $value ) {
21 curl_setopt( $ch, $option, $value );
H A Dcurl_basic_011.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dcurl_basic_012.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dcurl_basic_013.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
10 * Description: Set an option for a cURL transfer
H A Dcurl_basic_002.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_005.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_004.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
H A Dcurl_basic_006.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
11 * Description: Set an option for a cURL transfer
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt31 foreach( $options as $option ) {
32 $finfo = finfo_open( $option, $magicFile );
34 var_dump( finfo_buffer( $finfo, $string, $option ) );
H A Dfinfo_buffer_variation1.phpt31 foreach( $options as $option ) {
32 $finfo = new finfo( $option, $magicFile );
34 var_dump( $finfo->buffer( $string, $option ) );
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_get_option_error.phpt11 /* Prototype : proto int xml_parser_get_option(resource parser, int option)
23 $option = 10;
25 var_dump( xml_parser_get_option(null, $option, $extra_arg) );
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt13 function set_option_and_check($offset, $option, $value, $option_desc) {
20 $db = new PDO($dsn, $user, $pass, array($option => $value));
21 if (!is_object($db) || ($value !== ($tmp = @$db->getAttribute($option))))
59 /* TODO - why is this a valid option if getAttribute() does not support it?! */
83 foreach ($valid_options as $option => $name) {
85 $tmp = @$db->getAttribute($option);
86 if ($tmp !== $defaults[$option])
88 $name, $defaults[$option], gettype($defaults[$option]),
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_error.phpt10 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
23 $option = '';
25 var_dump( mb_ereg_replace($pattern, $replacement, $string, $option, $extra_arg) );
H A Dmb_ereg_match_error1.phpt10 /* Prototype : bool mb_ereg_match(string $pattern, string $string [,string $option])
26 $option = 'string_val';
28 var_dump( mb_ereg_match($pattern, $string, $option, $extra_arg) );
H A Dmb_ereg_replace_variation1.phpt12 …: proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
23 $option = '';
93 var_dump( mb_ereg_replace($input, $replacement, $string, $option) );
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt12 -k skipif key..................... Skipif option, only used if -s skipif is used.
13 -x extension.......................Skipif option, specify extension to check for
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation3.phpt2 Test imap_fetchheader() function : usage variations - FT_UID option
36 foreach($options as $option) {
38 if(is_string(imap_fetchheader($stream_id, $msg_uid, $option))) {
H A Dimap_fetchbody_variation4.phpt2 Test imap_fetchbody() function : usage variations - FT_UID option
37 foreach($options as $option) {
39 if(is_string(imap_fetchbody($stream_id, $msg_uid, $section, $option))) {
H A Dimap_fetchheader_basic.phpt25 foreach ($options as $key => $option) {
29 var_dump(imap_fetchheader($stream_id, $msg_uid, $option));
31 var_dump(imap_fetchheader($stream_id, $msg_no, $option));
/PHP-5.5/ext/filter/
H A Dfilter.c594 zval **option; in php_filter_call() local
614 PHP_FILTER_GET_LONG_OPT(option, filter); in php_filter_call()
617 …if (zend_hash_find(HASH_OF(*filter_args), "flags", sizeof("flags"), (void **)&option) == SUCCESS) { in php_filter_call()
618 PHP_FILTER_GET_LONG_OPT(option, filter_flags); in php_filter_call()
627 if (Z_TYPE_PP(option) == IS_ARRAY) { in php_filter_call()
628 options = *option; in php_filter_call()
631 options = *option; in php_filter_call()
758 zval **option, **opt, **def; in PHP_FUNCTION() local
763 PHP_FILTER_GET_LONG_OPT(option, filter_flags); in PHP_FUNCTION()
839 zval **option; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt2 Test if socket_set_option() returns 'unable to set socket option' failure for invalid options
33 Warning: socket_set_option(): unable to set socket option [%d]: Permission denied in %s on line %d
H A Dsocket_set_option_bindtodevice.phpt2 Test if socket_set_option() works, option:SO_BINDTODEVICE
37 Warning: socket_set_option(): unable to set socket option [19]: No such device in %s on line %d
/PHP-5.5/ext/standard/
H A Dsyslog.c138 long option, facility; in PHP_FUNCTION() local
142 &ident_len, &option, &facility) == FAILURE) { in PHP_FUNCTION()
152 openlog(BG(syslog_device), option, facility); in PHP_FUNCTION()

Completed in 55 milliseconds

123456789