Home
last modified time | relevance | path

Searched refs:object (Results 376 – 400 of 2192) sorted by relevance

1...<<11121314151617181920>>...88

/PHP-5.5/Zend/tests/
H A Dbug39017.phpt6 foreach(($a=(object)new A()) as $v);
10 object(A)#%d (0) {
H A Dbug37212.phpt43 object(B)#%d (1) {
47 object(C)#%d (1) {
51 object(B)#%d (1) {
H A D024.phpt40 Notice: Trying to get property of non-object in %s on line %d
43 Notice: Trying to get property of non-object in %s on line %d
48 Notice: Trying to get property of non-object in %s on line %d
50 Notice: Trying to get property of non-object in %s on line %d
H A Derrmsg_041.phpt2 errmsg: instanceof expects an object instance, constant given
11 Fatal error: instanceof expects an object instance, constant given in %s on line %d
H A Derrmsg_044.phpt2 Trying use object of type stdClass as array
11 Fatal error: Cannot use object of type stdClass as array in %s on line %d
H A Dgc_005.phpt2 GC 005: Simple object cycle
15 object(stdClass)#%d (1) {
H A Dobjects_020.phpt2 Accessing members of standard object through of variable variable
17 object(stdClass)#%d (2) {
H A Dobjects_022.phpt32 object(foo)#%d (0) {
34 object(bar)#%d (0) {
36 object(baz)#%d (0) {
H A Dlist_002.phpt16 object(stdClass)#1 (0) {
18 object(stdClass)#1 (0) {
H A Dbug52041.phpt28 Warning: Creating default object from empty value in %sbug52041.php on line 6
32 Warning: Creating default object from empty value in %sbug52041.php on line 7
36 Warning: Creating default object from empty value in %sbug52041.php on line 8
44 Warning: Creating default object from empty value in %sbug52041.php on line 9
50 Warning: Creating default object from empty value in %sbug52041.php on line 10
58 Warning: Creating default object from empty value in %sbug52041.php on line 11
H A Dfr47160.phpt115 object(Hello)#1 (0) {
118 object(Hello)#1 (0) {
122 object(Hello)#2 (0) {
125 object(Hello)#2 (0) {
129 object(Hello)#4 (0) {
132 object(Hello)#4 (0) {
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
9 Fatal error: __clone method called on non-object in %sbug42817.php on line 2
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug44327_2.phpt28 object(PDOStatement)#%d (1) {
41 object(PDOStatement)#%d (1) {
46 object(PDORow)#%d (1) {
/PHP-5.5/ext/simplexml/tests/
H A Dprofile11.phpt23 object(SimpleXMLElement)#%d (1) {
27 object(SimpleXMLElement)#%d (1) {
33 object(SimpleXMLElement)#%d (0) {
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation3.phpt45 echo "imap_fetch_overview() returns an object\n";
62 imap_fetch_overview() returns an object
65 imap_fetch_overview() returns an object
68 imap_fetch_overview() returns an object
71 imap_fetch_overview() returns an object
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_var_dump.phpt11 object(SplObjectStorage)#%d (1) {
17 object(stdClass)#%d (0) {
H A Dfixedarray_005.phpt2 SPL: FixedArray: Trying to instantiate passing object to constructor parameter
12 Warning: SplFixedArray::__construct() expects parameter 1 to be long, object given in %s on line %d
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt30 echo "invoke() on a non-object:\n";
61 invoke() on a non-object:
62 string(29) "Non-object passed to Invoke()"
65 string(72) "Given object is not an instance of the class this method was declared in"
H A DReflectionProperty_basic2.phpt49 object(ReflectionClass)#%d (1) {
65 object(ReflectionClass)#%d (1) {
81 object(ReflectionClass)#%d (1) {
99 object(ReflectionClass)#%d (1) {
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp39 void *object, argument
53 ? ((php_date_obj*)object)->time->tz_info->name
54 : ((php_timezone_obj*)object)->tzi.tz->name;
59 ? -((php_date_obj*)object)->time->z
60 : -(int)((php_timezone_obj*)object)->tzi.utc_offset,
81 ? ((php_date_obj*)object)->time->tz_abbr
82 : ((php_timezone_obj*)object)->tzi.z.abbr;
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_002.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
6 * Description: Returns true if the object has this class as one of its parents
23 $object = new stdclass();
66 // object data
80 var_dump( is_subclass_of($object, $value) );
168 Error: 2 - is_subclass_of() expects parameter 2 to be string, object given, %s(%d)
/PHP-5.5/ext/json/tests/
H A Dbug66021.phpt2 Bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set)
12 echo json_encode([[], (object)[], new Foo], JSON_PRETTY_PRINT), "\n";
/PHP-5.5/ext/standard/tests/array/
H A Darray_reduce_variation3.phpt2 Test array_reduce() function : variation - object callbacks
11 echo "*** Testing array_reduce() : variation - object callbacks ***\n";
29 *** Testing array_reduce() : variation - object callbacks ***
H A Deach_variation2.phpt25 return "Class A object";
87 // object data
88 /*8*/ 'object' => array(
199 -- Iteration 8: object data --
202 object(classA)#%d (0) {
205 object(classA)#%d (0) {
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_clone_basic1.phpt11 // Create a DateTimeZone object..
32 object(DateTimeZone)#%d (2) {
38 object(DateTimeZone)#%d (2) {

Completed in 25 milliseconds

1...<<11121314151617181920>>...88