Home
last modified time | relevance | path

Searched refs:object (Results 251 – 275 of 2090) sorted by relevance

1...<<11121314151617181920>>...84

/PHP-8.0/ext/spl/tests/
H A Dbug61453.phpt8 $object = new StdClass;
10 if(isset($objects[$object])){
14 $objects[$object] = 1;
H A Dbug60201.phpt14 object(ReflectionParameter)#%d (1) {
19 object(ReflectionParameter)#%d (1) {
24 object(ReflectionParameter)#%d (1) {
H A Dbug69108.phpt10 $object = new StdClass();
11 $a[] = $object;
12 $b->attach($object);
/PHP-8.0/ext/simplexml/tests/
H A Dbug75245.phpt12 object(SimpleXMLElement)#1 (2) {
14 object(SimpleXMLElement)#2 (0) {
17 object(SimpleXMLElement)#3 (0) {
H A Dbug69491.phpt13 object(SimpleXMLElement)#1 (1) {
15 object(SimpleXMLElement)#2 (1) {
17 object(SimpleXMLElement)#3 (0) {
H A Dbug72971_2.phpt20 object(SimpleXMLElement)#2 (1) {
24 object(SimpleXMLElement)#3 (1) {
28 object(SimpleXMLElement)#3 (1) {
32 object(SimpleXMLElement)#2 (1) {
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
6 * Testing array_map() for object functionality with following callback function variations:
7 * 1) child class method using parent object
8 * 2) parent class method using child object
55 echo "-- accessing parent method using child class object --\n";
58 echo "-- accessing child method using parent class object --\n";
80 -- accessing parent method using child class object --
89 -- accessing child method using parent class object --
/PHP-8.0/ext/reflection/tests/
H A Dbug67068.phpt9 $object = new MyClass;
10 $reflector = new \ReflectionMethod($object, 'method');
11 $closure = $reflector->getClosure($object);
/PHP-8.0/Zend/tests/
H A Dbug78379_2.phpt2 Bug #78379.2 (Cast to object confuses GC, causes crash)
10 $e1->a = (object)$a;
12 $e2->a = (object)$a;
H A Dclass_alias_021.phpt20 object(foo\bar)#%d (0) {
22 object(foo\bar)#%d (0) {
24 object(foo\bar)#%d (0) {
/PHP-8.0/Zend/tests/object_types/
H A Dmissing_return_type_inheritance_in_class.phpt2 Missing class method a object return type during inheritance
7 public function a() : object {}
15 Fatal error: Declaration of Two::a() must be compatible with One::a(): object in %s on line 8
H A Dreturn_type_in_function.phpt2 Adding a function object return type
6 function a() : object {
12 Fatal error: Uncaught TypeError: a(): Return value must be of type object, int returned in %s:%d
H A Dmissing_return_type_inheritance_in_interface.phpt2 Missing interface method a object return type during inheritance
7 public function a() : object;
15 Fatal error: Declaration of Two::a() must be compatible with One::a(): object in %s on line %d
/PHP-8.0/ext/intl/collator/
H A Dcollator_attr.c35 &object, Collator_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
59 &object, Collator_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION()
82 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
104 &object, Collator_ce_ptr, &strength ) == FAILURE ) in PHP_FUNCTION()
/PHP-8.0/ext/ffi/tests/
H A D025.phpt26 object(FFI\CData:int32_t)#%d (1) {
30 object(FFI\CData:int32_t)#%d (1) {
36 object(FFI\CData:char)#%d (1) {
40 object(FFI\CData:char)#%d (1) {
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp46 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create() argument
61 object_init_ex(object, ce); in breakiterator_object_create()
63 breakiterator_object_construct(object, biter); in breakiterator_object_create()
66 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct() argument
97 static zend_object *BreakIterator_clone_obj(zend_object *object) in BreakIterator_clone_obj() argument
103 bio_orig = php_intl_breakiterator_fetch_object(object); in BreakIterator_clone_obj()
106 ret_val = BreakIterator_ce_ptr->create_object(object->ce); in BreakIterator_clone_obj()
137 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info() argument
148 bio = php_intl_breakiterator_fetch_object(object); in BreakIterator_get_debug_info()
186 static void BreakIterator_objects_free(zend_object *object) in BreakIterator_objects_free() argument
[all …]
/PHP-8.0/ext/opcache/tests/opt/
H A Dnullsafe_002.phpt43 0000 #1.CV0($test) [null, object (instanceof Test)] = RECV 1
45 0002 #2.T1 [null] = JMP_NULL #1.CV0($test) [null, object (instanceof Test)] BB2
53 …[object (instanceof Test)] = Pi<BB0>(#1.CV0($test) [null, object (instanceof Test)] & TYPE [ref, b…
54 0003 #4.T1 [long] = FETCH_OBJ_R #3.CV0($test) [object (instanceof Test)] string("prop")
/PHP-8.0/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)
H A Dzend_exceptions.c76 return i_get_exception_base(object); in zend_get_exception_base()
267 return object; in zend_default_exception_new_ex()
299 object = ZEND_THIS; in ZEND_METHOD()
334 zval *object = ZEND_THIS; in ZEND_METHOD() local
356 object = ZEND_THIS; in ZEND_METHOD()
392 #define GET_PROPERTY(object, id) \ argument
393 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &…
395 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 1, &…
608 zval *object; in ZEND_METHOD() local
615 object = ZEND_THIS; in ZEND_METHOD()
[all …]
H A Dzend_interfaces.h41 ZEND_API zval* zend_call_method(zend_object *object, zend_class_entry *obj_ce, zend_function **fn_p…
70 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *iterator);
71 ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, in…
75 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial…
76 ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, si…
78 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_…
79 ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *b…
/PHP-8.0/ext/intl/formatter/
H A Dformatter_main.c44 object = return_value; in numfmt_ctor()
107 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
112 nfo = Z_INTL_NUMBERFORMATTER_P(object); in PHP_FUNCTION()
127 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
132 nfo = Z_INTL_NUMBERFORMATTER_P(object); in PHP_FUNCTION()
H A Dformatter_class.c34 void NumberFormatter_object_free( zend_object *object ) in NumberFormatter_object_free() argument
36 NumberFormatter_object* nfo = php_intl_number_format_fetch_object(object); in NumberFormatter_object_free()
61 zend_object *NumberFormatter_object_clone(zend_object *object) in NumberFormatter_object_clone() argument
66 nfo = php_intl_number_format_fetch_object(object); in NumberFormatter_object_clone()
69 new_obj = NumberFormatter_ce_ptr->create_object(object->ce); in NumberFormatter_object_clone()
/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c356 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_read_dimension()
419 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_write_dimension()
462 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_unset_dimension()
541 zval *object = ZEND_THIS; in PHP_METHOD() local
554 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
593 zval *object = ZEND_THIS; in PHP_METHOD() local
600 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
689 zval *object = ZEND_THIS; in PHP_METHOD() local
696 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
702 zval *object = ZEND_THIS; in PHP_METHOD() local
[all …]
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp250 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
376 object = getThis(); in PHP_FUNCTION()
381 ZEND_NUM_ARGS(), object, "Oll|llll", in PHP_FUNCTION()
526 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
609 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
633 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1034 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1110 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1115 co = Z_INTL_CALENDAR_P(object); in PHP_FUNCTION()
1128 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/date/tests/
H A DDateTime_construct_basic1.phpt19 object(DateTime)#%d (3) {
27 object(DateTime)#%d (3) {
35 object(DateTime)#%d (3) {
43 object(DateTime)#%d (3) {

Completed in 54 milliseconds

1...<<11121314151617181920>>...84