Home
last modified time | relevance | path

Searched refs:mode (Results 401 – 425 of 728) sorted by relevance

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

/PHP-5.4/ext/intl/tests/
H A Dcollator_asort_variant2.phpt57 // Sort an array in SORT_REGULAR mode using en_US locale.
87 // Sort an array in SORT_STRING mode using en_US locale.
H A Dmsgfmt_clone.phpt8 $GLOBALS['oo-mode'] = true;
H A Ddateformat_clone.phpt9 $GLOBALS['oo-mode'] = true;
H A Ddateformat_clone2.phpt9 $GLOBALS['oo-mode'] = true;
/PHP-5.4/ext/standard/tests/file/
H A Dfstat_basic.phpt42 ["mode"]=>
H A Dbug37158.phpt8 function stream_open($path, $mode, $options, &$opened_path)
H A Dfscanf_variation55.phpt62 foreach($modes as $mode) {
64 echo "\n*** File opened in $mode mode ***\n";
66 $file_handle = fopen($filename, $mode);
100 *** File opened in r mode ***
630 *** File opened in rb mode ***
1160 *** File opened in rt mode ***
H A Duserstreams.phpt86 public $mode;
92 function stream_open($path, $mode, $options, &$opened_path)
95 $this->mode = $mode;
101 if (strchr($mode, 'a'))
H A Dfopen_variation4.phpt7 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
26 $mode = 'r';
28 $fileresource = fopen($filename, $mode);
115 $h = fopen($filename, $mode, false, $value);
H A Dfstat.phpt48 ["mode"]=>
/PHP-5.4/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug42183.phpt2 Bug #42183 (classmap cause crash in non-wsdl mode )
/PHP-5.4/ext/mysqli/tests/
H A Dbug37090.phpt11 die("skip Functionality not available in unicode mode");
/PHP-5.4/Zend/tests/
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
/PHP-5.4/main/
H A Dmain.c119 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
334 int mode; in php_get_display_errors_mode() local
341 mode = PHP_DISPLAY_ERRORS_STDOUT; in php_get_display_errors_mode()
343 mode = PHP_DISPLAY_ERRORS_STDOUT; in php_get_display_errors_mode()
345 mode = PHP_DISPLAY_ERRORS_STDOUT; in php_get_display_errors_mode()
347 mode = PHP_DISPLAY_ERRORS_STDERR; in php_get_display_errors_mode()
349 mode = PHP_DISPLAY_ERRORS_STDOUT; in php_get_display_errors_mode()
351 mode = atoi(value); in php_get_display_errors_mode()
352 if (mode && mode != PHP_DISPLAY_ERRORS_STDOUT && mode != PHP_DISPLAY_ERRORS_STDERR) { in php_get_display_errors_mode()
357 return mode; in php_get_display_errors_mode()
[all …]
/PHP-5.4/ext/zlib/tests/
H A Dgzseek_variation1.phpt2 Test function gzseek() by seeking forward in write mode
H A Dgzencode_error1.phpt79 Warning: gzencode(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENC…
90 Warning: gzencode(): encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENC…
H A Dgzopen_variation8.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
/PHP-5.4/ext/phar/tests/tar/
H A Dlinks2.phpt14 'mode' => 0xA000 + 0644,
/PHP-5.4/ext/standard/
H A Dexec.c171 static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ in php_exec_ex() argument
178 if (mode) { in php_exec_ex()
197 ret = php_exec(mode, cmd, NULL, return_value TSRMLS_CC); in php_exec_ex()
H A Dinfo.h87 PHPAPI char *php_get_uname(char mode);
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_encrypt_variation5.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
32 //in php, it incorrectly reports problems with iv in ECB mode.
33 $mode = MCRYPT_MODE_CBC;
117 var_dump( bin2hex(mcrypt_encrypt($cipher, $key, $data, $mode, $value)));
/PHP-5.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h133 MBFLAPI extern int mbfl_buffer_converter_illegal_mode(mbfl_buffer_converter *convd, int mode);
288 mbfl_ja_jp_hantozen(mbfl_string *string, mbfl_string *result, int mode);
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt15 die("skip: Test cannot be run with SQL mode ANSI");
18 die("skip: Test cannot be run with SQL mode ANSI");
/PHP-5.4/ext/oci8/tests/
H A Dprivileged_connect.phpt22 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d

Completed in 60 milliseconds

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