Home
last modified time | relevance | path

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

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

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt15 // create the file and then open in read mode and try reading
H A Dlstat_stat_variation17.phpt39 $affected_members = array(2, 10, 'mode', 'ctime');
H A Dstat_basic-win32.phpt110 ["mode"]=>
164 ["mode"]=>
H A Dmkdir_variation4.phpt7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
26 $mode = 0777;
116 $h = mkdir($pathname, $mode, $recursive, $value);
H A Dfopen_variation7.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dcopy_variation18.phpt36 $stat_keys_to_compare = array("dev", "ino", "mode", "nlink", "uid", "gid",
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",
/PHP-5.5/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt21 die('SKIP Safe mode is no longer available.');
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt2 PDO_OCI: Attribute: closing a connection in non-autocommit mode commits data
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.h161 void zend_accel_shared_protect(int mode TSRMLS_DC);
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation4.phpt13 /* Prototype : string mcrypt_ecb(string cipher, string key, string data, int mode, string iv)
114 // loop through each element of the array for mode
H A Dmcrypt_decrypt_variation5.phpt11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
32 $mode = MCRYPT_MODE_CBC;
116 var_dump(bin2hex(mcrypt_decrypt($cipher, $key, $data, $mode, $value)));
/PHP-5.5/
H A Dmakerpm69 --enable-safe-mode \
87 --enable-safe-mode \
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c283 int mode = CONST_CS | CONST_PERSISTENT; /* CONST_PERSISTENT is ok here */ in PHP_INI_MH() local
296 mode &= ~CONST_CS; in PHP_INI_MH()
312 php_com_import_typelib(pTL, mode, COMG(code_page) TSRMLS_CC); in PHP_INI_MH()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt111 printf("[023] MySQL Server should indicate autocommit mode, expecting 1, got '%s', [%d] %s\n",
122 printf("[026] Autocommit mode of the MySQL Server should be off, got '%s', [%d] %s\n",
128 printf("[027] MySQL Server should indicate autocommit mode, expecting 1, got '%s', [%d] %s\n",
203 [026] Autocommit mode of the MySQL Server should be off, got '1', [0] 00000
H A Dbug_41997.phpt4 nextRowset() problem with stored proc & emulation mode & mysqlnd
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-read.phpt30 public function stream_open ( $path , $mode , $options , &$opened_path ) {
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc25 * Open database $file with $handler in read only mode.
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation5.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-5.5/sapi/roxen/
H A DTODO31 - change cwd in single threaded mode
/PHP-5.5/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.5/ext/phar/tests/
H A Dstat.phpt107 ["mode"]=>
162 ["mode"]=>
/PHP-5.5/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.5/ext/dba/
H A Ddba_cdb.c74 switch (info->mode) { in DBA_OPEN_FUNC()
187 if (!mode) in DBA_UPDATE_FUNC()

Completed in 32 milliseconds

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