Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 102) sorted by relevance

12345

/PHP-5.6/ext/fileinfo/
H A Dfileinfo.c47 long options; member
179 #define FINFO_SET_OPTION(magic, options) \ argument
298 long options = MAGIC_NONE; in PHP_FUNCTION() local
385 long options; in PHP_FUNCTION() local
415 long options = 0; in _php_finfo_get_type() local
/PHP-5.6/ext/standard/
H A Dftp_fopen_wrapper.c134 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect()
417 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_url_wrap_ftp()
697 …hp_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_ftp_opendir()
914 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink()
964 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_stream_ftp_rename()
1043 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options in php_stream_ftp_mkdir()
1137 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
H A Dpassword.c180 zval *options; in PHP_FUNCTION() local
223 HashTable *options = 0; in PHP_FUNCTION() local
314 HashTable *options = 0; in PHP_FUNCTION() local
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_auth.c39 const MYSQLND_OPTIONS * const options, in mysqlnd_auth_handshake()
362 const MYSQLND_OPTIONS * const options, in mysqlnd_native_auth_get_auth_data()
422 const MYSQLND_OPTIONS * const options, in mysqlnd_pam_auth_get_auth_data()
483 const MYSQLND_OPTIONS * const options, in mysqlnd_sha256_get_rsa_key()
575 const MYSQLND_OPTIONS * const options, in mysqlnd_sha256_auth_get_auth_data()
/PHP-5.6/ext/zip/examples/
H A Daddglob.php7 $options = array( variable
H A Daddpattern.php6 $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests', variable
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcreposix.c273 int options = 0; in regcomp() local
326 int options = 0; in regexec() local
H A Dpcre_study.c84 const pcre_uchar *startcode, int options, recurse_check *recurses, in find_minlength()
1452 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study()
/PHP-5.6/ext/json/
H A Djson.c218 static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */ in json_pretty_print_char()
685 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()
806 long options = 0; in PHP_FUNCTION() local
837 long options = 0; in PHP_FUNCTION() local
/PHP-5.6/ext/phar/
H A Ddirstream.c302 …n_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, char **opened_… in phar_wrapper_open_dir()
411 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir()
543 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
H A Dstream.c158 …n_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, char **opened_… in phar_wrapper_open_url()
681 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink()
757 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in phar_wrapper_rename()
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c67 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
187 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
H A DsljitNativeX86_64.c91 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
241 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
/PHP-5.6/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php17 $options = new gtCommandLineOptions(); variable
/PHP-5.6/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php26 protected $options; variable in gtCommandLineOptions
/PHP-5.6/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()
/PHP-5.6/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
/PHP-5.6/main/streams/
H A Dplain_wrapper.c892 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
1030 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener()
1065 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1091 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_plain_files_rename()
1175 …in_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_con… in php_plain_files_mkdir()
1261 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
H A Duserspace.c336 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opener()
447 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
1170 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink()
1218 int options, php_stream_context *context TSRMLS_DC) in user_wrapper_rename()
1271 int options, php_stream_context *context TSRMLS_DC) in user_wrapper_mkdir()
1330 int options, php_stream_context *context TSRMLS_DC) in user_wrapper_rmdir()
H A Dphp_stream_plain_wrapper.h55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
/PHP-5.6/sapi/phpdbg/tests/
H A Drun-tests.php120 protected $options = array(); variable in phpdbg\\testing\\TestsConfiguration
547 public $options; variable in phpdbg\\testing\\Test
/PHP-5.6/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregposix.c138 OnigOptionType options; in regcomp() local
172 OnigOptionType options; in regexec() local
/PHP-5.6/ext/curl/
H A Dshare.c99 long options; in PHP_FUNCTION() local
/PHP-5.6/ext/filter/
H A Dfilter.c361 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter()
504 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *c… in php_zval_filter_recursive()
600 zval *options = NULL; in php_filter_call() local

Completed in 69 milliseconds

12345