Home
last modified time | relevance | path

Searched refs:array (Results 2676 – 2700 of 6641) sorted by relevance

1...<<101102103104105106107108109110>>...266

/PHP-5.5/Zend/tests/
H A Dsub_001.phpt6 $a = array(1,2,3);
7 $b = array(1);
H A Dbug33282.phpt5 $a = array(1, 2, 3);
12 array(3) {
H A Dbug47880.phpt11 call_user_func_array(array('bomb', 'go'), array(0));
H A Dgc_019.phpt7 $a = array(array());
H A Dgc_020.phpt7 $a = array();
9 $a[1] = array();
H A Dnot_002.phpt6 $a = array(1,2,3);
7 $b = array(1,2);
/PHP-5.5/ext/wddx/tests/
H A Dbug34306.phpt2 #34306 (wddx_serialize_value() crashes with long array keys)
8 $var = array('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa12345678901234567890123456789012345678901234567…
/PHP-5.5/tests/lang/
H A Dempty_variation.phpt2 empty() on array elements
5 $a=array('0','empty'=>'0');
/PHP-5.5/tests/classes/
H A Dconstants_error_002.phpt2 Error case: class constant as an array
7 const myConst = array();
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar.phpt16 echo $msgf->format(array($cal)), "\n";
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dmsgfmt_format_intlcalendar_variant2.phpt16 echo $msgf->format(array($cal)), "\n";
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dmsgfmt_format_intlcalendar_variant4.phpt16 echo $msgf->format(array($cal)), "\n";
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
/PHP-5.5/ext/session/tests/
H A Dsession_start_variation6.phpt37 array(4) {
48 array(4) {
58 array(4) {
/PHP-5.5/ext/simplexml/tests/
H A D022.phpt36 array(1) {
45 array(1) {
53 array(1) {
/PHP-5.5/ext/pgsql/tests/
H A D17result.phpt36 array(6) {
50 array(3) {
58 array(3) {
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_001.phpt46 array(3) {
59 array(0) {
66 array(0) {
/PHP-5.5/ext/pdo/tests/
H A Dbug61292.phpt26 $options = array(PDO::ATTR_PERSISTENT => TRUE);
31 var $bar = array();
42 array(0) {
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_needs_rehash_error.phpt12 var_dump(password_needs_rehash(array(), 1));
28 Warning: password_needs_rehash() expects parameter 1 to be string, array given in %s on line %d
31 Warning: password_needs_rehash() expects parameter 3 to be array, string given in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_basic7_64bit.phpt21 $arg1 = array(-1111);
22 $arg2 = array(-1111,-1234567);
23 $arg3 = array(-1111,-1234567,-2345432);
H A Dvsprintf_basic7.phpt21 $arg1 = array(-1111);
22 $arg2 = array(-1111,-1234567);
23 $arg3 = array(-1111,-1234567,-2345432);
/PHP-5.5/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt14 var_dump(new ArrayObject(array('key1' => 'val1')));
23 array(0) {
37 array(1) {
/PHP-5.5/ext/oci8/tests/
H A Dbug32325.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
15 $stmtarray = array(
40 $stmtarray = array(
/PHP-5.5/ext/mbstring/tests/
H A Dbug30549.phpt7 test('ISO-8859-7', array(0xa4 => 0x20ac, 0xa5 => 0x20af, 0xaa => 0x037a));
8 test('ISO-8859-8', array(0xaf => 0x00af, 0xfd => 0x200e, 0xfe => 0x200f));
9 test('ISO-8859-10', array(0xa4 => 0x012a ));
/PHP-5.5/ext/openssl/tests/
H A Dbug64802.phpt16 array(11) {
36 array(2) {
43 array(6) {
/PHP-5.5/ext/tidy/tests/
H A D025.phpt8 $tidy=tidy_parse_string('<% %>', array('newline' => 'LF'));
11 $tidy=tidy_parse_string('<# #>', array('newline' => 'LF'));
17 $tidy=tidy_parse_string('<html><body><!-- comment --></body></html>', array('newline' => 'LF'));

Completed in 24 milliseconds

1...<<101102103104105106107108109110>>...266