Home
last modified time | relevance | path

Searched refs:rv (Results 1 – 25 of 44) sorted by relevance

12

/PHP-5.5/ext/standard/tests/misc/
H A Dbrowsernames.inc37 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030504 Mozilla",
38 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910",
39 "Mozilla/5.0 (X11; U; Linux 2.4.3-20mdk i586; en-US; rv:0.9.1) Gecko/20010611",
40 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.9) Gecko/20050711",
41 "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9) Gecko/2008052906",
43 "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5",
44 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6",
45 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030423 Firebird Browser/0.6",
46 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8",
47 "Mozilla/5.0 (Windows 98; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
[all …]
H A Dget_browser_variation1.phpt473 string(58) "Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.4*) Gecko/*"
683 string(57) "~^mozilla/5\.0 \(x11; .*linux.*; .*rv:1\.7.*\) gecko/.*$~"
685 string(44) "Mozilla/5.0 (X11; *Linux*; *rv:1.7*) Gecko/*"
757 string(58) "Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:1.9*) Gecko/*"
899 string(60) "Mozilla/5.0 (X11; *; Linux*; *; rv:1.*) Gecko/* Firebird/0.*"
969 string(57) "~^mozilla/5\.0 \(x11; .*linux.*; .*rv:1\.4.*\) gecko/.*$~"
971 string(44) "Mozilla/5.0 (X11; *Linux*; *rv:1.4*) Gecko/*"
1113 string(41) "~^mozilla/5\.0 \(.*rv:1\.8.*\) gecko/.*$~"
1115 string(30) "Mozilla/5.0 (*rv:1.8*) Gecko/*"
1185 string(41) "~^mozilla/5\.0 \(.*rv:1\.8.*\) gecko/.*$~"
[all …]
H A Dbrowscap.ini14839 [Mozilla/5.0 (rv:1.*) Gecko/* Firefox/1.5*]
15306 [Mozilla/5.0 (*rv:1.0.*) Gecko/*]
15328 [Mozilla/5.0 (*rv:1.1.*) Gecko/*]
15350 [Mozilla/5.0 (*rv:1.2.*) Gecko/*]
15372 [Mozilla/5.0 (*rv:1.3.*) Gecko/*]
15394 [Mozilla/5.0 (*rv:1.4*) Gecko/*]
15477 [Mozilla/5.0 (*rv:1.5*) Gecko/*]
15560 [Mozilla/5.0 (*rv:1.6*) Gecko/*]
15643 [Mozilla/5.0 (*rv:1.7*) Gecko/*]
15730 [Mozilla/5.0 (*rv:1.8*) Gecko/*]
[all …]
/PHP-5.5/Zend/
H A Dzend_strtod.c479 Bigint *rv; in Balloc() local
499 rv->sign = rv->wds = 0; in Balloc()
500 return rv; in Balloc()
545 return rv; in nrv_alloc()
2173 value(rv) = tens[k - 9] * value(rv) + z; in zend_strtod()
2392 word0(rv) = (word0(rv) & Exp_mask) in zend_strtod()
2430 value(rv) += ulp(value(rv)); in zend_strtod()
2433 value(rv) -= ulp(value(rv)); in zend_strtod()
2445 else if (word1(rv) || word0(rv) & Bndry_mask) { in zend_strtod()
2447 if (word1(rv) == Tiny1 && !word0(rv)) in zend_strtod()
[all …]
H A Dzend_object_handlers.c427 zval *rv = NULL; in zend_std_read_property() local
473 if (rv) { in zend_std_read_property()
474 retval = &rv; in zend_std_read_property()
478 zval *tmp = rv; in zend_std_read_property()
480 ALLOC_ZVAL(rv); in zend_std_read_property()
481 *rv = *tmp; in zend_std_read_property()
1444 zval *rv; in zend_std_has_property() local
1453 if (rv) { in zend_std_has_property()
1455 zval_ptr_dtor(&rv); in zend_std_has_property()
1461 if (rv) { in zend_std_has_property()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dascmagic.c76 int rv = 1; in file_ascmagic() local
90 rv = 0; in file_ascmagic()
92 rv = file_ascmagic_with_encoding(ms, buf, nbytes, ubuf, ulen, code, in file_ascmagic()
97 return rv; in file_ascmagic()
107 int rv = -1; in file_ascmagic_with_encoding() local
133 rv = 0; in file_ascmagic_with_encoding()
149 if ((rv = file_softmagic(ms, utf8_buf, in file_ascmagic_with_encoding()
151 rv = -1; in file_ascmagic_with_encoding()
192 rv = 0; in file_ascmagic_with_encoding()
298 rv = 1; in file_ascmagic_with_encoding()
[all …]
H A Dcompress.c107 int rv = 0; in file_zmagic() local
123 rv = -1; in file_zmagic()
139 rv = 1; in file_zmagic()
147 return rv; in file_zmagic()
156 ssize_t rv; in swrite() local
160 switch (rv = write(fd, buf, n)) { in swrite()
166 n -= rv; in swrite()
167 buf = CAST(const char *, buf) + rv; in swrite()
181 ssize_t rv; in sread() local
235 n -= rv; in sread()
[all …]
H A Dmagic.c351 int rv = -1; in file_or_stream() local
378 rv = 0; in file_or_stream()
396 rv = 0; in file_or_stream()
415 rv = 0; in file_or_stream()
424 return rv == 0 ? file_getbuffer(ms) : NULL; in file_or_stream()
H A Dfuncs.c164 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
290 rv = -1; in file_buffer()
296 rv = -1; in file_buffer()
298 rv = -1; in file_buffer()
301 if (rv) in file_buffer()
302 return rv; in file_buffer()
H A Dcdf.c95 uint16_t rv; in _cdf_tole2() local
97 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole2()
100 return rv; in _cdf_tole2()
109 uint32_t rv; in _cdf_tole4() local
111 uint8_t *d = (uint8_t *)(void *)&rv; in _cdf_tole4()
116 return rv; in _cdf_tole4()
125 uint64_t rv; in _cdf_tole8() local
136 return rv; in _cdf_tole8()
146 uint32_t rv; in cdf_getuint32() local
147 (void)memcpy(&rv, p + offs * sizeof(uint32_t), sizeof(rv)); in cdf_getuint32()
[all …]
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp178 double rv = NAN; local
189 type = is_numeric_string(Z_STRVAL_P(z), Z_STRLEN_P(z), &lv, &rv, 0);
191 rv *= U_MILLIS_PER_SECOND;
193 rv = U_MILLIS_PER_SECOND * (double)lv;
204 rv = U_MILLIS_PER_SECOND * (double)Z_LVAL_P(z);
207 rv = U_MILLIS_PER_SECOND * Z_DVAL_P(z);
211 intl_datetime_decompose(z, &rv, NULL, err, func TSRMLS_CC);
223 rv = (double)co->ucal->getTime(status);
248 return rv;
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c350 int rv; in GetDataBlock() local
353 rv = GetDataBlock_(fd,buf, ZeroDataBlockP); in GetDataBlock()
356 if (rv > 0) { in GetDataBlock()
357 tmp = safe_emalloc(3 * rv, sizeof(char), 1); in GetDataBlock()
358 for (i=0;i<rv;i++) { in GetDataBlock()
367 return(rv); in GetDataBlock()
419 int rv; in GetCode() local
421 rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP); in GetCode()
423 return(rv); in GetCode()
544 int rv; in LWZReadByte() local
[all …]
H A Dgd_webp.c124 void *rv; in gdImageWebpPtr() local
127 rv = gdDPExtractData(out, size); in gdImageWebpPtr()
130 return rv; in gdImageWebpPtr()
135 void *rv; in gdImageWebpPtrEx() local
138 rv = gdDPExtractData(out, size); in gdImageWebpPtrEx()
140 return rv; in gdImageWebpPtrEx()
H A Dgd_wbmp.c203 void *rv; in gdImageWBMPPtr() local
206 rv = gdDPExtractData(out, size); in gdImageWBMPPtr()
209 return rv; in gdImageWBMPPtr()
H A Dgd_gd.c274 void *rv; in gdImageGdPtr() local
277 rv = gdDPExtractData(out, size); in gdImageGdPtr()
279 return rv; in gdImageGdPtr()
H A Dgd_io_dp.c255 int rv; in dynamicGetchar() local
257 rv = dynamicGetbuf (ctx, &b, 1); in dynamicGetchar()
258 if (rv != 1) { in dynamicGetchar()
H A Dgd_png.c436 void *rv; in gdImagePngPtr() local
439 rv = gdDPExtractData(out, size); in gdImagePngPtr()
442 return rv; in gdImagePngPtr()
447 void *rv; in gdImagePngPtrEx() local
450 rv = gdDPExtractData(out, size); in gdImagePngPtrEx()
452 return rv; in gdImagePngPtrEx()
/PHP-5.5/ext/spl/
H A Dspl_functions.c138 char *rv; in spl_gen_private_prop_name() local
140 zend_mangle_property_name(&rv, name_len, ce->name, ce->name_length, prop_name, prop_len, 0); in spl_gen_private_prop_name()
142 return rv; in spl_gen_private_prop_name()
H A Dspl_fixedarray.c380 zval *rv; in spl_fixedarray_object_read_dimension() local
386 …_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", &rv, offset); in spl_fixedarray_object_read_dimension()
388 if (rv) { in spl_fixedarray_object_read_dimension()
391 ZVAL_ZVAL(intern->retval, rv, 1, 1); in spl_fixedarray_object_read_dimension()
535 zval *rv; in spl_fixedarray_object_has_dimension() local
539 if (rv) { in spl_fixedarray_object_has_dimension()
542 ZVAL_ZVAL(intern->retval, rv, 1, 1); in spl_fixedarray_object_has_dimension()
558 zval *rv; in spl_fixedarray_object_count_elements() local
559 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_fixedarray_object_count_elements()
560 if (rv) { in spl_fixedarray_object_count_elements()
[all …]
H A Dspl_array.c383 zval *rv; in spl_array_read_dimension_ex() local
391 if (rv) { in spl_array_read_dimension_ex()
394 ZVAL_ZVAL(intern->retval, rv, 1, 1); in spl_array_read_dimension_ex()
596 zval *rv, **tmp; in spl_array_has_dimension_ex() local
602 if (rv && zend_is_true(rv)) { in spl_array_has_dimension_ex()
603 zval_ptr_dtor(&rv); in spl_array_has_dimension_ex()
606 if (rv) { in spl_array_has_dimension_ex()
607 zval_ptr_dtor(&rv); in spl_array_has_dimension_ex()
1417 zval *rv; in spl_array_object_count_elements() local
1419 if (rv) { in spl_array_object_count_elements()
[all …]
/PHP-5.5/tests/lang/
H A DpassByReference_005.phpt25 function rv(&$ref, $val) {
61 function rv(&$ref, $val) {
88 rv($u1, $u2);
111 C::rv($u1, $u2);
137 $c->rv($u1, $u2);
214 Strict Standards: Non-static method C::rv() should not be called statically in %s on line 108
/PHP-5.5/win32/
H A Dglob.c232 int rv; local
239 if (!globexp2(ptr, pattern, pglob, &rv))
240 return rv;
252 globexp2(ptr, pattern, pglob, rv) in globexp2() argument
255 int *rv;
291 *rv = glob0(patbuf, pglob);
341 *rv = globexp1(patbuf, pglob);
352 *rv = 0;
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1065 HashTable *rv; in sxe_get_prop_hash() local
1080 ALLOC_HASHTABLE(rv); in sxe_get_prop_hash()
1087 ALLOC_HASHTABLE(rv); in sxe_get_prop_hash()
1094 return rv; in sxe_get_prop_hash()
1194 return rv; in sxe_get_prop_hash()
1809 int rv; in sxe_object_cast() local
1853 return rv; in sxe_object_cast()
1906 zval *rv; in sxe_count_elements() local
1908 if (rv) { in sxe_count_elements()
2138 zend_object_value rv; in php_sxe_register_object() local
[all …]
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c334 int uri_len,rv; in PHP_FUNCTION() local
369 rv = (*nsapi_servact_uri2path)(rc->sn, rq); in PHP_FUNCTION()
370 if (rv != REQ_PROCEED) { in PHP_FUNCTION()
374 rv = (*nsapi_servact_pathchecks)(rc->sn, rq); in PHP_FUNCTION()
375 if (rv != REQ_PROCEED) { in PHP_FUNCTION()
379 rv = (*nsapi_servact_fileinfo)(rc->sn, rq); in PHP_FUNCTION()
380 if (rv != REQ_PROCEED) { in PHP_FUNCTION()
384 rv = (*nsapi_servact_service)(rc->sn, rq); in PHP_FUNCTION()
385 } while (rv == REQ_RESTART); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt37 var_dump($rv = ini_set("assert.callback","f2"));
44 var_dump($rv=assert_options(ASSERT_CALLBACK, "f3"));

Completed in 223 milliseconds

12