Home
last modified time | relevance | path

Searched refs:ur (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_008p.phpt16 …ding/"><SOAP-ENV:Body><ns1:echoStringArray><param0 SOAP-ENC:arrayType="xsd:ur-type[0]" xsi:type="S…
H A Dr2_base_008s.phpt18 …AP-ENV:Body><ns1:echoStringArray><inputStringArray SOAP-ENC:arrayType="xsd:ur-type[0]" xsi:type="n…
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt252 $ur = (int)fseek($fp, $offset, $whence);
260 …printf("USER: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $upb, $upa, ftell($fp), $ur, strlen($uline),…
262 if ($rr != $ur || $rline != $uline || $rpa != $position || $upa != $position) {
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1 diff -ur thttpd-2.21b/Makefile.in thttpd-2.21b-cool/Makefile.in
41 diff -ur thttpd-2.21b/config.h thttpd-2.21b-cool/config.h
65 diff -ur thttpd-2.21b/configure thttpd-2.21b-cool/configure
77 diff -ur thttpd-2.21b/configure.in thttpd-2.21b-cool/configure.in
89 diff -ur thttpd-2.21b/fdwatch.c thttpd-2.21b-cool/fdwatch.c
120 diff -ur thttpd-2.21b/libhttpd.c thttpd-2.21b-cool/libhttpd.c
974 diff -ur thttpd-2.21b/libhttpd.h thttpd-2.21b-cool/libhttpd.h
1299 diff -ur thttpd-2.21b/mmc.c thttpd-2.21b-cool/mmc.c
1402 diff -ur thttpd-2.21b/mmc.h thttpd-2.21b-cool/mmc.h
1416 diff -ur thttpd-2.21b/thttpd.c thttpd-2.21b-cool/thttpd.c
[all …]
/PHP-5.5/ext/exif/
H A Dexif.c1364 unsigned_rational ur; member
1761 info_value->ur.num = php_ifd_get32u(vptr, motorola_intel); in exif_iif_add_value()
1762 info_value->ur.den = php_ifd_get32u(4+(char *)vptr, motorola_intel); in exif_iif_add_value()
2050 snprintf(buffer, sizeof(buffer), "%i/%i", info_value->ur.num, info_value->ur.den); in add_assoc_image_info()
2424 php_ifd_set32u(data_ptr, info_value->ur.num, motorola_intel); in exif_ifd_make_value()
2425 php_ifd_set32u(data_ptr+4, info_value->ur.den, motorola_intel); in exif_ifd_make_value()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c214 const ucd_record *ur; in match_ref() local
218 ur = GET_UCD(d); in match_ref()
219 if (c != d && c != d + ur->other_case) in match_ref()
221 const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref()
H A Dpcre_jit_compile.c4580 const ucd_record *ur; in do_utf_caselesscmp() local
4589 ur = GET_UCD(c2); in do_utf_caselesscmp()
4590 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()
4592 pp = PRIV(ucd_caseless_sets) + ur->caseset; in do_utf_caselesscmp()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6103 (?|(Sat)ur|(Sun))day

Completed in 79 milliseconds