Home
last modified time | relevance | path

Searched defs:mode (Results 76 – 100 of 116) sorted by relevance

12345

/PHP-5.4/main/
H A Dphp_ini.c41 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
/PHP-5.4/ext/phar/
H A Dtar.c455 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) in phar_parse_tarfile() argument
/PHP-5.4/
H A Dserver-tests.php140 function mkpath($path,$mode = 0777) {
/PHP-5.4/ext/com_dotnet/
H A Dcom_com.c46 int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0; in PHP_FUNCTION() local
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c895 …har *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) in php_apache_value_handler_ex()
1133 …char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) in php_apache_flag_handler_ex()
/PHP-5.4/ext/mysqli/
H A Dmysqli_nonapi.c372 long mode = MYSQLND_FETCH_NUM; local
H A Dphp_mysqli_structs.h138 int mode; member
/PHP-5.4/ext/oci8/
H A Doci8_statement.c995 int mode = OCI_DATA_AT_EXEC; in php_oci_bind_by_name() local
H A Doci8.c2571 void php_oci_fetch_row (INTERNAL_FUNCTION_PARAMETERS, int mode, int expected_args) in php_oci_fetch_row()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c242 #define S_ISDIR(mode) ((mode) & _S_IFDIR) argument
797 apprentice_list(struct mlist *mlist, int mode) in apprentice_list()
/PHP-5.4/ext/spl/
H A Dspl_iterators.c107 RecursiveIteratorMode mode; member
450 long mode, flags; in spl_recursive_it_it_construct() local
1485 long mode = REGIT_MODE_MATCH; in spl_dual_it_construct() local
2123 long mode; in SPL_METHOD() local
H A Dspl.php970 function openFile($mode = 'r', $use_include_path = false, $context = NULL) {/**/}
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c95 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) argument
738 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_add()
751 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, int fd) /* {{{ */ in php_cli_server_poller_remove()
/PHP-5.4/main/streams/
H A Dstreams.c1897 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_…
2024 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options,
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c1243 static int pdo_stmt_verify_mode(pdo_stmt_t *stmt, long mode, int fetch_all TSRMLS_DC) /* {{{ */ in pdo_stmt_verify_mode()
1878 long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
/PHP-5.4/ext/libxml/
H A Dlibxml.c290 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
/PHP-5.4/ext/ftp/
H A Dftp.c591 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
/PHP-5.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c205 mbfl_buffer_converter_illegal_mode(mbfl_buffer_converter *convd, int mode) in mbfl_buffer_converter_illegal_mode()
1964 int mode) in mbfl_ja_jp_hantozen()
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c1993 sljit_ub mode,
2082 sljit_ub mode, sljit_si set_flags,
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c1178 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS, int mode) in _php_mb_regex_ereg_search_exec()
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c908 int mode = INV_READ; in PHP_METHOD() local
/PHP-5.4/ext/zip/
H A Dphp_zip.c1317 char *mode = NULL; in PHP_NAMED_FUNCTION() local
2591 char *mode = "rb"; in ZIPARCHIVE_METHOD() local
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c916 void php_odbc_fetch_attribs(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_fetch_attribs()
2981 static void php_odbc_lasterror(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_odbc_lasterror()
/PHP-5.4/ext/dom/
H A Dnode.c1748 static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in dom_canonicalization()
/PHP-5.4/ext/standard/
H A Dimage.c1391 static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int mode) { /* {{{ */ in php_getimagesize_from_any()

Completed in 155 milliseconds

12345