Home
last modified time | relevance | path

Searched refs:mode (Results 251 – 275 of 728) sorted by relevance

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

/PHP-5.4/ext/phar/
H A Dstream.h24 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS…
27 static php_stream* phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int o…
/PHP-5.4/ext/standard/tests/file/
H A Dfpassthru_variation.phpt60 echo "\n--- Testing with binary mode file ---\n";
61 /* Opening the file in binary read mode */
111 --- Testing with binary mode file ---
H A Dfgets_variation6-win32.phpt30 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
271 -- Testing fgets() with file opened using mode x+ --
305 -- Testing fgets() with file opened using mode x+b --
339 -- Testing fgets() with file opened using mode x+t --
H A Dfgets_variation6.phpt30 echo "\n-- Testing fgets() with file opened using mode $file_mode --\n";
67 -- Testing fgets() with file opened using mode w+ --
101 -- Testing fgets() with file opened using mode w+b --
135 -- Testing fgets() with file opened using mode w+t --
169 -- Testing fgets() with file opened using mode a+ --
203 -- Testing fgets() with file opened using mode a+b --
237 -- Testing fgets() with file opened using mode a+t --
271 -- Testing fgets() with file opened using mode x+ --
305 -- Testing fgets() with file opened using mode x+b --
339 -- Testing fgets() with file opened using mode x+t --
H A Dfscanf_variation52.phpt30 foreach($modes as $mode) {
40 // opening file in $mode mode
41 $file_handle = fopen($filename, $mode);
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_autocommit.phpt22 printf("[002] Server autocommit mode should be on, got '%s'\n", var_export($row['_autocommit']));
30 printf("[004] Server autocommit mode should be off, got '%s'\n", var_export($row['_autocommit']));
34 printf("[005] Cannot turn on server autocommit mode, %s\n", var_export($db->errorInfo(), true));
41 printf("[007] Cannot turn off server autocommit mode, %s\n", var_export($db->errorInfo(), true));
48 printf("[009] Server autocommit mode should be on, got '%s'\n", var_export($row['_autocommit']));
/PHP-5.4/ext/standard/tests/array/
H A Dcount_variation2.phpt2 Test count() function : usage variations - Pass different data types as $mode arg
5 /* Prototype : int count(mixed $var [, int $mode])
11 * Pass different data types as $mode argument to count() to test behaviour
39 // unexpected values to be passed to $mode argument
/PHP-5.4/ext/zip/
H A Dphp_zip.h84 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options,…
85 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC);
/PHP-5.4/ext/dba/
H A Ddba.c58 ZEND_ARG_INFO(0, mode)
65 ZEND_ARG_INFO(0, mode)
300 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
307 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
552 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update() argument
626 char mode[4], *pmode, *lock_file_mode = NULL; in php_dba_open() local
705 strlcpy(mode, Z_STRVAL_PP(args[1]), sizeof(mode)); in php_dba_open()
706 pmode = &mode[0]; in php_dba_open()
814 info->mode = modenr; in php_dba_open()
818 info->lock.mode = lock_mode; in php_dba_open()
[all …]
H A Dphp_dba.h37 int mode; /* LOCK_EX,LOCK_SH */ member
44 dba_mode_t mode; member
100 …int dba_update_##x(dba_info *info, char *key, int keylen, char *val, int vallen, int mode TSRMLS_D…
/PHP-5.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt30 ["mode"]=>
50 ["mode"]=>
/PHP-5.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c283 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
536 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
541 if (mode == 0x1) { in mbfl_filt_conv_wchar_sjis_mac()
563 } else if (mode == 0x2) { in mbfl_filt_conv_wchar_sjis_mac()
571 } else if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
585 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
590 if (mode == 0x2) { in mbfl_filt_conv_wchar_sjis_mac()
617 } else if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
631 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
636 if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_128BitKey.phpt11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
16 …/* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string …
21 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
30 $mode = MCRYPT_MODE_CBC;
64 $res = mcrypt_cbc($cipher, $key, $data, $mode, $iv);
/PHP-5.4/ext/posix/
H A Dposix.c163 ZEND_ARG_INFO(0, mode)
170 ZEND_ARG_INFO(0, mode)
178 ZEND_ARG_INFO(0, mode)
838 long mode; in PHP_FUNCTION() local
849 result = mkfifo(path, mode); in PHP_FUNCTION()
867 long mode; in PHP_FUNCTION() local
875 &mode, &major, &minor) == FAILURE) { in PHP_FUNCTION()
883 if ((mode & S_IFCHR) || (mode & S_IFBLK)) { in PHP_FUNCTION()
901 result = mknod(path, mode, php_dev); in PHP_FUNCTION()
950 long mode = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_php.c26 …r(char *name, int name_length, char *new_value, int new_value_length, int mode, int stage TSRMLS_D… in fpm_php_zend_ini_alter_master() argument
42 ini_entry->modifiable = mode; in fpm_php_zend_ini_alter_master()
80 int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode) /* {{{ */ in fpm_php_apply_defines_ex() argument
95 …if (fpm_php_zend_ini_alter_master(name, name_len+1, value, value_len, mode, PHP_INI_STAGE_ACTIVATE… in fpm_php_apply_defines_ex()
/PHP-5.4/ext/spl/internal/
H A Drecursivetreeiterator.inc31 * @param mode mode passed to RecursiveIteratoIterator (parent)
33 …_flags = self::BYPASS_KEY, $cit_flags = CachingIterator::CATCH_GET_CHILD, $mode = self::SELF_FIRST)
35 parent::__construct(new RecursiveCachingIterator($it, $cit_flags), $mode, $rit_flags);
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt24 function do_query2($dbh, $mode)
26 echo "Mode desired is $mode\n";
27 $s = $dbh->prepare("select dummy from dual", array(PDO::ATTR_CASE, $mode));
/PHP-5.4/sapi/caudium/
H A DTODO22 - change cwd in single threaded mode
23 There will be no single threaded mode support. The Caudium module
/PHP-5.4/sapi/litespeed/
H A Dconfig.m420 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
23 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
/PHP-5.4/ext/gd/libgd/
H A Dgd_pixelate.c3 int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) in gdImagePixelate() argument
12 switch (mode) { in gdImagePixelate()
/PHP-5.4/ext/zip/tests/
H A Dstream_meta_data.phpt40 ["mode"]=>
60 ["mode"]=>
/PHP-5.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt35 ["mode"]=>
57 ["mode"]=>
H A Dstream_get_meta_data_file_variation5.phpt40 ["mode"]=>
63 ["mode"]=>
/PHP-5.4/TSRM/
H A Dtsrm_win32.h33 unsigned short mode; member
101 TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC);
/PHP-5.4/ext/mbstring/
H A Dphp_unicode.c306 int mode = 0; in php_unicode_convert_case() local
312 if (mode) { in php_unicode_convert_case()
317 mode = 0; in php_unicode_convert_case()
321 mode = 1; in php_unicode_convert_case()

Completed in 34 milliseconds

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