Home
last modified time | relevance | path

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

123

/php-src/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:"%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 Dserialization_objects_002.phpt9 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-src/ext/posix/tests/
H A Dposix_getgrgid.phpt17 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 Dposix_getgrgid_basic.phpt21 [members] => Array
H A Dposix_getgrnam_basic.phpt24 ["members"]=>
/php-src/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 …ument #1 ($callback) must be a valid callback or null, array callback 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 …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 Dsizeof_object2.phpt12 // no members
15 // class with only members and with out member functions
29 // no data members
/php-src/tests/output/
H A Dob_start_basic_006.phpt76 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 Dob_start_error_003.phpt17 Warning: ob_start(): array callback must have exactly two members in %s on line %d
/php-src/Zend/tests/grammar/
H A Dregression_008.phpt2 Test to check regressions on string interpolation with class members access
/php-src/Zend/tests/property_hooks/
H A Dinterface_explicit_abstract.phpt12 Fatal error: Property in interface cannot be explicitly abstract. All interface members are implici…
H A Dinterface_invalid_explicitly_abstract.phpt12 Fatal error: Property in interface cannot be explicitly abstract. All interface members are implici…
/php-src/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-src/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-src/tests/lang/
H A D041.phpt2 Dynamic access of static members
/php-src/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)
/php-src/Zend/tests/traits/
H A Dconstant_019.phpt2 Flattened trait constants are retrieved as members of the composing class via Reflection
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid_covariance_intersection_to_union2.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_intersection_to_union1.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid_covariance_intersection_to_union2.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…
H A Dinvalid_covariance_intersection_to_union1.phpt2 Co-variance failure for intersection type where child is union, but not all members are a subtype o…

Completed in 21 milliseconds

123