Home
last modified time | relevance | path

Searched refs:options (Results 201 – 225 of 437) sorted by relevance

12345678910>>...18

/PHP-5.5/sapi/webjames/
H A DREADME24 other PHP options
/PHP-5.5/ext/filter/tests/
H A Dbug7586.phpt18 'options' => array("min_range"=>1, "max_range"=>10)
H A D031.phpt36 $out = filter_var($float, FILTER_VALIDATE_FLOAT, array("options"=>array('decimal' => $dec)));
/PHP-5.5/ext/soap/tests/
H A Dtypemap005.phpt48 $options=Array(
56 $server = new SoapServer(NULL,$options);
H A Dtypemap006.phpt43 $options=Array(
51 $server = new SoapServer(NULL,$options);
H A Dtypemap013.phpt43 $options=Array(
50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-5.5/sapi/aolserver/
H A DREADME26 <other options>
41 Add a new section to pass options to PHP (required):
/PHP-5.5/sapi/cli/tests/
H A D003.phpt2 defining INI options with -d
/PHP-5.5/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/ext/standard/tests/file/
H A Dbug37158.phpt8 function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/Zend/tests/
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-1616 In 16-bit mode with options: S>testdata/saved16LE-1
18 In 32-bit mode with options: S>testdata/saved32LE-1
H A Dtestoutput21-3216 In 16-bit mode with options: S>testdata/saved16LE-1
18 In 32-bit mode with options: S>testdata/saved32LE-1
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug48764.phpt96 function bug($db, $options = array()) {
98 $stmt = $db->prepare("SELECT ?", $options);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc66 $options = $old_options;
68 $options[$k] = $v;
71 foreach ($options as $k => $v)
H A Dpdo_mysql_get_attribute.phpt80 Read options from the named option file instead of from my.cnf.
83 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/PHP-5.5/ext/soap/
H A Dphp_http.c985 char *options = cookie + cookie_len+1; in make_http_soap_request() local
986 while (*options) { in make_http_soap_request()
987 while (*options == ' ') {options++;} in make_http_soap_request()
988 sempos = strstr(options, ";"); in make_http_soap_request()
989 if (strstr(options,"path=") == options) { in make_http_soap_request()
990 eqpos = options + sizeof("path=")-1; in make_http_soap_request()
992 } else if (strstr(options,"domain=") == options) { in make_http_soap_request()
993 eqpos = options + sizeof("domain=")-1; in make_http_soap_request()
995 } else if (strstr(options,"secure") == options) { in make_http_soap_request()
999 options = sempos+1; in make_http_soap_request()
/PHP-5.5/ext/mysqli/tests/
H A Dbug52082.phpt13 $link->options(MYSQLI_SET_CHARSET_NAME, "latin2");
H A Dmysqli_expire_password.phpt71 $link->options(MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS, 0);
82 $link->options(MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS, 1);
94 $link->options(MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS, 1);
/PHP-5.5/ext/hash/
H A Dhash.c342 long options = 0; in PHP_FUNCTION() local
347 …if (zend_parse_parameters(argc TSRMLS_CC, "s|ls", &algo, &algo_len, &options, &key, &key_len) == F… in PHP_FUNCTION()
357 if (options & PHP_HASH_HMAC && in PHP_FUNCTION()
370 hash->options = options; in PHP_FUNCTION()
373 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
512 if (hash->options & PHP_HASH_HMAC) { in PHP_FUNCTION()
584 copy_hash->options = hash->options; in PHP_FUNCTION()
1115 ZEND_ARG_INFO(0, options)
/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
/PHP-5.5/ext/zip/
H A Dphp_zip.h84 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options,…
/PHP-5.5/ext/date/lib/
H A Dtimelib.h76 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
135 void timelib_dump_date(timelib_time *d, int options);
/PHP-5.5/sapi/tux/
H A DREADME52 <further PHP options>
55 You can see the list of valid PHP options by executing
/PHP-5.5/ext/curl/
H A Dmulti.c419 long options; in PHP_FUNCTION() local
422 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlZ", &z_mh, &options, &zvalue) == FAILURE) { in PHP_FUNCTION()
428 if (!_php_curl_multi_setopt(mh, options, zvalue, return_value TSRMLS_CC)) { in PHP_FUNCTION()

Completed in 58 milliseconds

12345678910>>...18