/PHP-5.3/ext/standard/tests/array/ |
H A D | bug42177.phpt | 7 $a2 = array(); 8 $a1 = array_merge_recursive( $a1, $a2 ); 9 $a1 = array_merge_recursive( $a1, $a2 ); 10 unset( $a1, $a2 ); 13 $a2 = array( 'key1' => 1, 'key3' => 2 ); 14 $a1 = array_merge_recursive( $a1, $a2 ); 16 unset( $a1, $a2 ); 19 $a2 = array( 'key1' => &$a1 ); 22 unset( $a1, $a2 ); 27 $a2 = array( 'key1' => $a1, $x, $y ); [all …]
|
H A D | bug20381.phpt | 7 'a2' => array( 1, 2, 3 ), 14 'a2' => array( 3, 4, 5 ), 29 ["a2"]=> 56 ["a2"]=>
|
H A D | bug21182.phpt | 8 echo "a2: $a : type : " . gettype($a) . "\n"; 12 a2: 20 : type : string
|
H A D | bug48224.phpt | 7 $a2 = array_rand($a, count($a)); 11 var_dump($a1 === $a2 && $a1 === $a3 && $a1 === $a4);
|
H A D | bug34227.phpt | 58 function m11($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10) 71 function p5($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10, $a11, $a12)
|
/PHP-5.3/ext/spl/tests/ |
H A D | spl_autoload_bug48541.phpt | 9 echo "a2 called\n"; 18 $a2 = $x->getClosure(); 24 spl_autoload_register($a2); 28 $c2 = $a2; 36 a2 called
|
/PHP-5.3/ext/reflection/tests/ |
H A D | ReflectionProperty_getModifiers_basic.phpt | 8 protected $a2; 17 protected $a2; 37 C::a2: int(512) 38 D::a2: int(512)
|
H A D | ReflectionClass_newInstance_001.phpt | 42 $a2 = $rcA->newInstance('x'); 43 var_dump($a1, $a2);
|
/PHP-5.3/Zend/tests/ |
H A D | bug42819.phpt | 37 static $a2 = array(foo\I => 0); 47 static $a2 = array(foo\I => I); 57 static $a2 = array(foo\I => foo\I); 67 static $a2 = array(foo\I => ArrayObject::STD_PROP_LIST); 77 static $a2 = array(foo\I => E_ERROR); 103 print_r(bar1::$a2); 111 print_r(bar2::$a2); 119 print_r(bar3::$a2); 127 print_r(bar4::$a2); 135 print_r(bar5::$a2);
|
/PHP-5.3/ext/sqlite3/tests/ |
H A D | sqlite3_36_create_collation.phpt | 15 foreach(array('a1', 'a10', 'a2') as $s){ 40 a2 43 a2
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | strnatcmp_basic.phpt | 16 $a2 = "ABC1"; 46 var_dump(strnatcmp($b1, $a2)); 47 var_dump(strnatcmp($c1, $a2)); 48 var_dump(strnatcmp($d1, $a2));
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | 022.phpt | 22 mysqli_stmt_bind_param($stmt, "ss", $a1, $a2); 25 $a2 = str_repeat("A1", 32000); 36 $test[] = ($a2 == $c2) ? "32K String ok" : "32K String failed";
|
/PHP-5.3/ext/simplexml/tests/ |
H A D | bug38424.phpt | 15 $xml["a2"] = htmlspecialchars($str,ENT_NOQUOTES) ; 26 <xml a1="abc &amp; def" a2="abc &amp; def" a3="abc & def" a4="abc & def"/>
|
/PHP-5.3/ext/intl/tests/ |
H A D | regression_sort_eq.phpt | 29 $a2 = array( 'пп', 'ппп', 'п' ); 33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
|
H A D | regression_sortwsk_eq.phpt | 29 $a2 = array( 'пп', 'ппп', 'п' ); 33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
|
H A D | regression_sort_and_cow.phpt | 44 $a2 = array( 'в', 'а', 'б' ); 47 $res_str .= test_COW( 'ru_RU', $a2 );
|
H A D | regression_sortwsk_and_cow.phpt | 45 $a2 = array( 'в', 'а', 'б' ); 48 $res_str .= test_COW( 'ru_RU', $a2 );
|
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug36575.phpt | 33 $a2 = new CT_A2(); 34 $a2->var1 = "one"; 35 $a2->var2 = "two"; 36 $client->test($a2);
|
/PHP-5.3/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 27 $a2 = array("dead","dead","live"); 30 $a = array($a1,$a2,$a3);
|
/PHP-5.3/ext/xsl/tests/ |
H A D | xslt001.phpt | 20 a2 c2 <br/>
|
H A D | xslt003.phpt | 21 a2 c2 <br/>
|
H A D | xslt006.phpt | 21 a2 c2 <br/>
|
H A D | xslt007.phpt | 22 a2 c2 <br/>
|
H A D | xslt004.phpt | 27 a2 c2 <br/>
|
H A D | xslt005.phpt | 28 a2 c2 <br/>
|