Home
last modified time | relevance | path

Searched refs:get_object_vars (Results 1 – 25 of 1518) sorted by relevance

12345678910>>...61

/dports/lang/php73/php-7.3.33/ext/standard/tests/class_object/
H A Dget_object_vars_variation_003.phpt2 Test get_object_vars() function : usage variations - unexpected types for argument 1
5 /* Prototype : proto array get_object_vars(object obj)
11 echo "*** Testing get_object_vars() : usage variations ***\n";
69 var_dump( get_object_vars($value) );
75 *** Testing get_object_vars() : usage variations ***
83 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
88 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
93 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
98 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
103 Warning: get_object_vars() expects parameter 1 to be object, float given in %s on line %d
[all …]
H A Dget_object_vars_error_001.phpt2 Test get_object_vars() function : error conditions - wrong number of args
5 /* Prototype : proto array get_object_vars(object obj)
11 echo "*** Testing get_object_vars() : error conditions ***\n";
14 echo "\n-- Testing get_object_vars() function with Zero arguments --\n";
15 var_dump( get_object_vars() );
17 //Test get_object_vars with one more than the expected number of arguments
21 var_dump( get_object_vars($obj, $extra_arg) );
26 *** Testing get_object_vars() : error conditions ***
28 -- Testing get_object_vars() function with Zero arguments --
30 Warning: get_object_vars() expects exactly 1 parameter, 0 given in %s on line 12
[all …]
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
5 /* Prototype : proto array get_object_vars(object obj)
16 var_dump(get_object_vars($b));
28 var_dump(get_object_vars($b));
37 var_dump(get_object_vars($b));
44 var_dump(get_object_vars($b));
51 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
5 /* Prototype : proto array get_object_vars(object obj)
12 var_dump(get_object_vars($obj));
18 $arr = get_object_vars($obj);
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/class_object/
H A Dget_object_vars_variation_003.phpt2 Test get_object_vars() function : usage variations - unexpected types for argument 1
5 /* Prototype : proto array get_object_vars(object obj)
11 echo "*** Testing get_object_vars() : usage variations ***\n";
69 var_dump( get_object_vars($value) );
75 *** Testing get_object_vars() : usage variations ***
83 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
88 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
93 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
98 Warning: get_object_vars() expects parameter 1 to be object, int given in %s on line %d
103 Warning: get_object_vars() expects parameter 1 to be object, float given in %s on line %d
[all …]
H A Dget_object_vars_error_001.phpt2 Test get_object_vars() function : error conditions - wrong number of args
5 /* Prototype : proto array get_object_vars(object obj)
11 echo "*** Testing get_object_vars() : error conditions ***\n";
14 echo "\n-- Testing get_object_vars() function with Zero arguments --\n";
15 var_dump( get_object_vars() );
17 //Test get_object_vars with one more than the expected number of arguments
21 var_dump( get_object_vars($obj, $extra_arg) );
26 *** Testing get_object_vars() : error conditions ***
28 -- Testing get_object_vars() function with Zero arguments --
30 Warning: get_object_vars() expects exactly 1 parameter, 0 given in %s on line 12
[all …]
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
5 /* Prototype : proto array get_object_vars(object obj)
16 var_dump(get_object_vars($b));
28 var_dump(get_object_vars($b));
37 var_dump(get_object_vars($b));
44 var_dump(get_object_vars($b));
51 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
5 /* Prototype : proto array get_object_vars(object obj)
12 var_dump(get_object_vars($obj));
18 $arr = get_object_vars($obj);
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/lang/php74/php-7.4.27/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
5 /* Prototype : proto array get_object_vars(object obj)
16 var_dump(get_object_vars($b));
28 var_dump(get_object_vars($b));
37 var_dump(get_object_vars($b));
44 var_dump(get_object_vars($b));
51 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
5 /* Prototype : proto array get_object_vars(object obj)
12 var_dump(get_object_vars($obj));
18 $arr = get_object_vars($obj);
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
5 /* Prototype : proto array get_object_vars(object obj)
16 var_dump(get_object_vars($b));
28 var_dump(get_object_vars($b));
37 var_dump(get_object_vars($b));
44 var_dump(get_object_vars($b));
51 var_dump(get_object_vars($b));
H A Dget_object_vars_variation_002.phpt2 get_object_vars() - ensure references are preserved
5 /* Prototype : proto array get_object_vars(object obj)
12 var_dump(get_object_vars($obj));
18 $arr = get_object_vars($obj);
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug27798.phpt2 Bug #27798 (private / protected variables not exposed by get_object_vars() inside class)
15 var_dump(get_object_vars($this));
27 var_dump(get_object_vars($this));
31 var_dump(get_object_vars(new Base));
32 var_dump(get_object_vars(new Child));
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dqobject.php30 return new ArrayIterator(get_object_vars($this));
53 return count(get_object_vars($this));
56 return get_object_vars($this);
59 return get_object_vars($this);
62 return (object) get_object_vars($this);
/dports/lang/php80/php-8.0.15/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
31 var_dump(get_object_vars($b));
38 var_dump(get_object_vars($b));
45 var_dump(get_object_vars($b));
/dports/lang/php81/php-8.1.1/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
31 var_dump(get_object_vars($b));
38 var_dump(get_object_vars($b));
45 var_dump(get_object_vars($b));
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
31 var_dump(get_object_vars($b));
38 var_dump(get_object_vars($b));
45 var_dump(get_object_vars($b));
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
10 var_dump(get_object_vars($b));
22 var_dump(get_object_vars($b));
31 var_dump(get_object_vars($b));
38 var_dump(get_object_vars($b));
45 var_dump(get_object_vars($b));

12345678910>>...61