Home
last modified time | relevance | path

Searched refs:object (Results 476 – 500 of 2489) sorted by relevance

1...<<11121314151617181920>>...100

/php-src/Zend/tests/closures/
H A Dclosure_from_callable_basic.phpt20 echo 'Access public instance method of object';
24 echo 'Access public instance method of parent object through parent:: ';
69 echo 'Access public instance method of parent object through "parent::" ';
74 echo 'Access public instance method of self object through "self::" ';
79 echo 'Access public instance method of parent object through "self::" to parent method';
103 Access public instance method of object OK
104 Access public instance method of parent object through parent:: OK
114 Access public instance method of parent object through "parent::"
117 Access public instance method of self object through "self::"
120 Access public instance method of parent object through "self::" to parent method
[all …]
/php-src/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt30 echo "invoke() on a non-object:\n";
57 invoke() on a non-object:
58 string(85) "ReflectionMethod::invoke(): Argument #1 ($object) must be of type ?object, true given"
61 string(72) "Given object is not an instance of the class this method was declared in"
/php-src/Zend/
H A Dzend_weakrefs_arginfo.h8 ZEND_ARG_TYPE_INFO(0, object, IS_OBJECT, 0)
15 ZEND_ARG_INFO(0, object)
19 ZEND_ARG_INFO(0, object)
24 ZEND_ARG_INFO(0, object)
28 ZEND_ARG_INFO(0, object)
/php-src/tests/classes/
H A Dclone_001.phpt2 ZE2 object cloning, 1
24 object(test)#1 (3) {
33 object(test)#2 (3) {
H A Dclone_002.phpt2 ZE2 object cloning, 2
26 object(test)#1 (3) {
35 object(test)#2 (3) {
/php-src/ext/date/tests/
H A DDateTimeZone_serialize_type_1.phpt15 // Try to use unserialzied object
20 object(DateTimeZone)#%d (2) {
27 object(DateTimeZone)#%d (2) {
H A Ddate_period_unserialize1.phpt27 object(DatePeriod)#%d (%d) {
29 object(DateTime)#%d (%d) {
40 object(DateTime)#%d (%d) {
49 object(DateInterval)#%d (%d) {
H A DDateTime_compare.phpt45 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
46 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
47 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
48 DateObjectError: Trying to compare an incomplete DateTime or DateTimeImmutable object
H A DDateTimeZone_construct_basic.phpt17 object(DateTimeZone)#%d (2) {
23 object(DateTimeZone)#%d (2) {
29 object(DateTimeZone)#%d (2) {
H A DDateTimeZone_serialize_type_2.phpt15 // Try to use unserialzied object
20 object(DateTimeZone)#%d (2) {
27 object(DateTimeZone)#%d (2) {
/php-src/ext/standard/tests/class_object/
H A Dget_object_vars_variation_004.phpt8 $obj = (object)[
35 object(JsonSerializable@anonymous)#2 (0) {
46 object(JsonSerializable@anonymous)#2 (0) {
/php-src/ext/simplexml/tests/
H A Dbug39760.phpt28 object(SimpleXMLElement)#%d (1) {
32 object(SimpleXMLElement)#%d (1) {
36 object(SimpleXMLElement)#%d (1) {
H A D015.phpt39 object(SimpleXMLElement)#%d (1) {
43 object(SimpleXMLElement)#%d (1) {
47 object(SimpleXMLElement)#%d (1) {
51 object(SimpleXMLElement)#%d (1) {
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt72 object(foo)#%d (1) {
76 object(foo)#%d (1) {
83 object(foo)#%d (1) {
88 object(foo)#%d (1) {
93 object(foo)#%d (1) {
101 object(foo)#%d (1) {
105 object(foo)#%d (1) {
/php-src/ext/spl/tests/
H A Darray_017.phpt155 object(ArrayObjectEx)#%d (6) {
198 object(ArrayIteratorEx)#%d (6) {
210 object(ArrayObjectEx)#%d (6) {
266 object(ArrayIteratorEx)#%d (6) {
278 object(ArrayObjectEx)#%d (6) {
344 object(ArrayObjectEx)#%d (6) {
387 object(ArrayIteratorEx)#%d (6) {
399 object(ArrayObjectEx)#%d (6) {
455 object(ArrayIteratorEx)#%d (6) {
535 object(ArrayObjectEx)#%d (5) {
[all …]
/php-src/ext/json/tests/
H A Dbug50224.phpt13 var_dump(json_encode((object)array('float' => 12.0, 'integer' => 12), JSON_PRESERVE_ZERO_FRACTION));
22 var_dump(json_decode(json_encode((object)array('float' => 12.0, 'integer' => 12), JSON_PRESERVE_ZER…
23 var_dump(json_decode(json_encode((object)array('float' => 12.0, 'integer' => 12), JSON_PRESERVE_ZER…
49 object(stdClass)#%d (2) {
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dassigning_intersection_types.phpt50 object(TestChild)#%d (0) {
52 object(TestParent)#%d (0) {
54 object(TestChild)#%d (0) {
56 object(TestParent)#%d (0) {
/php-src/ext/xml/tests/
H A Dxml_set_object_multiple_times_errors.phpt2 Swap underlying object to call methods with xml_set_object() new object has missing methods
46 ValueError: xml_set_object(): Argument #2 ($object) cannot safely swap to object of class B as meth…
/php-src/Zend/tests/attributes/
H A D031_backtrace.phpt35 ["object"]=>
36 object(MyAttribute)#1 (0) {
54 ["object"]=>
55 object(ReflectionAttribute)#2 (1) {
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unset.phpt33 object(SplObjectStorage)#2 (1) {
39 object(SplObjectStorage)#2 (1) {
45 object(SplObjectStorage)#2 (1) {
51 object(SplObjectStorage)#2 (1) {
/php-src/ext/odbc/tests/
H A Dodbc_close_all_001.phpt50 object(Odbc\Connection)#%d (%d) {
52 object(Odbc\Connection)#%d (%d) {
54 object(Odbc\Result)#%d (%d) {
56 object(Odbc\Result)#%d (%d) {
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt15 public object $object;
60 valid($test, 'A', 'object', new A);
61 invalid($test, 'A', 'object', new Test);
64 valid($test, 'object', 'iterable', new ArrayIterator);
65 invalid($test, 'iterable', 'object', new stdClass);
H A Dtyped_properties_073.phpt26 object(Test)#1 (1) {
33 object(Test)#1 (1) {
39 object(Test)#1 (1) {
/php-src/Zend/tests/
H A Dbug71841.phpt40 …tried to modify a property on an incomplete object. Please ensure that the class definition "A" of…
41 …tried to modify a property on an incomplete object. Please ensure that the class definition "A" of…
42 …tried to modify a property on an incomplete object. Please ensure that the class definition "A" of…
/php-src/ext/dom/tests/
H A Dbug70359.phpt61 [ownerDocument] => (object value omitted)
62 [parentNode] => (object value omitted)
63 [parentElement] => (object value omitted)
79 [ownerDocument] => (object value omitted)
80 [parentNode] => (object value omitted)
81 [parentElement] => (object value omitted)

Completed in 64 milliseconds

1...<<11121314151617181920>>...100