/PHP-8.2/ext/standard/tests/serialize/ |
H A D | serialization_objects_001.phpt | 9 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:"%0members%0var_private";i:10;s:16:"%0*%0var_protected";s:6:"str… 50 object(members)#%d (3) { 51 ["var_private":"members":private]=> 67 string(195) "O:7:"members":3:{s:20:"%0members%0var_private";i:10;s:16:"%0*%0var_protected";s:6:"str… 68 object(members)#%d (3) { 69 ["var_private":"members":private]=>
|
H A D | serialization_objects_002.phpt | 9 class members 26 new members(), null); 54 new D( new members, new nomembers, $file_handle, NULL), 77 …114559173583984375;i:2;s:6:"string";i:3;b:1;i:4;a:0:{}i:5;O:7:"members":3:{s:20:"%0members%0var_pr… 101 object(members)#%d (3) { 102 ["var_private":"members":private]=> 276 After Serialization => string(303) "O:1:"D":8:{s:1:"a";O:7:"members":3:{s:20:"%0members%0var_privat… 279 object(members)#%d (3) { 280 ["var_private":"members":private]=>
|
/PHP-8.2/ext/posix/tests/ |
H A D | posix_getgrgid.phpt | 17 if (!isset($grp['members'])) { 18 die('Array index "members" does not exist.'); 19 } elseif (!is_array($grp['members'])) { 20 die('Array index "members" must be an array.'); 22 if (count($grp['members']) > 0) { 23 foreach ($grp['members'] as $idx => $username) { 25 die('Index in members Array is not an int.'); 28 die('Username in members Array is not of type string.');
|
H A D | posix_getgrgid_basic.phpt | 21 [members] => Array
|
H A D | posix_getgrnam_basic.phpt | 27 ["members"]=>
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_map_object1.phpt | 8 * 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 …ument #1 ($callback) must be a valid callback or null, array callback must have exactly two members 167 -- class with static members --
|
H A D | array_filter_object.phpt | 7 * 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 D | array_diff_uassoc_error.phpt | 48 …y_diff_uassoc(): Argument #4 must be a valid callback, array callback must have exactly two members 49 …y_diff_uassoc(): Argument #6 must be a valid callback, array callback must have exactly two members 52 …y_diff_uassoc(): Argument #2 must be a valid callback, array callback must have exactly two members
|
H A D | sizeof_object2.phpt | 12 // no members 15 // class with only members and with out member functions 29 // no data members
|
/PHP-8.2/tests/output/ |
H A D | ob_start_basic_006.phpt | 76 Warning: ob_start(): array callback must have exactly two members in %s on line %d 92 Warning: ob_start(): array callback must have exactly two members in %s on line %d 100 Warning: ob_start(): array callback must have exactly two members in %s on line %d 108 Warning: ob_start(): array callback must have exactly two members in %s on line %d 128 Warning: ob_start(): array callback must have exactly two members in %s on line %d
|
H A D | ob_start_error_003.phpt | 17 Warning: ob_start(): array callback must have exactly two members in %s on line %d
|
/PHP-8.2/Zend/tests/grammar/ |
H A D | regression_008.phpt | 2 Test to check regressions on string interpolation with class members access
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation1.phpt | 24 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.2/tests/classes/ |
H A D | factory_and_singleton_001.phpt | 50 echo "Access static members\n"; 81 Access static members
|
H A D | factory_and_singleton_002.phpt | 50 echo "Access static members\n"; 81 Access static members
|
/PHP-8.2/tests/lang/ |
H A D | 041.phpt | 2 Dynamic access of static members
|
/PHP-8.2/Zend/tests/ |
H A D | bug62814.phpt | 2 Bug #62814: It is possible to stiffen child class members visibility
|
H A D | bug35393.phpt | 2 Bug #35393 (changing static protected members from outside the class)
|
/PHP-8.2/Zend/tests/traits/ |
H A D | constant_019.phpt | 2 Flattened trait constants are retrieved as members of the composing class via Reflection
|
/PHP-8.2/Zend/tests/type_declarations/intersection_types/variance/ |
H A D | invalid_covariance_intersection_to_union2.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
H A D | invalid_covariance_intersection_to_union1.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
H A D | invalid_covariance_drop_type1.phpt | 2 Co-variance check failure for intersection type where child removes one of intersection type members
|
H A D | invalid_covariance_intersection_to_union3.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/ |
H A D | invalid_covariance_intersection_to_union2.phpt | 2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
|
/PHP-8.2/ext/json/ |
H A D | json_parser.y | 64 %type <value> members member elements element 96 members object_end 115 members:
|