/PHP-5.3/ext/standard/tests/serialize/ |
H A D | serialization_objects_001.phpt | 20 class members 27 $members_obj = new members(); 46 object(members)#%d (3) { 47 ["var_private":"members":private]=> 61 string(195) "O:7:"members":3:{s:20:"membersvar_private";i:10;s:16:"*var_protected";s:6:"string"… 62 object(members)#%d (3) { 63 ["var_private":"members":private]=> 79 string(195) "O:7:"members":3:{s:20:"membersvar_private";i:10;s:16:"*var_protected";s:6:"string"… 80 object(members)#%d (3) {
|
H A D | serialization_objects_002.phpt | 20 class members 37 new members(), null); 65 new D( new members, new nomembers, $file_handle, NULL), 90 …114559173583984375;i:2;s:6:"string";i:3;b:1;i:4;a:0:{}i:5;O:7:"members":3:{s:20:"membersvar_priv… 114 object(members)#%d (3) { 115 ["var_private":"members":private]=> 289 After Serialization => string(303) "O:1:"D":8:{s:1:"a";O:7:"members":3:{s:20:"membersvar_private"… 292 object(members)#%d (3) { 293 ["var_private":"members":private]=>
|
/PHP-5.3/ext/posix/tests/ |
H A D | posix_getgrgid.phpt | 21 if (!isset($grp['members'])) { 22 die('Array index "members" does not exist.'); 23 } elseif (!is_array($grp['members'])) { 24 die('Array index "members" must be an array.'); 26 if (count($grp['members']) > 0) { 27 foreach ($grp['members'] as $idx => $username) { 29 die('Index in members Array is not an int.'); 32 die('Username in members Array is not of type string.');
|
H A D | posix_getgrgid_basic.phpt | 24 [members] => Array
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | array_filter_object.phpt | 12 * i.e. object of simple class with members and functions 20 // simple class with members - variable and method 29 // class without members 59 // class with static members
|
H A D | array_map_object1.phpt | 13 * 2) class without members 16 * 5) class with static and final members 55 echo "\n-- class without members --\n"; 88 echo "\n-- class with static members --\n"; 150 -- class without members -- 153 … expects parameter 1 to be a valid callback, array must have exactly two members in %sarray_map_ob… 182 -- class with static members --
|
H A D | sizeof_object2.phpt | 19 // no members 22 // class with only members and with out member functions 36 // no data members
|
H A D | array_diff_uassoc_error.phpt | 47 …() expects parameter 4 to be a valid callback, array must have exactly two members in %s on line %d 50 …() expects parameter 6 to be a valid callback, array must have exactly two members in %s on line %d
|
H A D | array_rand_variation5.phpt | 40 echo"\n-- With num_req more than number of members in 'input' array --\n"; 70 -- With num_req more than number of members in 'input' array --
|
H A D | uasort_object1.phpt | 37 // comparison function for SimpleClass2 objects which has more than one members 84 // array of SimpleClass objects having more than one members
|
H A D | array_fill_object.phpt | 109 …lass with public, private, protected members, static, constant members and constructor to initiali… 138 // abstract class with public, private, protected members
|
H A D | array_walk_variation2.phpt | 158 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 161 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 165 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 168 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 172 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 175 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d
|
H A D | array_intersect_ukey_variation3.phpt | 173 …() expects parameter 3 to be a valid callback, array must have exactly two members in %s on line %d 176 …() expects parameter 4 to be a valid callback, array must have exactly two members in %s on line %d 181 …() expects parameter 3 to be a valid callback, array must have exactly two members in %s on line %d 184 …() expects parameter 4 to be a valid callback, array must have exactly two members in %s on line %d 197 …() expects parameter 3 to be a valid callback, array must have exactly two members in %s on line %d 200 …() expects parameter 4 to be a valid callback, array must have exactly two members in %s on line %d
|
H A D | array_walk_recursive_variation2.phpt | 158 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 161 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 165 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 168 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 172 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d 175 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d
|
H A D | array_filter.phpt | 85 …() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d
|
H A D | array_unshift_object.phpt | 26 // class without members 56 // class with static members
|
/PHP-5.3/Zend/tests/ |
H A D | objects_020.phpt | 2 Accessing members of standard object through of variable variable
|
H A D | bug35393.phpt | 2 Bug #35393 (changing static protected members from outside the class)
|
H A D | access_modifiers_008.phpt | 2 Inconsistencies when accessing protected members
|
H A D | access_modifiers_009.phpt | 2 Inconsistencies when accessing protected members - 2
|
/PHP-5.3/tests/lang/ |
H A D | 041.phpt | 2 Dynamic access of static members
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation1.phpt | 36 echo "*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in a… 71 echo "\n*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of… 113 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in an obje… 125 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of an arra…
|
/PHP-5.3/tests/classes/ |
H A D | factory_and_singleton_001.phpt | 52 echo "Access static members\n"; 83 Access static members
|
H A D | factory_and_singleton_002.phpt | 52 echo "Access static members\n"; 83 Access static members
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | is_object.phpt | 11 // class with no members 14 // no members
|