/PHP-5.5/sapi/webjames/ |
H A D | README | 24 other PHP options
|
/PHP-5.5/ext/filter/tests/ |
H A D | bug7586.phpt | 18 'options' => array("min_range"=>1, "max_range"=>10)
|
H A D | 031.phpt | 36 $out = filter_var($float, FILTER_VALIDATE_FLOAT, array("options"=>array('decimal' => $dec)));
|
/PHP-5.5/ext/soap/tests/ |
H A D | typemap005.phpt | 48 $options=Array( 56 $server = new SoapServer(NULL,$options);
|
H A D | typemap006.phpt | 43 $options=Array( 51 $server = new SoapServer(NULL,$options);
|
H A D | typemap013.phpt | 43 $options=Array( 50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
|
/PHP-5.5/sapi/aolserver/ |
H A D | README | 26 <other options> 41 Add a new section to pass options to PHP (required):
|
/PHP-5.5/sapi/cli/tests/ |
H A D | 003.phpt | 2 defining INI options with -d
|
/PHP-5.5/ext/libxml/tests/ |
H A D | bug54440.phpt | 10 function stream_open($path, $mode, $options, &$opened_path)
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | bug37158.phpt | 8 function stream_open($path, $mode, $options, &$opened_path)
|
/PHP-5.5/Zend/tests/ |
H A D | bug38779.phpt | 9 public function stream_open($path, $mode, $options, &$opened_path) {
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | testoutput21-16 | 16 In 16-bit mode with options: S>testdata/saved16LE-1 18 In 32-bit mode with options: S>testdata/saved32LE-1
|
H A D | testoutput21-32 | 16 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 D | bug48764.phpt | 96 function bug($db, $options = array()) { 98 $stmt = $db->prepare("SELECT ?", $options);
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | mysql_pdo_test.inc | 66 $options = $old_options; 68 $options[$k] = $v; 71 foreach ($options as $k => $v)
|
H A D | pdo_mysql_get_attribute.phpt | 80 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 D | php_http.c | 985 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 D | bug52082.phpt | 13 $link->options(MYSQLI_SET_CHARSET_NAME, "latin2");
|
H A D | mysqli_expire_password.phpt | 71 $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 D | hash.c | 342 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 D | socket_set_option_error_socket_option.phpt | 2 Test if socket_set_option() returns 'unable to set socket option' failure for invalid options
|
/PHP-5.5/ext/zip/ |
H A D | php_zip.h | 84 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options,…
|
/PHP-5.5/ext/date/lib/ |
H A D | timelib.h | 76 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 D | README | 52 <further PHP options> 55 You can see the list of valid PHP options by executing
|
/PHP-5.5/ext/curl/ |
H A D | multi.c | 419 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()
|