Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 25 of 77) sorted by last modified time

1234

/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt26 $a1 = array("dead","dead","dead");
30 $a = array($a1,$a2,$a3);
/PHP-5.5/ext/xsl/tests/
H A Dxslt001.phpt19 a1 b1 c1 <br/>
H A Dxslt002.phpt26 a1 b1 c1 <br>
H A Dxslt003.phpt20 a1 b1 c1 <br/>
H A Dxslt004.phpt26 a1 b1 c1 <br/>
H A Dxslt005.phpt27 a1 b1 c1 <br/>
H A Dxslt006.phpt20 a1 b1 c1 <br/>
H A Dxslt007.phpt21 a1 b1 c1 <br/>
H A Dxslt008.phpt28 a1 b1 c1 <br/>
H A Dxslt012.phpt49 a1 b1 c1 <br/>
/PHP-5.5/ext/standard/tests/versioning/
H A Dversion_compare.phpt68 1.0a1 = 1.0a1
222 1.0a1 lt 1.0a1 : false
223 1.0a1 < 1.0a1 : false
224 1.0a1 le 1.0a1 : true
225 1.0a1 <= 1.0a1 : true
226 1.0a1 gt 1.0a1 : false
228 1.0a1 ge 1.0a1 : true
229 1.0a1 >= 1.0a1 : true
230 1.0a1 eq 1.0a1 : true
231 1.0a1 = 1.0a1 : true
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt224 a1 => a1
H A Dstrtoupper1-win32.phpt224 a1 => a1
H A Dstrnatcmp_basic.phpt11 $a1 = "abc1";
22 var_dump(strnatcmp($a1, $b1));
23 var_dump(strnatcmp($a1, $c1));
24 var_dump(strnatcmp($a1, $d1));
28 var_dump(strnatcmp($a1, $b2));
29 var_dump(strnatcmp($a1, $c2));
30 var_dump(strnatcmp($a1, $d2));
40 var_dump(strnatcmp($b1, $a1));
41 var_dump(strnatcmp($c1, $a1));
42 var_dump(strnatcmp($d1, $a1));
H A Dhtml_entity_decode_iso8859-15.phpt120 INVERTED EXCLAMATION MARK: &#xA1; => a1
121 &#xA1; => a1
H A Dhtml_entity_decode_macroman.phpt255 DEGREE SIGN: &#xB0; => a1
301 &#xB0; => a1
H A Dhtml_entity_decode_win1251.phpt252 CYRILLIC CAPITAL LETTER SHORT U: &#x40E; => a1
H A Dhtml_entity_decode_cp866.phpt248 CYRILLIC SMALL LETTER BE: &#x431; => a1
H A Dhtml_entity_decode_iso8859-5.phpt120 CYRILLIC CAPITAL LETTER IO: &#x401; => a1
H A Dhtml_entity_decode_koi8-r.phpt248 BOX DRAWINGS DOUBLE VERTICAL: &#x2551; => a1
/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_basic.phpt16 $array = array ('A01', 'a1', 'b10', 'a01', 'b01');
34 string(2) "a1"
51 string(2) "a1"
H A Dbug42177.phpt8 $a1 = array_merge_recursive( $a1, $a2 );
9 $a1 = array_merge_recursive( $a1, $a2 );
10 unset( $a1, $a2 );
12 $a1 = array();
14 $a1 = array_merge_recursive( $a1, $a2 );
15 $a1 = array_merge_recursive( $a1, $a2 );
18 $a1 = array();
20 $a1 = array_merge_recursive( $a1, $a2 );
21 $a1 = array_merge_recursive( $a1, $a2 );
28 $a1 = array_merge_recursive( $a1, $a2 );
[all …]
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt15 foreach(array('a1', 'a10', 'a2') as $s){
38 a1
42 a1
H A Dbug68760.phpt16 $db->exec("INSERT INTO test VALUES ('a1')");
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c135430 char *a1, int n1, /* First doclist */
135437 char *pEnd1 = &a1[n1];
135439 char *p1 = a1;
152758 RtreeCoord *a1 = &p1->aCoord[ii];
152760 if( (!isInt && (a2[0].f<a1[0].f || a2[1].f>a1[1].f))
152761 || ( isInt && (a2[0].i<a1[0].i || a2[1].i>a1[1].i))

Completed in 289 milliseconds

1234