Home
last modified time | relevance | path

Searched refs:mode (Results 476 – 500 of 728) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.4/ext/phar/tests/
H A Dstat.phpt107 ["mode"]=>
162 ["mode"]=>
/PHP-5.4/ext/dba/
H A Ddba_cdb.c74 switch (info->mode) { in DBA_OPEN_FUNC()
187 if (!mode) in DBA_UPDATE_FUNC()
/PHP-5.4/tests/security/
H A Dopen_basedir.inc16 // Although safe mode has been removed in php 6.0, open_basedir is still valid.
17 // See http://www.php.net/features.safe-mode for more information
/PHP-5.4/ext/zlib/tests/
H A Dgzopen_variation5.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-5.4/ext/standard/tests/file/
H A Dlstat_stat_variation2.phpt41 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dcopy_variation18.phpt36 $stat_keys_to_compare = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dfopen_variation7.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation9.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dlstat_stat_variation21.phpt37 // opening file in r/w mode
H A Dlstat_stat_variation3.phpt45 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dfopen_variation16.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation17.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dstat_variation8-win32.phpt42 // opening file in r/w mode
/PHP-5.4/ext/libxml/tests/
H A Dbug61367-read.phpt30 public function stream_open ( $path , $mode , $options , &$opened_path ) {
/PHP-5.4/sapi/roxen/
H A DTODO31 - change cwd in single threaded mode
/PHP-5.4/ext/spl/examples/
H A Ddbareader.inc25 * Open database $file with $handler in read only mode.
H A Ddbaarray.inc23 * Open database $file with $handler in read only mode.
/PHP-5.4/Zend/
H A DMakefile.am53 …$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAG…
/PHP-5.4/ext/imap/
H A DIMAP_Win32_HOWTO.txt11 Search for '/MT', and change it to '/MD'. If you're compiling in DEBUG mode,
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c105 ZEND_ARG_INFO(0, mode) in ZEND_END_ARG_INFO()
1245 int flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_verify_mode()
1247 mode = mode & ~PDO_FETCH_FLAGS; in pdo_stmt_verify_mode()
1249 if (mode < 0 || mode > PDO_FETCH__MAX) { in pdo_stmt_verify_mode()
1266 switch(mode) { in pdo_stmt_verify_mode()
1290 if (mode >= PDO_FETCH__MAX) { in pdo_stmt_verify_mode()
1878 long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
1912 mode = Z_LVAL_PP(args[skip]); in pdo_stmt_setup_fetch_mode()
1913 flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_setup_fetch_mode()
1926 switch (mode & ~PDO_FETCH_FLAGS) { in pdo_stmt_setup_fetch_mode()
[all …]
/PHP-5.4/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt23 // enable below to get the output in verbose mode.
/PHP-5.4/ext/dba/libflatfile/
H A Dflatfile.c50 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode TSRMLS_DC) { in flatfile_store()
51 if (mode == FLATFILE_INSERT) { in flatfile_store()
/PHP-5.4/ext/ftp/
H A Dftp.h142 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
/PHP-5.4/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt5 /* Prototype: string php_uname ([ string $mode ] )
/PHP-5.4/ext/pdo/tests/
H A Dbug_38253.phpt2 PDO Common: Bug #38253 (PDO produces segfault with default fetch mode)

Completed in 47 milliseconds

1...<<11121314151617181920>>...30