Searched refs:ur (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_008p.phpt | 16 …ding/"><SOAP-ENV:Body><ns1:echoStringArray><param0 SOAP-ENC:arrayType="xsd:ur-type[0]" xsi:type="S…
|
H A D | r2_base_008s.phpt | 18 …AP-ENV:Body><ns1:echoStringArray><inputStringArray SOAP-ENC:arrayType="xsd:ur-type[0]" xsi:type="n…
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | userstreams.phpt | 252 $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.4/sapi/thttpd/ |
H A D | thttpd_patch | 1 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.4/ext/exif/ |
H A D | exif.c | 1364 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.4/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 214 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 D | pcre_jit_compile.c | 4547 const ucd_record *ur; in do_utf_caselesscmp() local 4556 ur = GET_UCD(c2); in do_utf_caselesscmp() 4557 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp() 4559 pp = PRIV(ucd_caseless_sets) + ur->caseset; in do_utf_caselesscmp()
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 6079 (?|(Sat)ur|(Sun))day
|
Completed in 76 milliseconds