Home
last modified time | relevance | path

Searched refs:c1 (Results 201 – 225 of 231) sorted by path

12345678910

/PHP-7.4/ext/standard/
H A Dlevenshtein.c32 zend_long c0, c1, c2; in reference_levdist() local
56 c1 = p1[i2 + 1] + cost_del; in reference_levdist()
57 if (c1 < c0) { in reference_levdist()
58 c0 = c1; in reference_levdist()
/PHP-7.4/ext/standard/tests/array/
H A Dcount_symbol_table.phpt6 $c1 = 0;
10 $c1 = count($GLOBALS);
15 var_dump($c1 - $c2);
17 $c1 = count($GLOBALS);
18 var_dump($c1 - $c2);
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_variation.phpt23 class c1
52 var_dump($rc=assert_options(ASSERT_CALLBACK, "c1"));
59 var_dump($rc = assert_options(ASSERT_CALLBACK,array("c1","assert")));
66 $o = new c1();
100 assert_options(ASSERT_CALLBACK) => [c1]
107 string(2) "c1"
110 string(2) "c1"
119 Deprecated: Non-static method c1::assert() should not be called statically in %s on line 53
126 string(2) "c1"
132 &object(c1)#1 (0) {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug62836_1.phpt5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}';
29 [c1] => B Object
H A Dbug62836_2.phpt5 $serialized_object='O:1:"A":4:{s:1:"b";O:1:"B":0:{}s:2:"b1";r:2;s:1:"c";O:1:"B":0:{}s:2:"c1";r:4;}';
32 [c1] => B Object
/PHP-7.4/ext/standard/tests/strings/
H A Dbug49785.phpt219 string(2) "c1"
H A Dconvert_cyr_string_basic.phpt137 224: c1
H A Dhtml_entity_decode_cp866.phpt344 BOX DRAWINGS LIGHT UP AND HORIZONTAL: &#x2534; => c1
H A Dhtml_entity_decode_iso8859-15.phpt216 LATIN CAPITAL LETTER A WITH ACUTE: &#xC1; => c1
217 &#xC1; => c1
H A Dhtml_entity_decode_iso8859-5.phpt216 CYRILLIC CAPITAL LETTER ES: &#x421; => c1
H A Dhtml_entity_decode_koi8-r.phpt344 CYRILLIC SMALL LETTER A: &#x430; => c1
H A Dhtml_entity_decode_macroman.phpt256 &#xA1; => c1
351 INVERTED EXCLAMATION MARK: &#xA1; => c1
H A Dhtml_entity_decode_win1251.phpt348 CYRILLIC CAPITAL LETTER BE: &#x411; => c1
H A Dstrnatcmp_basic.phpt13 $c1 = "abc15";
23 var_dump(strnatcmp($a1, $c1));
25 var_dump(strnatcmp($b1, $c1));
26 var_dump(strnatcmp($d1, $c1));
41 var_dump(strnatcmp($c1, $a1));
43 var_dump(strnatcmp($c1, $b1));
44 var_dump(strnatcmp($c1, $d1));
47 var_dump(strnatcmp($c1, $a2));
49 var_dump(strnatcmp($c1, $b2));
50 var_dump(strnatcmp($c1, $d2));
H A Dstrtolower-win32.phpt256 c1 => e1
H A Dstrtoupper1-win32.phpt256 c1 => c1
288 e1 => c1
/PHP-7.4/ext/xsl/tests/
H A Dxslt001.phpt17 a1 b1 c1 <br/>
H A Dxslt002.phpt24 a1 b1 c1 <br>
H A Dxslt003.phpt18 a1 b1 c1 <br/>
H A Dxslt004.phpt24 a1 b1 c1 <br/>
H A Dxslt005.phpt25 a1 b1 c1 <br/>
H A Dxslt006.phpt18 a1 b1 c1 <br/>
H A Dxslt007.phpt19 a1 b1 c1 <br/>
H A Dxslt008-mb.phpt26 a1 b1 c1 <br/>
H A Dxslt008.phpt26 a1 b1 c1 <br/>

Completed in 34 milliseconds

12345678910