Searched refs:FR (Results 1 – 19 of 19) sorted by relevance
/PHP-8.1/ext/intl/tests/ |
H A D | locale_accept.phpt | 20 'xx, fr-FR;q=0.3, de-DE;q=0.5', 40 Accepting xx, fr-FR;q=0.3, de-DE;q=0.5: de_DE
|
H A D | timezone_IDforWindowsID_basic2.phpt | 14 'Romance Standard Time' => array('001', 'BE', 'DK', 'ES', 'FR'),
|
H A D | timezone_IDforWindowsID_basic.phpt | 15 'Romance Standard Time' => array('001', 'BE', 'DK', 'ES', 'FR'),
|
/PHP-8.1/ext/standard/tests/class_object/ |
H A D | bug78638.phpt | 2 FR: #78638 (__PHP_Incomplete_Class should be final)
|
/PHP-8.1/sapi/cli/tests/ |
H A D | bug69953.phpt | 2 FR #69953 (Support MKCALENDAR request method)
|
H A D | bug67429_1.phpt | 2 FR #67429 (CLI server is missing some new HTTP response codes)
|
H A D | bug67429_2.phpt | 2 FR #67429 (CLI server is missing some new HTTP response codes)
|
/PHP-8.1/ext/xmlwriter/tests/ |
H A D | bug79344.phpt | 2 FR #79344 (xmlwriter_write_attribute_ns: $prefix should be nullable)
|
/PHP-8.1/ext/filter/tests/ |
H A D | bug51368.phpt | 2 FR #51368 (php_filter_float does not allow custom thousand separators)
|
/PHP-8.1/ext/json/tests/ |
H A D | bug62369.phpt | 2 FR #62369 (Segfault on json_encode(deeply_nested_array)
|
/PHP-8.1/ext/curl/tests/ |
H A D | bug77711.phpt | 2 FR #77711 (CURLFile should support UNICODE filenames)
|
/PHP-8.1/ext/ffi/tests/ |
H A D | bug78270_1.phpt | 2 FR #78270 (Usage of __vectorcall convention with FFI)
|
H A D | bug78270_2.phpt | 2 FR #78270 (Usage of __vectorcall convention with FFI)
|
/PHP-8.1/ext/opcache/jit/ |
H A D | Makefile.frag.w32 | 3 …$(PHP_CL) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\minil…
|
/PHP-8.1/ext/pdo/tests/ |
H A D | bug_71885.phpt | 2 PDO Common: FR #71885 (Allow escaping question mark placeholders)
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 118 #define FR(dr) (freg_map[dr]) macro 1511 return FR(reg); in sljit_get_float_register_index() 1541 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG1), src, srcw, dst, dstw)); in sljit_emit_fop1_conv_sw_from_f64() 1551 return emit_op_mem2(compiler, flags ? DOUBLE_DATA : SINGLE_DATA, FR(TMP_FREG1), dst, dstw, 0, 0); in sljit_emit_fop1_conv_sw_from_f64() 1588 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(TMP_FREG1), dst, dstw, 0, 0); in sljit_emit_fop1_conv_f64_from_sw() 1608 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG2), src2, src2w, 0, 0)); in sljit_emit_fop1_cmp() 1652 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(dst_r), src, srcw, dst, dstw)); in sljit_emit_fop1() 1678 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(dst_r), dst, dstw, 0, 0); in sljit_emit_fop1() 1701 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG1), src1, src1w)) { in sljit_emit_fop2() 1709 if (getput_arg_fast(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG2), src2, src2w)) { in sljit_emit_fop2() [all …]
|
/PHP-8.1/win32/build/ |
H A D | Makefile | 231 …$(CC) /nologo /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\d…
|
/PHP-8.1/docs/ |
H A D | release-process.md | 305 V. `s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/`
|
/PHP-8.1/ |
H A D | NEWS | 1564 . Implemented FR #77372 (Relative file path is removed from uploaded file). 1701 . Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael) 1702 . Implemented FR #73385 (Add xxHash support). (Anatol)
|
Completed in 32 milliseconds