Searched refs:fno (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/sapi/fuzzer/ |
H A D | config.m4 | 54 dnl We need to specify -fno-sanitize-recover=undefined here, otherwise ubsan warnings 56 … CFLAGS="$CFLAGS -fsanitize=undefined -fno-sanitize=object-size -fno-sanitize-recover=undefined"
|
/PHP-8.0/TSRM/ |
H A D | tsrm_win32.c | 449 int fno, type_len, read, mode; in popen_ex() local 579 fno = _open_osfhandle((tsrm_intptr_t)in, _O_RDONLY | mode); in popen_ex() 582 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex() 586 stream = _fdopen(fno, type); in popen_ex()
|
/PHP-8.0/build/ |
H A D | libtool.m4 | 2887 # We don't want -fno-exception wen compiling C++ code, so set the 2890 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 4518 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 4520 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], 4522 [-fno-rtti -fno-exceptions], [], 4523 …uiltin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) 4772 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' 5063 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
H A D | php.m4 | 1419 CFLAGS="$CFLAGS -fno-optimize-strlen"
|
/PHP-8.0/.github/workflows/ |
H A D | nightly.yml | 296 CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
|
Completed in 32 milliseconds