Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 141) sorted by path

123456

/php-src/.github/actions/verify-generated-files/
H A Daction.yml1 name: Verify generated files are up to date
/php-src/.github/workflows/
H A Dnightly.yml140 - name: Verify generated files are up to date
283 - name: Verify generated files are up to date
615 - name: Verify generated files are up to date
713 - name: Verify generated files are up to date
764 - name: Verify generated files are up to date
H A Dpush.yml148 - name: Verify generated files are up to date
191 - name: Verify generated files are up to date
/php-src/
H A DCODING_STANDARDS.md241 indentation and comment styles and up to function declaration syntax. Also
263 definitions, comments, and control structures line up correctly.
H A DCONTRIBUTING.md343 fighting publicly - take it up in private email.
380 (i.e. 8.0) and then get merged up to all other branches. All security fixes
H A DREADME.md29 Prebuilt packages and binaries can be used to get up and running fast with PHP.
65 Build PHP. To speed up the build, specify the maximum number of jobs using `-j`:
H A DUPGRADING683 . Improved the performance of FTP uploads up to a factor of 10x for large
690 . Looking up mbstring encoding names is much faster now.
698 . get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S116 # save return address on stack, set up stack frame
H A Dmake_ppc64_sysv_elf_gas.S156 # save return address on stack, set up stack frame
H A Dmake_ppc64_sysv_xcoff_gas.S128 # save return address on stack, set up stack frame
/php-src/Zend/tests/
H A Dbug38287.phpt2 Bug #38287 (static variables mess up global vars)
H A Dbug69640.phpt5 throw new \ParseError('I mess everything up! :trollface:');
8 Parse error: I mess everything up! :trollface: in %sbug69640.php on line 2
H A Dgh13569.phpt2 GH-13569: GC buffer grows up to GC_MAX_BUF_SIZE when scanning WeakMaps
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_class_constant.phpt6 // New in class constants (and static properties) brings up evaluation order questions: When
/php-src/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt2 Stack is cleaned up properly when an exception is thrown during a function call
/php-src/Zend/tests/traits/
H A Dlanguage011.phpt2 Aliasing on conflicting method should not cover up conflict.
/php-src/Zend/tests/type_declarations/variance/
H A Dloading_exception1.phpt23 // Tie up B in a variance obligation.
H A Dloading_exception2.phpt25 // Tie up B in a variance obligation.
/php-src/Zend/tests/use_const/
H A Dno_global_fallback.phpt2 non-existent imported constants should not be looked up in the global table
/php-src/Zend/tests/use_function/
H A Dno_global_fallback.phpt2 non-existent imported functions should not be looked up in the global table
H A Dno_global_fallback2.phpt2 non-existent imported functions should not be looked up in the global table
/php-src/Zend/
H A Dzend_strtod.c1801 int big, denorm, esign, havedig, k, n, nbits, up, zret; local
2073 up = 0;
2080 up = 1;
2083 up = 1 - sign;
2086 up = sign;
2088 if (up) {
/php-src/build/
H A Dlibtool.m4814 # On DJGPP, this test can blow up pretty badly due to problems in libc
829 # On Win9x/ME, this test blows up -- it succeeds, but takes
832 # you end up with a "frozen" computer, even though with patience
1394 # With GCC up to 2.95.x, collect2 would create an import file
2441 # Let's accept both of them until this is cleared up.
2904 # Set up default GNU C++ configuration
3304 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
3916 # This assumes that the test object file only shows up
3943 # Clean up.
5433 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
[all …]
H A Dphp.m4807 dnl Basically sets up the link-stage for building module-name from object_var in
H A Dphp_cxx_compile_stdcxx.m4137 // Hopefully, this will speed up the test.
428 // Hopefully, this will speed up the test.
552 // Hopefully, this will speed up the test.

Completed in 75 milliseconds

123456