Home
last modified time | relevance | path

Searched refs:v (Results 151 – 175 of 721) sorted by relevance

12345678910>>...29

/php-src/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_with_references.phpt5 $v = 'value';
6 $ref = &$v;
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile9 !�:���=K����[��<Ɖ�lH��!L��-��I��w�9:y��<�U'�ԫ�Lc�\vyY>�Ԫ�ϧ�4p<&@i�~#�������)J$��
18 �< y�h�A�WT�9�E����U}wT�d��0<�yGPL�Z4�����v��w����+��@<ں}�r4�;@:�h%��@�)���W���b@<<�h…
19 -k�)�����v]�<k{�i�9%������9>�]���H��`�@<=�4�ve#�O��r��}
39 5�a��t`<eH|�`^�:���l���8C8x�9i0lx�<�=�y�@��7=�6��޵��v�� (4P<�<m�|
41 ��<�v�慥�5�Ir�X�<(���\�Y�~'��$�7*��,�*�!!����< �)�6�-j��+�G�� ����S���M>�<&Cc�H y�
51 ,�Ӆ�� ��?2����G��*Zs30<�;�Q.�����Z��v$�T�쀳�9����<�P|���a�z8��Fa_�^�IH$p("p<x�y�� p�rA�…
57 ��豼{��`�s�2c�<sv�`���5$㢥�d��p����`1�_i�<�u5�~D�� ׯM-�➩S#m�m�jl�g?`<im0a(��k����1����2Q3����…
66 a,k�3��k@2�C��?Ӊs���h�<����x��K��L�7K�L!�!����O�<�A�� �Y�v�/���s~�C` �c&�<d��T��)h;�…
82 `O@<ӡ��i��*ӲH��F���6B���!�����<�����A���^m%�h���Kd��M¦�<���7���~�v
96 d�!���<�@�Q��.�O�$����kT��<�v��o����5�a+��c^�T����Yj4u�<y�O�a�ӫ��CT(Pu����#�`��<)Z���!�…
[all …]
/php-src/main/
H A Dphp_globals.h27 # define PG(v) ZEND_TSRMG_FAST(core_globals_offset, php_core_globals *, v) argument
31 # define PG(v) (core_globals.v) argument
/php-src/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
27 ["v"]=>
91 ["v"]=>
171 ["v"]=>
236 ["v"]=>
298 ["v"]=>
360 ["v"]=>
416 ["v"]=>
/php-src/ext/tidy/
H A Dphp_tidy.h31 #define TG(v) ZEND_MODULE_GLOBALS_ACCESSOR(tidy, v) argument
/php-src/Zend/tests/nullable_types/
H A Darray.phpt6 function _array_(?array $v): ?array {
7 return $v;
H A Dfloat.phpt6 function _float_(?float $v): ?float {
7 return $v;
H A Dint.phpt6 function _int_(?int $v): ?int {
7 return $v;
H A Dstring.phpt6 function _string_(?string $v): ?string {
7 return $v;
/php-src/Zend/tests/type_declarations/
H A Dstandalone_null.phpt6 function test(null $v): null {
7 return $v;
/php-src/ext/dl_test/
H A Dphp_dl_test.h34 #define DT_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dl_test, v) argument
/php-src/ext/opcache/tests/jit/
H A Dfetch_list_r_001.phpt10 $v = 'a';
11 list($$v) = "";
H A Dpreload_bug80634.inc5 public function __construct(int $v) {
7 $this->current = $v;
/php-src/tests/lang/
H A DforeachLoopIterator.001.phpt46 foreach ($f as $k=>$v) {
47 echo "$k => $v\n";
56 foreach ($f as $k=>$v) {
58 echo "$k => $v\n";
60 foreach ($f as $k=>$v) {
61 echo " $k => $v\n";
H A DforeachLoopIteratorAggregate.003.phpt60 foreach (new A1 as $k=>$v) {
61 echo "$k => $v\n";
65 foreach (new A2 as $k=>$v) {
66 echo "$k => $v\n";
70 foreach (new A3 as $k=>$v) {
71 echo "$k => $v\n";
/php-src/ext/standard/tests/strings/
H A D004.phpt9 foreach($a as $k => $v)
10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
/php-src/Zend/tests/type_declarations/literal_types/
H A Dfalse_standalone.phpt6 function test(false $v): false {
7 return $v;
H A Dtrue_standalone.phpt6 function test(true $v): true {
7 return $v;
/php-src/Zend/tests/
H A Dassign_dim_op_same_var.phpt8 foreach ($ary as $v) {
9 var_dump($v);
H A Dforeach_015.phpt6 foreach($a as &$v) {
7 echo "$v\n";
/php-src/ext/com_dotnet/tests/
H A Dbug79248.phpt7 $v = new variant([], VT_ARRAY);
8 foreach ($v as $el) {
/php-src/ext/sqlite3/tests/
H A Dexception_from_toString.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
19 $stmt->bindValue('v', new throws);
/php-src/build/
H A Dshtool1311 SP="[Sun ]Solaris $v"
1327 v=`/sbin/uname -v`
1342 v="${UNAME_RELEASE}"
1344 v=`echo "${v}" | sed -e 's;^\([0-9][0-9]*\.[0-9][0-9]*\).*$;\1;'`
1361 ST="[SGI ]IRIX ${v}"
1362 v="${UNAME_RELEASE}"
1363 SP="[SGI ]IRIX ${v}"
1398 case "${v}" in
1417 ST="[HP ]Tru64 ${v}"
1478 if [ ".$v" = . ]; then
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c998 v = ((((v >> 0) & 0x7f) << 0) | in cvt_id3()
1004 return v; in cvt_id3()
2013 v = 0; in file_strncmp()
2023 v = 1; in file_strncmp()
2065 v = 1; in file_strncmp()
2068 return v; in file_strncmp()
2211 v = 0; in magiccheck()
2238 v = 0; in magiccheck()
2248 v = 1; in magiccheck()
2260 v = 1; in magiccheck()
[all …]
/php-src/ext/spl/tests/
H A Dbug49723.phpt10 foreach ($lit as $v) {
11 echo $v;

Completed in 107 milliseconds

12345678910>>...29