Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 697) sorted by path

12345678910>>...28

/PHP-7.4/
H A DCODING_STANDARDS.md70 in debug mode.
292 The `{{{` symbols are the default folding symbols for the folding mode in Emacs
H A DNEWS584 . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
653 . Fixed bug #76735 (Incorrect message in fopen on invalid mode). (cmb)
1364 . Fixed bug #78386 (fstat mode has unexpected value on PHP 7.4). (cmb)
1466 . The default $mode parameter of imagecropauto() has been changed to
1512 CloudLinux mod_lsapi mode). (George Wang)
1580 . Fixed bug #72685 (Repeated UTF-8 validation of same string in UTF-8 mode).
1669 . Fixed bug #78436 (Missing addref in SplPriorityQueue EXTR_BOTH mode).
1930 CloudLinux mod_lsapi mode). (George Wang)
2476 . Fixed bug #75683 (Memory leak in zend_register_functions() in ZTS mode).
2478 . Fixed bug #75031 (support append mode in temp/memory streams). (adsr)
[all …]
H A DUPGRADING103 . When PREG_UNMATCHED_AS_NULL mode is used, trailing unmatched capturing
588 . The default $mode parameter of imagecropauto() has been changed to
847 . When preg_match() in UTF-8 mode ("u" modifier) is repeatedly called on the
/PHP-7.4/TSRM/
H A Dtsrm_win32.c193 TSRM_API int tsrm_win32_access(const char *pathname, int mode) in tsrm_win32_access() argument
224 int ret = php_win32_ioutil_access_w(pathw, mode); in tsrm_win32_access()
225 if (0 > ret || X_OK == mode || F_OK == mode) { in tsrm_win32_access()
290 if(mode == 0 || mode > 6) { in tsrm_win32_access()
296 } else if(mode <= 2) { in tsrm_win32_access()
302 } else if(mode <= 4) { in tsrm_win32_access()
451 int fno, type_len, read, mode; in popen_ex() local
581 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex()
584 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
682 shm->descriptor->shm_perm.mode = flags; in shmget()
[all …]
H A Dtsrm_win32.h35 unsigned short mode; member
104 TSRM_API int tsrm_win32_access(const char *pathname, int mode);
/PHP-7.4/Zend/tests/
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug38779_1.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug61087.phpt2 Bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
10 Warning: Invalid scanner mode in %s on line %d
H A Dbug78340.phpt11 function stream_open($path, $mode, $options, $opened_path) {
H A Ddebug_backtrace_with_include_and_this.phpt6 function stream_open($path, $mode, $options, $opened_path) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt2 Scalar type - internal function strict mode
H A Dscalar_strict.phpt2 Scalar type strict mode
H A Dscalar_strict_64bit.phpt2 Scalar type strict mode
H A Dscalar_strict_declaration_placement_008.phpt11 Fatal error: strict_types declaration must not use block mode in %s on line %d
H A Dscalar_weak_reference.phpt6 // implicitly weak mode code
H A Dstrict_call_weak.phpt11 // Will succeed: Function was declared in weak mode, but that does not matter
12 // This file uses strict mode, so the call is strict, and float denied for int
H A Dstrict_call_weak_explicit.phpt11 // Will succeed: Function was declared in weak mode, but that does not matter
12 // This file uses strict mode, so the call is strict, and float denied for int
H A Dstrict_include_explicit_weak_2.inc9 takes_int(1.0); // succeeds in weak mode
H A Dstrict_include_weak_2.inc9 takes_int(1.0); // succeeds in weak mode
H A Dstrict_nested.phpt18 takes_int(1.0); // should fail, strict mode
23 takes_int(1.0); // should fail, strict mode
30 takes_int(1.0); // should succeed, weak mode
35 takes_int(1.0); // should succeed, weak mode
H A Dtyped_properties_031.phpt2 Test typed properties coerce int to float even in strict mode
H A Dweak_call_strict.phpt11 // Will succeed: Function was declared in strict mode, but that does not matter
12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_explicit_call_strict.phpt11 // Will succeed: Function was declared in strict mode, but that does not matter
12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_include_strict_2.inc9 takes_int(1.0); // fails in strict mode
/PHP-7.4/Zend/
H A Dzend_compile.c4121 static void zend_compile_static_var_common(zend_string *var_name, zval *value, uint32_t mode) /* {{… in zend_compile_static_var_common() argument
4140 …ded_value = (uint32_t)((char*)value - (char*)CG(active_op_array)->static_variables->arData) | mode; in zend_compile_static_var_common()
5552 uint32_t mode = var_name_ast->attr; in zend_compile_closure_binding() local
5576 (uint32_t)((char*)value - (char*)op_array->static_variables->arData) | mode; in zend_compile_closure_binding()

Completed in 52 milliseconds

12345678910>>...28