Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...29

/PHP-5.3/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.3/ext/oci8/tests/
H A Ddrcp_cclass1.phpt7 if (!$test_drcp) die("skip testing DRCP connection class only works in DRCP mode");
/PHP-5.3/ext/standard/tests/file/
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_variation2.phpt41 "dev", "ino", "mode", "nlink", "uid", "gid",
H A Dstat_variation8-win32.phpt42 // opening file in r/w mode
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 Dlstat_stat_variation21.phpt37 // opening file in r/w mode
H A Dlstat_stat_variation3.phpt45 "dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation5.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-5.3/sapi/roxen/
H A DTODO31 - change cwd in single threaded mode
/PHP-5.3/Zend/
H A DMakefile.am53 …$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAG…
/PHP-5.3/ext/phar/tests/
H A Dstat.phpt108 ["mode"]=>
163 ["mode"]=>
/PHP-5.3/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.3/ext/dba/
H A Ddba_cdb.c74 switch (info->mode) { in DBA_OPEN_FUNC()
187 if (!mode) in DBA_UPDATE_FUNC()
/PHP-5.3/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()
1887 long mode = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode() local
1921 mode = Z_LVAL_PP(args[skip]); in pdo_stmt_setup_fetch_mode()
1922 flags = mode & PDO_FETCH_FLAGS; in pdo_stmt_setup_fetch_mode()
1935 switch (mode & ~PDO_FETCH_FLAGS) { in pdo_stmt_setup_fetch_mode()
[all …]
/PHP-5.3/ext/spl/
H A Dspl_iterators.h153 regex_mode mode; member
/PHP-5.3/ext/spl/examples/
H A Ddbaarray.inc23 * Open database $file with $handler in read only mode.
/PHP-5.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt23 // enable below to get the output in verbose mode.
/PHP-5.3/ext/pdo/tests/
H A Dbug_38253.phpt2 PDO Common: Bug #38253 (PDO produces segfault with default fetch mode)
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt16 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.3/ext/mysql/tests/
H A Dmysql_set_charset.phpt38 /* unicode mode should throw a warning */
/PHP-5.3/ext/ftp/
H A Dftp.h142 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
/PHP-5.3/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt5 /* Prototype: string php_uname ([ string $mode ] )

Completed in 36 milliseconds

1...<<11121314151617181920>>...29