Home
last modified time | relevance | path

Searched refs:mode (Results 676 – 697 of 697) sorted by last modified time

1...<<2122232425262728

/PHP-7.4/build/
H A Dltmain.sh143 mode=$default_mode
536 --mode) prevopt="--mode" prev=mode ;;
537 --mode=*) mode="$optarg" ;;
607 mode=link
612 mode=compile
619 mode=execute
622 mode=install
625 mode=uninstall
655 case $mode in
6603 case "$mode" in
[all …]
/PHP-7.4/Zend/
H A Dzend_strtod.h27 ZEND_API char * zend_dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve);
/PHP-7.4/Zend/tests/type_declarations/
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_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
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 Dtyped_properties_031.phpt2 Test typed properties coerce int to float even in strict 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 Dinternal_function_strict_mode.phpt2 Scalar type - internal function strict mode
H A Dscalar_strict.phpt2 Scalar type strict mode
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_with_include_and_this.phpt6 function stream_open($path, $mode, $options, $opened_path) {
H A Dbug78340.phpt11 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 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) {
/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

Completed in 69 milliseconds

1...<<2122232425262728