Home
last modified time | relevance | path

Searched refs:object (Results 501 – 525 of 1987) sorted by relevance

1...<<21222324252627282930>>...80

/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug46292.phpt61 object(myclass)#%d (1) {
66 object(myclass2)#%d (1) {
73 object(myclass)#%d (1) {
78 object(stdClass)#%d (1) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt65 object(_ZendTestClass)#1 (2) {
69 object(stdClass)#2 (0) {
75 object(Test)#4 (2) {
79 object(stdClass)#1 (0) {
/PHP-7.4/ext/simplexml/tests/
H A D016a.phpt21 object(SimpleXMLElement)#%d (1) {
25 object(SimpleXMLElement)#%d (1) {
/PHP-7.4/ext/date/tests/
H A Dbug54316.phpt13 object(DateTime)#1 (3) {
21 object(DateTime)#2 (3) {
H A Ddate_time_fractions_create_from_format.phpt14 object(DateTime)#%d (%d) {
22 object(DateTime)#%d (%d) {
H A DDateTime_set_state.phpt2 Test __set_state magic method for recreating a DateTime object
18 object(DateTime)#%d (3) {
H A DDateTimeImmutable_set_state.phpt2 Test __set_state magic method for recreating a DateTimeImmutable object
18 object(DateTimeImmutable)#%d (3) {
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Denum_forward_compat.phpt16 public function method(X $param) : object {}
20 public function method(object $param) : Y {}
/PHP-7.4/Zend/tests/
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dgc_042.phpt22 object(Test)#1 (1) {
24 object(stdClass)#2 (1) {
H A Dbug71539_1.phpt5 $x = (object)['a'=>1,'b'=>2,'c'=>3,'d'=>4,'e'=>5,'f'=>6,'g'=>7];
11 object(stdClass)#1 (9) {
H A Dclone_004.phpt2 Testing usage of object as array on clone statement
18 Fatal error: Uncaught Error: Cannot use object of type foo as array in %s:%d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_driver_unclonable.phpt2 Trying to clone mysqli_driver object
13 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class mysqli_driver in %s:%d
/PHP-7.4/ext/spl/tests/
H A Dfileobject_getfileinfo_basic.phpt22 object(SplFileInfo)#%d (2) {
30 object(SplFileInfo)#%d (2) {
38 object(SplFileInfo)#%d (2) {
H A Dbug41528.phpt22 object(ClassOne)#1 (2) {
30 object(ClassOne)#2 (2) {
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getClosure_basic.phpt33 $object = new Example();
43 $closure = $method->getClosure( $object );
45 $object->bar = 34;
H A D004.phpt2 ReflectionMethod::invoke() with non object or null value
41 Trying to invoke non static method a::a() without an object
42 Given object is not an instance of the class this method was declared in
/PHP-7.4/ext/pdo/tests/
H A Dpdo_004.phpt30 object(stdClass)#%d (2) {
37 object(stdClass)#%d (2) {
44 object(stdClass)#%d (2) {
/PHP-7.4/ext/standard/tests/array/
H A Darray_udiff_uassoc_basic.phpt31 object(cr)#%d (1) {
36 object(cr)#%d (1) {
41 object(cr)#%d (1) {
/PHP-7.4/ext/standard/
H A Dphp_incomplete_class.h54 PHPAPI zend_string *php_lookup_class_name(zval *object);
55 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len);
/PHP-7.4/Zend/tests/return_types/
H A Dinheritance008.phpt24 object(B)#%d (0) {
26 object(A)#%d (0) {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug45706.phpt18 object(__PHP_Incomplete_Class)#3 (5) {
33 object(__PHP_Incomplete_Class)#4 (1) {
/PHP-7.4/ext/dom/
H A Ddom_iterators.c160 zval *object = &iterator->intern.data; in php_dom_iterator_current_key() local
162 if (instanceof_function(Z_OBJCE_P(object), dom_nodelist_class_entry)) { in php_dom_iterator_current_key()
179 zval *object; in php_dom_iterator_move_forward() local
191 object = &iterator->intern.data; in php_dom_iterator_move_forward()
192 nnmap = Z_DOMOBJ_P(object); in php_dom_iterator_move_forward()
258 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator() argument
275 Z_ADDREF_P(object); in php_dom_get_iterator()
276 ZVAL_OBJ(&iterator->intern.data, Z_OBJ_P(object)); in php_dom_get_iterator()
281 intern = Z_DOMOBJ_P(object); in php_dom_get_iterator()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c283 return object; in reflection_instantiate()
1436 zval *object; in ZEND_METHOD() local
1499 zval *object; in ZEND_METHOD() local
2245 zval *object; in ZEND_METHOD() local
3151 fci.object = object ? Z_OBJ_P(object) : NULL; in reflection_method_invoke()
3159 fcc.object = object ? Z_OBJ_P(object) : NULL; in reflection_method_invoke()
3694 zval *object; in reflection_class_object_ctor() local
4656 zval *object; in ZEND_METHOD() local
5274 zval *object; in ZEND_METHOD() local
5721 zval *object; in ZEND_METHOD() local
[all …]
/PHP-7.4/tests/lang/
H A DforeachLoop.016.phpt152 Warning: Creating default object from empty value in %s on line %d
160 Warning: Creating default object from empty value in %s on line %d
162 Warning: Creating default object from empty value in %s on line %d
170 Warning: Creating default object from empty value in %s on line %d
178 Warning: Creating default object from empty value in %s on line %d
186 Warning: Creating default object from empty value in %s on line %d
188 Warning: Creating default object from empty value in %s on line %d
208 Warning: Creating default object from empty value in %s on line %d

Completed in 68 milliseconds

1...<<21222324252627282930>>...80