Home
last modified time | relevance | path

Searched refs:v (Results 101 – 125 of 721) sorted by relevance

12345678910>>...29

/php-src/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation4.phpt14 …'Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string…
15 '\nRoy's height &gt\t; Sam's\v height\f',
41 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
42 string(88) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r " double quote\f\v string …
43 string(98) "Roy&#039;s height > Sam&#039;s height... \t\t 13 < 15...\n\r &quot; double quote\f\v st…
44 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
46 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
47 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
48 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
49 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
H A Dpack.phpt93 print_r(unpack("v", pack("v", 65534)));
94 print_r(unpack("v", pack("v", 65537)));
95 print_r(unpack("v", pack("v", 0)));
96 print_r(unpack("v", pack("v", -1000)));
97 print_r(unpack("v", pack("v", -64434)));
98 print_r(unpack("v", pack("v", -65535)));
H A Dchunk_split_variation9.phpt51 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
57 string(106) "This i@#$%^s to t@#$%^est ch@#$%^unk_sp@#$%^lit() @#$%^with v@#$%^arious@#$%^ endin@#$…
59 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
66 with v
78 with v
90 with v
97 string(66) "This i%0s to t%0est ch%0unk_sp%0lit() %0with v%0arious%0 endin%0g stri%0ng%0"
101 string(106) "This i(MSG)s to t(MSG)est ch(MSG)unk_sp(MSG)lit() (MSG)with v(MSG)arious(MSG) endin(MS…
103 … string(est ch)ending string(unk_sp)ending string(lit() )ending string(with v)ending string(arious…
105 …mbers 1234(est ch)numbers 1234(unk_sp)numbers 1234(lit() )numbers 1234(with v)numbers 1234(arious)…
[all …]
H A Dbug38770.phpt10 foreach (array('N','l') as $v) {
11 print_r(unpack($v, pack($v, -30000)));
/php-src/ext/phar/tests/tar/
H A Dtar_003.phpt34 while (false !== ($v = readdir($tar))) {
35 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
36 echo $v . "\n";
43 while (false !== ($v = readdir($tar))) {
44 echo (is_file($alias . '/' . $v) ? "file\n" : "dir\n");
45 echo $v . "\n";
/php-src/tests/lang/
H A Dbug24396.phpt8 foreach($arr as $k=>$v) {
11 echo "($k => $v)\n";
13 $$k = $v;
H A Dbug24658.phpt18 $v = new foo();
20 no_typehint($v);
21 typehint($v);
22 no_typehint_ref($v);
23 typehint_ref($v);
H A DforeachLoopObjects.005.phpt17 foreach ($obj as $v) {
18 if ($v==$obj->a) {
21 var_dump($v);
31 foreach ($obj as $v) {
32 if ($v==$obj->b) {
35 var_dump($v);
H A DforeachLoopObjects.003.phpt17 foreach ($obj as $k=>$v) {
19 var_dump($v);
26 $v="changed.$k";
34 $v="changed.$k";
41 foreach ($obj as $v) {
48 var_dump($v);
55 foreach ($obj as &$v) {
62 var_dump($v);
68 foreach ($obj as $v) {
72 var_dump($v);
[all …]
/php-src/ext/standard/tests/array/
H A Darray_chunk_variation23.phpt5 $array = array ("p" => 1, "q" => 2, "r" => 3, "s" => 4, "u" => 5, "v" => 6);
27 ["v"]=>
91 ["v"]=>
171 ["v"]=>
236 ["v"]=>
298 ["v"]=>
360 ["v"]=>
416 ["v"]=>
H A Darray_reduce_variation1.phpt8 function oneArg($v) {
9 return $v;
12 function threeArgs($v, $w, $x) {
13 return $v + $w + $x;
/php-src/ext/dom/
H A Dinternal_helpers.h21 #define DOM_Z_OWNED(z, v) ZVAL_PTR(z, (void *) v) argument
22 #define DOM_Z_UNOWNED(z, v) ZVAL_INDIRECT(z, (void *) v) argument
/php-src/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h31 VARIANT v; member
95 WORD flags, DISPPARAMS *disp_params, VARIANT *v, bool silent, bool allow_noarg);
99 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg);
101 WORD flags, VARIANT *v, int nargs, zval *args, bool allow_noarg);
103 WORD flags, VARIANT *v, int nargs, zval *args);
116 PHP_COM_DOTNET_API void php_com_variant_from_zval_with_type(VARIANT *v, zval *z, VARTYPE type, int …
117 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage);
118 PHP_COM_DOTNET_API zend_result php_com_zval_from_variant(zval *z, VARIANT *v, int codepage);
130 PHP_COM_DOTNET_API void php_com_wrap_variant(zval *z, VARIANT *v,
/php-src/sapi/apache2handler/
H A Dphp_apache.h80 #define AP2(v) ZEND_TSRMG(php_apache2_info_id, php_apache2_info_struct *, v) argument
84 #define AP2(v) (php_apache2_info.v)
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_114.phpt16 foreach ($obj as $k => &$v) {
18 $v = [];
23 foreach ($obj as $k => &$v) {
25 $v = [];
/php-src/ext/opcache/tests/jit/
H A Dgh12380.phpt20 private int $v = 1;
24 var_dump($this->v);
26 var_dump($this->v);
32 private int $v = 0;
/php-src/ext/random/
H A Dphp_random_uint128.h81 v = (num.hi ^ num.lo), in php_random_pcgoneseq128xslrr64_rotr64() local
84 return (v >> s) | (v << ((-s) & 63)); in php_random_pcgoneseq128xslrr64_rotr64()
121 v = ((uint64_t) (num >> 64U)) ^ (uint64_t) num, in php_random_pcgoneseq128xslrr64_rotr64() local
124 return (v >> s) | (v << ((-s) & 63)); in php_random_pcgoneseq128xslrr64_rotr64()
/php-src/ext/spl/tests/
H A Diterator_045.phpt24 foreach($ar as $k => $v)
26 echo "set($k,$v)\n";
27 $this->offsetSet($k, $v);
34 foreach($ar as $k => $v)
36 echo "unset($v)\n";
37 $this->offsetUnset($v);
44 foreach($this as $v) ;
H A Drecursive_tree_iterator_setpostfix.phpt40 foreach($it as $k => $v) {
41 echo "[$k] => $v\n";
50 foreach($it as $k => $v) {
51 echo "[$k] => $v\n";
H A Darray_011.phpt7 //foreach (new ArrayIterator($a) as $k => $v)
8 foreach (new LimitIterator(new ArrayIterator($a), 1, 3) as $k => $v)
10 var_dump(array($k, $v));
/php-src/ext/standard/tests/url/
H A Dbug55273.phpt6 $v = chunk_split(base64_encode($s));
7 $r = base64_decode($v, True);
8 var_dump($v, $r);
/php-src/ext/ffi/tests/
H A D005.phpt12 $v = $ffi->new("int[2]");
13 $v[1] = 42;
14 $m[1] = $v;
/php-src/ext/phar/tests/
H A Dphar_oo_009.phpt21 foreach($f as $k => $v)
23 echo "$k=>$v\n";
31 foreach($f as $k => $v)
33 echo "$k=>" . join('|', $v) . "\n";
/php-src/ext/standard/tests/password/
H A Dpassword_verify_argon2.phpt11 var_dump(password_verify('test', '$argon2i$v=19$m=65536,t=3,p=1$OEVjWWs2Z3YvWlNZQ0ZmNw$JKin7ahjmh8J…
13 var_dump(password_verify('argon2', '$argon2i$v=19$m=65536,t=3,p=1$OEVjWWs2Z3YvWlNZQ0ZmNw$JKin7ahjmh…
15 var_dump(password_verify('test', '$argon2id$v=19$m=1024,t=2,p=2$WS90MHJhd3AwSC5xTDJpZg$8tn2DaIJR2/U…
16 var_dump(password_verify('argon2id', '$argon2id$v=19$m=1024,t=2,p=2$WS90MHJhd3AwSC5xTDJpZg$8tn2DaIJ…
/php-src/ext/simplexml/tests/
H A D031.phpt19 $sxe->addAttribute('v:att11', 'xxx', 'urn::test-v');
22 $sxe->addAttribute('v:att11', 'xxx', 'urn::test-v');
51 <root xmlns:s="urn::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="…

Completed in 34 milliseconds

12345678910>>...29