Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 98) sorted by last modified time

1234

/PHP-5.5/
H A Dserver-tests.php246 public $options = array(); variable in HTTPRequest
271 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL)
/PHP-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php17 $options = new gtCommandLineOptions(); variable
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php26 protected $options; variable in gtCommandLineOptions
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1061 char *options[] = FPM_PHP_INI_TO_EXPAND; in fpm_conf_process_all_pools() local
/PHP-5.5/main/streams/
H A Dstreams.c1892 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_…
1907 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC)
1970 PHPAPI php_stream *_php_stream_opendir(char *path, int options,
2019 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options,
H A Dtransports.c52 PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int options, in _php_stream_xport_create()
H A Duserspace.c335 …rapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_… in user_wrapper_opener()
441 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
1164 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink()
1211 …pper_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in user_wrapper_rename()
1263 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir()
1321 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir()
H A Dxp_socket.c780 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
H A Dcast.c354 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, char **opened_p… in _php_stream_open_wrapper_as_file()
H A Dglob_wrapper.c210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener()
H A Dmemory.c609 …_url_wrap_rfc2397(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_rfc2397()
H A Dphp_stream_context.h55 zval *options; /* hash keyed by wrapper family or specific wrapper */ member
H A Dphp_stream_plain_wrapper.h55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
H A Dplain_wrapper.c886 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
1024 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
1059 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink()
1085 …iles_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int options, php_stream_con… in php_plain_files_rename()
1169 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
1255 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_plain_files_rmdir()
/PHP-5.5/main/
H A Dphp_streams.h66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
68 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument
79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
80 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
342 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
345 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC) argument
348 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
555 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
556 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
558 #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \ argument
H A DSAPI.h129 int options; member
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen()
/PHP-5.5/ext/zip/
H A Dzip_stream.c240 int options, in php_stream_zip_opener()
H A Dphp_zip.c348 static int php_zip_parse_options(zval *options, long *remove_all_path, in php_zip_parse_options()
1668 zval *options = NULL; in php_zip_add_from_pattern() local
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c369 static void set_output_options(php_output_options* options, zval* output_opts) in set_output_options()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c376 …(*fptr)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int … in xml_element_serialize()
537 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len) in xml_elem_serialize_to_string()
571 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream()
687 xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_EL… in xml_elem_parse_buf()
H A Dxmlrpc.c2610 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local
2636 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local
2661 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local
2687 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local
2712 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCaseComparison() local
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c866 long options = 0; in PHP_METHOD() local
1049 long options = 0; in PHP_METHOD() local
/PHP-5.5/ext/tidy/
H A Dtidy.c1220 zval **options = NULL; in PHP_FUNCTION() local
1277 zval **options = NULL; in PHP_FUNCTION() local
1590 zval **options = NULL; in TIDY_DOC_METHOD() local
1622 zval **options = NULL; in TIDY_DOC_METHOD() local
1654 zval **options = NULL; in TIDY_DOC_METHOD() local

Completed in 201 milliseconds

1234