/PHP-5.5/ext/phar/ |
H A D | stream.h | 24 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS… 27 …rapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_pa… 28 …er_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_conte… 29 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont…
|
H A D | stream.c | 69 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 75 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 110 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 119 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 130 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 142 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 195 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); in phar_wrapper_open_url() 211 …if (context && context->options && zend_hash_find(HASH_OF(context->options), "phar", sizeof("phar"… in phar_wrapper_open_url() 239 if (!*internal_file && (options & STREAM_OPEN_FOR_INCLUDE)) { in phar_wrapper_open_url() 312 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "%s", error); in phar_wrapper_open_url() [all …]
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_fetch_overview_variation3.phpt | 9 /* Prototype : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options]) 15 * Test passing a range of values into the $options argument to imap_fetch_overview(): 29 $options = array ('1', 37 // iterate over each element of $options array 40 foreach($options as $option) { 75 Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d 79 Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d
|
/PHP-5.5/main/streams/ |
H A D | php_stream_plain_wrapper.h | 30 …am_fopen(const char *filename, const char *mode, char **opened_path, int options STREAMS_DC TSRMLS… 33 …ith_path(char *filename, char *mode, char *path, char **opened_path, int options STREAMS_DC TSRMLS… 54 PHPAPI FILE * _php_stream_open_wrapper_as_file(char * path, char * mode, int options, char **opened… 55 …eam_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_as_file((path)… argument
|
/PHP-5.5/ext/filter/tests/ |
H A D | 055.phpt | 9 array("01-23-45-67-89-ab", array("options" => array("separator" => "-"))), 10 array("01-23-45-67-89-ab", array("options" => array("separator" => "."))), 11 array("01-23-45-67-89-ab", array("options" => array("separator" => ":"))), 20 array("01-23-45-67-89-ab", array("options" => array("separator" => "--"))), 21 array("01-23-45-67-89-ab", array("options" => array("separator" => ""))),
|
H A D | 037.phpt | 12 echo filter_input(INPUT_GET, 'a', FILTER_CALLBACK, array("options"=>'myfunc')); 18 echo filter_var($data, FILTER_CALLBACK, array("options"=>'myfunc')); 24 'options' => 'myfunc'
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | stream_context_get_params_001.phpt | 28 [%u|b%"options"]=> 34 [%u|b%"options"]=> 47 [%u|b%"options"]=> 65 [%u|b%"options"]=> 82 [%u|b%"options"]=> 106 [%u|b%"options"]=>
|
H A D | stream_context_set_option_basic.phpt | 13 // Array of options 14 $options = array( 20 var_dump(stream_context_set_option($context, $options));
|
/PHP-5.5/ext/xmlrpc/tests/ |
H A D | bug45556.phpt | 8 $options = array (); 9 $request = xmlrpc_encode_request ("system.describeMethods", $options); 25 $options = array ('output_type' => 'xml', 'version' => 'xmlrpc'); 26 xmlrpc_server_call_method ($server, $request, NULL, $options);
|
/PHP-5.5/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 915 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink() 922 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink() 933 if (options & REPORT_ERRORS) { in php_stream_ftp_unlink() 986 if (options & REPORT_ERRORS) { in php_stream_ftp_rename() 997 if (options & REPORT_ERRORS) { in php_stream_ftp_rename() 1008 if (options & REPORT_ERRORS) { in php_stream_ftp_rename() 1044 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir() 1051 if (options & REPORT_ERRORS) { in php_stream_ftp_mkdir() 1138 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir() 1145 if (options & REPORT_ERRORS) { in php_stream_ftp_rmdir() [all …]
|
H A D | php_fopen_wrapper.c | 206 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php() 207 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php() 216 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php() 217 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php() 267 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php() 273 if ((options & STREAM_OPEN_FOR_INCLUDE) && !PG(allow_url_include) ) { in php_stream_url_wrap_php() 274 if (options & REPORT_ERRORS) { in php_stream_url_wrap_php() 283 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, in php_stream_url_wrap_php() 295 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, in php_stream_url_wrap_php() 302 php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, in php_stream_url_wrap_php() [all …]
|
H A D | php_fopen_wrappers.h | 26 …m_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_pa… 27 …am_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_pa…
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug28969.phpt | 14 function __construct($wsdl, $options) { 15 parent::__construct($wsdl, $options); 16 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug29844.phpt | 18 function __construct($wsdl, $options) { 19 parent::__construct($wsdl, $options); 20 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug42692.phpt | 15 function __construct($wsdl, $options) { 16 parent::__construct($wsdl, $options); 17 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug46419.phpt | 13 function __construct($wsdl, $options) { 14 parent::__construct($wsdl, $options); 15 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug34643.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 21 $this->server = new SoapServer($wsdl, $options);
|
/PHP-5.5/ext/soap/tests/ |
H A D | transport001.phpt | 13 function __construct($wsdl, $options) { 14 parent::__construct($wsdl, $options); 15 $this->server = new SoapServer($wsdl, $options);
|
H A D | classmap003.phpt | 30 function __construct($wsdl, $options) { 31 parent::__construct($wsdl, $options); 32 $this->server = new SoapServer($wsdl, $options);
|
/PHP-5.5/ext/bz2/ |
H A D | php_bz2.h | 50 …_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_pa… 54 …p_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path),… argument
|
/PHP-5.5/ext/sockets/tests/ |
H A D | socket_set_option_seolinger.phpt | 24 $options = array("l_onoff" => 1, "l_linger" => 1); 25 $retval_2 = socket_set_option( $socket, SOL_SOCKET, SO_LINGER, $options); 33 var_dump($retval_3["l_linger"] === $options["l_linger"]); 35 var_dump((bool)$retval_3["l_onoff"] === (bool)$options["l_onoff"]);
|
H A D | socket_set_option_rcvtimeo.phpt | 24 $options = array("sec" => 1, "usec" => 0); 25 $retval_2 = socket_set_option( $socket, SOL_SOCKET, SO_RCVTIMEO, $options); 29 var_dump($retval_3 === $options);
|
H A D | socket_set_option_sndtimeo.phpt | 24 $options = array("sec" => 1, "usec" => 0); 25 $retval_2 = socket_set_option( $socket, SOL_SOCKET, SO_SNDTIMEO, $options); 29 var_dump($retval_3 === $options);
|
/PHP-5.5/ext/curl/tests/ |
H A D | curl_copy_handle_variation2.phpt | 2 Test curl_copy_handle() add options to the handles 12 but this can only check on a limited amount of options... 15 echo "*** Testing curl_copy_handle(): add options after copy ***\n"; 39 *** Testing curl_copy_handle(): add options after copy ***
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd.c | 74 if (conn->options->charset_name) { in MYSQLND_METHOD() 82 if (conn->options->num_commands) { in MYSQLND_METHOD() 91 if (conn->options->cfg_file) { in MYSQLND_METHOD() 93 conn->options->cfg_file = NULL; in MYSQLND_METHOD() 95 if (conn->options->cfg_section) { in MYSQLND_METHOD() 99 if (conn->options->connect_attr) { in MYSQLND_METHOD() 460 if (options->charset_name && (charset = mysqlnd_find_charset_name(options->charset_name))) { in mysqlnd_switch_to_ssl_if_needed() 749 if (net && (net->data->options.ssl_key || net->data->options.ssl_cert || in MYSQLND_METHOD() 750 net->data->options.ssl_ca || net->data->options.ssl_capath || net->data->options.ssl_cipher)) in MYSQLND_METHOD() 1840 int1store(bits, options); [all …]
|