Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/intl/tests/
H A Dbug70452.phpt9 // Provide a valid option for the second parameter
11 // Another valid option, but with no corresponding name for that given option
/PHP-7.2/ext/ldap/tests/
H A Dldap_get_option_error.phpt13 $option = null;
22 ldap_get_option($link, LDAP_OPT_PROTOCOL_VERSION, $option, "Additional data"),
23 $option
H A Dldap_get_option_package_basic.phpt2 ldap_get_option() - Basic test for getting the TLS package ldap option
14 // This is a read-only option.
/PHP-7.2/ext/gd/tests/
H A Dbug67248.phpt19 Warning: imageaffinematrixget(): Number is expected as option in %s on line %d
21 Warning: imageaffinematrixget(): Number is expected as option in %s on line %d
23 Warning: imageaffinematrixget(): Number is expected as option in %s on line %d
/PHP-7.2/Zend/tests/
H A Dargument_restriction_004.phpt9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
H A Dargument_restriction_001.phpt6 …public function &test($foo, array $bar, $option = NULL, $extra = "llllllllllllllllllllllllllllllll…
16 … & Sub::test() should be compatible with & Base::test($foo, array $bar, $option = NULL, $extra = '…
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
16 …o, array &$bar) 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-7.2/ext/standard/tests/file/
H A Duserstreams_007.phpt2 User-space streams: test metadata option
9 public function stream_metadata($path, $option, $var) {
10 echo "metadata: $path, $option\n";
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation8.phpt2 Test function get_cfg_var() by calling deprecated option
10 echo "*** Test by calling method or function with deprecated option ***\n";
/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c484 if ((option & ONIG_OPTION_IGNORECASE) != 0) { in _php_mb_regex_get_option_string()
492 if ((option & ONIG_OPTION_EXTEND) != 0) { in _php_mb_regex_get_option_string()
648 if (option != NULL) *option|=optm; in _php_mb_regex_init_options()
1187 OnigOptionType option = 0; in PHP_FUNCTION() local
1203 option |= MBREX(regex_default_options); in PHP_FUNCTION()
1235 OnigOptionType option; in _php_mb_regex_ereg_search_exec() local
1243 option = MBREX(regex_default_options); in _php_mb_regex_ereg_search_exec()
1246 option = 0; in _php_mb_regex_ereg_search_exec()
1363 OnigOptionType option; in PHP_FUNCTION() local
1374 option = MBREX(regex_default_options); in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/curl/tests/
H A Dbug54798-win32.phpt50 foreach($options_to_check as $option) {
51 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug54798.phpt50 foreach($options_to_check as $option) {
51 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug46711.phpt20 foreach( $opt as $option => $value ) {
21 curl_setopt( $ch, $option, $value );
/PHP-7.2/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt29 foreach ($options as $key => $option) {
35 var_dump( imap_fetchbody($stream_id, $msg_uid, $section, $option) );
39 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) );
46 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) );
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_deprecated_salts.phpt15 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
18 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
H A Dpassword_bcrypt_errors.phpt27 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
32 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
37 Deprecated: password_hash(): Use of the 'salt' option to password_hash is deprecated in %s on line …
/PHP-7.2/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-7.2/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt31 foreach( $options as $option ) {
32 $finfo = finfo_open( $option, $magicFile );
34 var_dump( finfo_buffer( $finfo, $string, $option ) );
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-mb.phpt31 foreach( $options as $option ) {
32 $finfo = new finfo( $option, $magicFile );
34 var_dump( $finfo->buffer( $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-7.2/ext/filter/
H A Dfilter.c594 zval *option; in php_filter_call() local
612 filter = zval_get_long(option); in php_filter_call()
616 filter_flags = zval_get_long(option); in php_filter_call()
625 ZVAL_DEREF(option); in php_filter_call()
628 if (Z_TYPE_P(option) == IS_ARRAY) { in php_filter_call()
629 options = option; in php_filter_call()
632 options = option; in php_filter_call()
744 zval *option, *opt, *def; in PHP_FUNCTION() local
749 filter_flags = zval_get_long(option); in PHP_FUNCTION()
821 zval *option; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/curl/
H A Dshare.c74 static int _php_curl_share_setopt(php_curlsh *sh, zend_long option, zval *zvalue, zval *return_valu… in _php_curl_share_setopt() argument
78 switch (option) { in _php_curl_share_setopt()
81 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()
/PHP-7.2/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?! */
86 foreach ($valid_options as $option => $name) {
88 $tmp = @$db->getAttribute($option);
89 if ($tmp !== $defaults[$option])
91 $name, $defaults[$option], gettype($defaults[$option]),

Completed in 43 milliseconds

1234567891011