Home
last modified time | relevance | path

Searched refs:d (Results 6601 – 6625 of 6651) sorted by relevance

1...<<261262263264265266267

/php-src/ext/pcre/tests/
H A D005.phpt69 '((?(1)(?(3)[^:\n]+|\2)|[^:\n]+)):(\d+): (?:(error|warning):\s+)?(.+)'.
70 … str_repeat('(?:\s+\5:(\d+): (?:(error|warning):\s+)?(.+))?', 99). // capture up to 100 errors
/php-src/ext/mbstring/tests/
H A Dmb_strcut.phpt20 …ae2045e28b856461203d2051'); // has 2 multi-byte characters: [e288ae 20 45 e28b85 64 61 20 3d 20 51]
289 [30 31 32 33 a4b3 a4ce cab8 bbfa cef3 a4cf c6fc cbdc b8ec a4c7 a4b9 a1a3 45 55 43 2d 4a 50 a4f2 bbc…
H A Diso2022jp_2004_encoding.phpt53 if (sscanf($line, "%d-%x\tU+%x+%x", $type, $bytes, $cp1, $cp2) >= 3) {
/php-src/ext/opcache/jit/ir/
H A Dir.h138 _(DOUBLE, double, d, IR_TYPE_FP) \
408 double d; member
/php-src/ext/pdo/
H A Dpdo_sql_parser.re349 const char *tmpl = stmt->named_rewrite_template ? stmt->named_rewrite_template : ":pdo%d";
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_arm64.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
/php-src/Zend/
H A Dzend_portability.h807 double d; member
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c540 double a, b, c, d; in filter_bspline() local
549 if ((xm1) <= 0.0f) d = 0.0f; else d = xm1*xm1*xm1; in filter_bspline()
551 return (0.16666666666666666667f * (a - (4.0f * b) + (6.0f * c) - (4.0f * d))); in filter_bspline()
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt3115 &equals; => = 3d
3838 &rbrace; => } 7d
3839 &rbrack; => ] 5d
3846 &rcub; => } 7d
3898 &rsqb; => ] 5d
/php-src/ext/exif/
H A Dexif.c1780 double d; member
2315 info_value->d = php_ifd_get_double(value); in exif_iif_add_value()
2589 add_assoc_double(&tmpi, name, info_value->d); in add_assoc_image_info()
2591 add_index_double(&array, ap, info_value->d); in add_assoc_image_info()
2852 memcpy(data_ptr, &info_value->d, 8); in exif_ifd_make_value()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c129 #define D(d) ((sljit_ins)reg_map[d] << 11) argument
132 #define FD(d) ((sljit_ins)freg_map[d] << 6) argument
136 #define DA(d) ((sljit_ins)(d) << 11) argument
919 #define SELECT_OP(d, w) (w) argument
921 #define SELECT_OP(d, w) (!(op & SLJIT_32) ? (d) : (w)) argument
/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type1.phpt9 $date_format = 'Y-m-d H:i:s e';
H A Drfc-datetime_and_daylight_saving_time-type2.phpt9 $date_format = 'Y-m-d H:i:s T e';
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst127 instructions ourselves at will. Some of these instructions look very similar to something you'd find
/php-src/
H A Dconfigure.ac353 if test -d /usr/pkg/include && test -d /usr/pkg/lib; then
357 test -d /usr/ucblib && PHP_ADD_LIBPATH(/usr/ucblib)
1051 PHP_INIT_DTRACE([Zend/zend_dtrace.d],[Zend/zend_dtrace_gen.h],[main/main.c Zend/zend_API.c \
/php-src/ext/mbstring/libmbfl/
H A DLICENSE175 d) If a facility in the modified Library refers to a function or a
185 application. Therefore, Subsection 2d requires that any
311 d) If distribution of the work is made by offering access to copy
/php-src/ext/standard/tests/file/
H A Dfscanf_variation55.phpt43 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
/php-src/ext/dom/lexbor/
H A DLICENSE107 (d) If the Work includes a "NOTICE" text file as part of its
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst170 You may execute PHP with the ``-d opcache.protect_memory=1`` flag to mark the shared memory as
/php-src/ext/bcmath/libbcmath/
H A DLICENSE178 d) If a facility in the modified Library refers to a function or a
188 application. Therefore, Subsection 2d requires that any
314 d) If distribution of the work is made by offering access to copy
/php-src/ext/standard/
H A Dfilters.c190 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d argument
/php-src/ext/mbstring/
H A Dmbstring.c5099 uint32_t d; in mb_fast_check_utf8_default() local
5125 if (((d = *(++p)) & 0xc0) != 0x80) { in mb_fast_check_utf8_default()
5144 if ((*(++p) & 0xc0) != 0x80 || (c == 0xe0 && (d & 0x20) == 0) || (c == 0xed && d >= 0xa0)) { in mb_fast_check_utf8_default()
5153 …!= 0x80 || (*(++p) & 0xc0) != 0x80 || (c == 0xf0 && (d & 0x30) == 0) || (c > 0xf4 || (c == 0xf4 &&… in mb_fast_check_utf8_default()
/php-src/sapi/cli/
H A Dphp_cli_server.c330 int d = template_map[c].code; in get_template_string() local
331 if (d > code) { in get_template_string()
333 } else if (d < code) { in get_template_string()
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt107 (d) If the Work includes a "NOTICE" text file as part of its

Completed in 109 milliseconds

1...<<261262263264265266267