Home
last modified time | relevance | path

Searched refs:members (Results 1 – 25 of 51) sorted by relevance

123

/PHP-8.0/ext/standard/tests/serialize/
H A Dserialization_objects_001.phpt9 class members
16 $members_obj = new members();
34 object(members)#%d (3) {
35 ["var_private":"members":private]=>
49 string(195) "O:7:"members":3:{s:20:"�members�var_private";i:10;s:16:"�*�var_protected";s:6:"string"…
50 object(members)#%d (3) {
51 ["var_private":"members":private]=>
67 string(195) "O:7:"members":3:{s:20:"�members�var_private";i:10;s:16:"�*�var_protected";s:6:"string"…
68 object(members)#%d (3) {
H A Dserialization_objects_002.phpt9 class members
26 new members(), null);
54 new D( new members, new nomembers, $file_handle, NULL),
79 …114559173583984375;i:2;s:6:"string";i:3;b:1;i:4;a:0:{}i:5;O:7:"members":3:{s:20:"�members�var_priv…
103 object(members)#%d (3) {
104 ["var_private":"members":private]=>
278 After Serialization => string(303) "O:1:"D":8:{s:1:"a";O:7:"members":3:{s:20:"�members�var_private"…
281 object(members)#%d (3) {
282 ["var_private":"members":private]=>
/PHP-8.0/ext/posix/tests/
H A Dposix_getgrgid.phpt21 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 Dposix_getgrgid_basic.phpt23 [members] => Array
H A Dposix_getgrnam_basic.phpt23 ["members"]=>
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_object1.phpt8 * 2) class without members
11 * 5) class with static and final members
54 echo "\n-- class without members --\n";
87 echo "\n-- class with static members --\n";
141 -- class without members --
143 array_map(): Argument #1 ($callback) must be a valid callback, array must have exactly two members
167 -- class with static members --
H A Darray_filter_object.phpt7 * i.e. object of simple class with members and functions
15 // simple class with members - variable and method
24 // class without members
54 // class with static members
H A Darray_diff_uassoc_error.phpt48 array_diff_uassoc(): Argument #4 must be a valid callback, array must have exactly two members
49 array_diff_uassoc(): Argument #6 must be a valid callback, array must have exactly two members
52 array_diff_uassoc(): Argument #2 must be a valid callback, array must have exactly two members
H A Dsizeof_object2.phpt12 // no members
15 // class with only members and with out member functions
29 // no data members
H A Duasort_object1.phpt25 // comparison function for SimpleClass2 objects which has more than one members
72 // array of SimpleClass objects having more than one members
H A Darray_rand_variation5.phpt50 echo"\n-- With num_req more than number of members in 'input' array --\n";
76 -- With num_req more than number of members in 'input' array --
H A Darray_fill_object.phpt104 …lass with public, private, protected members, static, constant members and constructor to initiali…
133 // abstract class with public, private, protected members
/PHP-8.0/tests/output/
H A Dob_start_basic_006.phpt76 Warning: ob_start(): array must have exactly two members in %s on line %d
92 Warning: ob_start(): array must have exactly two members in %s on line %d
100 Warning: ob_start(): array must have exactly two members in %s on line %d
108 Warning: ob_start(): array must have exactly two members in %s on line %d
128 Warning: ob_start(): array must have exactly two members in %s on line %d
H A Dob_start_error_003.phpt17 Warning: ob_start(): array must have exactly two members in %s on line %d
/PHP-8.0/Zend/tests/grammar/
H A Dregression_008.phpt2 Test to check regressions on string interpolation with class members access
/PHP-8.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt24 echo "*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in a…
61 echo "\n*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of…
105 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in an obje…
117 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of an arra…
/PHP-8.0/tests/lang/
H A D041.phpt2 Dynamic access of static members
/PHP-8.0/tests/classes/
H A Dfactory_and_singleton_001.phpt50 echo "Access static members\n";
81 Access static members
H A Dfactory_and_singleton_002.phpt50 echo "Access static members\n";
81 Access static members
/PHP-8.0/Zend/tests/
H A Dbug62814.phpt2 Bug #62814: It is possible to stiffen child class members visibility
H A Dbug35393.phpt2 Bug #35393 (changing static protected members from outside the class)
H A Daccess_modifiers_008.phpt2 Inconsistencies when accessing protected members
H A Daccess_modifiers_009.phpt2 Inconsistencies when accessing protected members - 2
/PHP-8.0/ext/json/
H A Djson_parser.y64 %type <value> members member elements element
95 members object_end
114 members:
/PHP-8.0/Zend/tests/anon/
H A D005.phpt15 /* this grants you access to protected methods and members */

Completed in 33 milliseconds

123