Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_001.phpt20 class members
27 $members_obj = new members();
45 object(members)#%d (3) {
46 ["var_private":"members":private]=>
60 string(195) "O:7:"members":3:{s:20:"�members�var_private";i:10;s:16:"�*�var_protected";s:6:"string"…
61 object(members)#%d (3) {
62 ["var_private":"members":private]=>
78 string(195) "O:7:"members":3:{s:20:"�members�var_private";i:10;s:16:"�*�var_protected";s:6:"string"…
79 object(members)#%d (3) {
H A Dserialization_objects_002.phpt20 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:"�members�var_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:"�members�var_private"…
292 object(members)#%d (3) {
293 ["var_private":"members":private]=>
/PHP-7.4/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.phpt24 [members] => Array
H A Dposix_getgrnam_basic.phpt23 ["members"]=>
/PHP-7.4/tests/output/
H A Dob_start_basic_006.phpt77 Warning: ob_start(): array must have exactly two members in %s on line 44
93 Warning: ob_start(): array must have exactly two members in %s on line 50
101 Warning: ob_start(): array must have exactly two members in %s on line 53
109 Warning: ob_start(): array must have exactly two members in %s on line 56
129 Warning: ob_start(): array must have exactly two members in %s on line 68
H A Dob_start_error_003.phpt18 Warning: ob_start(): array must have exactly two members in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Darray_filter_object.phpt12 * 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 Darray_map_object1.phpt13 * 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 Darray_diff_uassoc_error.phpt47 …() 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 Darray_rand_variation5.phpt40 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 Duasort_object1.phpt37 // comparison function for SimpleClass2 objects which has more than one members
84 // array of SimpleClass objects having more than one members
H A Darray_fill_object.phpt109 …lass with public, private, protected members, static, constant members and constructor to initiali…
138 // abstract class with public, private, protected members
/PHP-7.4/Zend/tests/grammar/
H A Dregression_008.phpt2 Test to check regressions on string interpolation with class members access
/PHP-7.4/Zend/tests/
H A Dobjects_020.phpt2 Accessing members of standard object through of variable variable
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-7.4/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-7.4/tests/lang/
H A D041.phpt2 Dynamic access of static members
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt37 echo "*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in a…
74 echo "\n*** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of…
118 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members in an obje…
130 *** Testing symlink(), link(), linkinfo() and is_link() with linknames stored as members of an arra…
/PHP-7.4/ext/json/
H A Djson_parser.y70 %type <value> members member elements element
103 members object_end
122 members:
/PHP-7.4/Zend/tests/anon/
H A D005.phpt15 /* this grants you access to protected methods and members */

Completed in 28 milliseconds

123