Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/PHP-7.4/Zend/tests/type_declarations/
H A Dweak_include_strict_2.inc9 takes_int(1.0); // fails in strict mode
H A Dstrict_include_weak_2.inc9 takes_int(1.0); // succeeds in weak mode
H A Dscalar_strict_declaration_placement_008.phpt11 Fatal error: strict_types declaration must not use block mode in %s on line %d
/PHP-7.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-7.4/ext/zip/tests/
H A Dstream_meta_data.phpt45 ["mode"]=>
65 ["mode"]=>
/PHP-7.4/sapi/litespeed/
H A Dconfig.m418 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
21 …BUILD_LITESPEED="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) …
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c583 void zend_accel_shared_protect(int mode) in zend_accel_shared_protect() argument
592 if (mode) { in zend_accel_shared_protect()
593 mode = PROT_READ; in zend_accel_shared_protect()
595 mode = PROT_READ|PROT_WRITE; in zend_accel_shared_protect()
599 mprotect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode); in zend_accel_shared_protect()
608 if (mode) { in zend_accel_shared_protect()
609 mode = PAGE_READONLY; in zend_accel_shared_protect()
611 mode = PAGE_READWRITE; in zend_accel_shared_protect()
616 …if (!VirtualProtect(ZSMMG(shared_segments)[i]->p, ZSMMG(shared_segments)[i]->size, mode, &oldProte… in zend_accel_shared_protect()
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc59 function icacls_set($path, $mode, $perm) {
87 if ($mode == PHPT_ACL_GRANT) {
88 $mode = 'grant';
90 $mode = 'deny';
125 $cmd = $icacls . ' ' . $path_escaped . ' /' . $mode . ' ' . $user;
/PHP-7.4/ext/dba/
H A Ddba.c57 ZEND_ARG_INFO(0, mode)
64 ZEND_ARG_INFO(0, mode)
307 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
314 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
575 static void php_dba_update(INTERNAL_FUNCTION_PARAMETERS, int mode) in php_dba_update() argument
598 if (info->hnd->update(info, key_str, key_len, val, val_len, mode) == SUCCESS) { in php_dba_update()
649 char mode[4], *pmode, *lock_file_mode = NULL; in php_dba_open() local
739 strlcpy(mode, Z_STRVAL(args[1]), sizeof(mode)); in php_dba_open()
740 pmode = &mode[0]; in php_dba_open()
870 info->mode = modenr; in php_dba_open()
[all …]
H A Dphp_dba.h38 int mode; /* LOCK_EX,LOCK_SH */ member
45 dba_mode_t mode; member
101 int dba_update_##x(dba_info *info, char *key, size_t keylen, char *val, size_t vallen, int mode)
/PHP-7.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-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt30 string $mode,
34 if ($mode[0] !== 'r') {
40 $stream = \fopen($path, $mode);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt41 ["mode"]=>
63 ["mode"]=>
H A Dstream_get_meta_data_file_variation5.phpt46 ["mode"]=>
69 ["mode"]=>
/PHP-7.4/ext/dba/tests/
H A Ddba011.phpt33 Warning: dba_open(%stest0.dbm,q): Illegal DBA mode in %sdba011.php on line %d
36 Warning: dba_open(%stest0.dbm,nq): Illegal DBA mode in %sdba011.php on line %d
/PHP-7.4/ext/standard/tests/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);
H A Dphp_fd_wrapper_02.phpt2 php://fd wrapper: mode is ignored
H A Dbug27508.phpt8 function stream_open($path, $mode, $options, &$opened_path)
11 $this->fp = fopen($url, $mode);
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c285 int c1, c2, s1, s2, mode; in mbfl_filt_conv_wchar_sjis_mac() local
534 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
539 if (mode == 0x1) { in mbfl_filt_conv_wchar_sjis_mac()
561 } else if (mode == 0x2) { in mbfl_filt_conv_wchar_sjis_mac()
569 } else if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
583 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
588 if (mode == 0x2) { in mbfl_filt_conv_wchar_sjis_mac()
615 } else if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
629 mode = (filter->cache & 0xf0000) >> 16; in mbfl_filt_conv_wchar_sjis_mac()
634 if (mode == 0x4) { in mbfl_filt_conv_wchar_sjis_mac()
/PHP-7.4/ext/standard/
H A Dinfo.c657 if (mode == 's') { in php_get_uname()
659 } else if (mode == 'r') { in php_get_uname()
662 } else if (mode == 'n') { in php_get_uname()
664 } else if (mode == 'v') { in php_get_uname()
676 } else if (mode == 'm') { in php_get_uname()
709 if (mode == 's') { in php_get_uname()
711 } else if (mode == 'r') { in php_get_uname()
713 } else if (mode == 'n') { in php_get_uname()
715 } else if (mode == 'v') { in php_get_uname()
717 } else if (mode == 'm') { in php_get_uname()
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.h35 unsigned short mode; member
104 TSRM_API int tsrm_win32_access(const char *pathname, int mode);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php.h43 int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dtar.h55 char mode[8]; member

Completed in 47 milliseconds

1...<<11121314151617181920>>...28