Home
last modified time | relevance | path

Searched refs:object (Results 226 – 250 of 2192) sorted by relevance

12345678910>>...88

/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_isInstance_error.phpt25 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, integer given in %s on lin…
28 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, double given in %s on line…
31 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, boolean given in %s on lin…
34 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, string given in %s on line…
37 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, null given in %s on line 12
H A DReflectionClass_isInstance_error.phpt26 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, %s given in %s on line 9
29 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, double given in %s on line…
32 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, boolean given in %s on lin…
35 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, string given in %s on line…
38 Warning: ReflectionClass::isInstance() expects parameter 1 to be object, null given in %s on line 13
H A Dbug67068.phpt9 $object = new MyClass;
10 $reflector = new \ReflectionMethod($object, 'method');
11 $closure = $reflector->getClosure($object);
H A DReflectionClass_getProperty_003.phpt99 object(ReflectionProperty)#%d (2) {
107 object(ReflectionProperty)#%d (2) {
117 object(ReflectionProperty)#%d (2) {
125 object(ReflectionProperty)#%d (2) {
135 object(ReflectionProperty)#%d (2) {
143 object(ReflectionProperty)#%d (2) {
151 object(ReflectionProperty)#%d (2) {
161 object(ReflectionProperty)#%d (2) {
169 object(ReflectionProperty)#%d (2) {
177 object(ReflectionProperty)#%d (2) {
[all …]
H A DReflectionClass_getProperty_004.phpt99 object(ReflectionProperty)#%d (2) {
107 object(ReflectionProperty)#%d (2) {
117 object(ReflectionProperty)#%d (2) {
125 object(ReflectionProperty)#%d (2) {
135 object(ReflectionProperty)#%d (2) {
143 object(ReflectionProperty)#%d (2) {
151 object(ReflectionProperty)#%d (2) {
161 object(ReflectionProperty)#%d (2) {
169 object(ReflectionProperty)#%d (2) {
177 object(ReflectionProperty)#%d (2) {
[all …]
H A DReflectionClass_getProperty_001.phpt63 --> Check for s: object(ReflectionProperty)#%d (2) {
69 --> Check for a: object(ReflectionProperty)#%d (2) {
78 --> Check for s: object(ReflectionProperty)#%d (2) {
84 --> Check for a: object(ReflectionProperty)#%d (2) {
93 --> Check for s: object(ReflectionProperty)#%d (2) {
99 --> Check for a: object(ReflectionProperty)#%d (2) {
108 --> Check for s: object(ReflectionProperty)#%d (2) {
114 --> Check for a: object(ReflectionProperty)#%d (2) {
123 --> Check for s: object(ReflectionProperty)#%d (2) {
129 --> Check for a: object(ReflectionProperty)#%d (2) {
[all …]
/PHP-5.5/ext/soap/tests/
H A Dany.phpt59 object(stdClass)#5 (1) {
61 object(stdClass)#6 (1) {
65 object(SOAPComplexType)#7 (3) {
76 object(stdClass)#8 (1) {
78 object(stdClass)#9 (1) {
82 object(SOAPComplexType)#10 (3) {
/PHP-5.5/Zend/
H A Dzend_interfaces.h59 ZEND_API zval *zend_user_it_new_iterator(zend_class_entry *ce, zval *object TSRMLS_DC);
60 ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, in…
64 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_ser…
65 ZEND_API int zend_user_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, z…
67 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, zend_uint *buf_len, ze…
68 ZEND_API int zend_class_unserialize_deny(zval **object, zend_class_entry *ce, const unsigned char *…
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attr.c39 …if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, IntlDateForm… in PHP_FUNCTION()
65 …if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, IntlDateForm… in PHP_FUNCTION()
96 …if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, IntlDateForm… in PHP_FUNCTION()
141 &object, IntlDateFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
179 &object, IntlDateFormatter_ce_ptr,&loc_type) == FAILURE ) in PHP_FUNCTION()
208 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
236 &object, IntlDateFormatter_ce_ptr,&isLenient ) == FAILURE ) in PHP_FUNCTION()
/PHP-5.5/ext/spl/tests/
H A DarrayObject_clone_basic3.phpt25 object(C)#1 (5) {
37 object(ArrayObject)#2 (1) {
39 object(C)#1 (5) {
52 object(ArrayObject)#3 (1) {
54 object(ArrayObject)#2 (1) {
56 object(C)#1 (5) {
70 object(ArrayObject)#4 (1) {
H A Dbug60201.phpt15 &object(ReflectionParameter)#%d (1) {
20 &object(ReflectionParameter)#%d (1) {
25 &object(ReflectionParameter)#%d (1) {
H A Dbug69108.phpt10 $object = new StdClass();
11 $a[] = $object;
12 $b->attach($object);
H A DarrayObject_clone_basic2.phpt2 SPL: Cloning an instance of ArrayObject which wraps an object.
19 object(C)#1 (3) {
27 object(ArrayObject)#2 (1) {
29 object(C)#1 (3) {
38 object(ArrayObject)#3 (1) {
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
11 * Testing array_map() for object functionality with following callback function variations:
12 * 1) child class method using parent object
13 * 2) parent class method using child object
56 echo "-- accessing parent method using child class object --\n";
59 echo "-- accessing child method using parent class object --\n";
79 -- accessing parent method using child class object --
88 -- accessing child method using parent class object --
/PHP-5.5/Zend/tests/
H A Dbug29210.phpt67 $object = new test_class;
68 $object->test();
69 if (is_callable(array($object,'test_func1'))) {
70 $object->test_func1();
74 if (is_callable(array($object,'test_func2'))) {
75 $object->test_func2();
89 $object = new foo();
90 $object->test();
H A Dclass_alias_021.phpt20 object(foo\bar)#%d (0) {
22 object(foo\bar)#%d (0) {
24 object(foo\bar)#%d (0) {
/PHP-5.5/tests/classes/
H A Darray_access_011.phpt10 private $object;
14 function __construct(ArrayAccess $object, array &$array, $element)
17 $this->object = $object;
115 object(ArrayAccessReferenceProxy)#%d (3) {
116 ["object":"ArrayAccessReferenceProxy":private]=>
117 object(Peoples)#%d (1) {
160 object(ArrayAccessReferenceProxy)#%d (3) {
161 ["object":"ArrayAccessReferenceProxy":private]=>
162 object(Peoples)#%d (1) {
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS34 :: The last is ALSO stored in the object whose method call triggered the error,
45 The global error and the object error can be SIMULTANEOUSLY set with these
60 These methods are used to retrieve the error codes stored in the object's
70 They instead destroy the object to that the result of new IntlClass() can
76 the object's private error
87 Fetching of the object is done with zend_parse_method_parameters() instead of
90 way to reset the object's internal error code. Instead, resetting of the
91 object's internal error code is done upon fetching the object from its zval.
98 object = getThis();
109 BREAKITER_METHOD_FETCH_OBJECT; /* macro also resets object's error */
[all …]
H A Dintl_data.h36 zval* object = NULL; \
45 obj = (oclass##_object *) zend_object_store_get_object( object TSRMLS_CC ); \
97 #define INTL_CHECK_LOCALE_LEN_OBJ(locale_len, object) \ argument
101 zval_dtor(object); \
102 ZVAL_NULL(object); \
/PHP-5.5/ext/spl/
H A Dspl_heap.c86 spl_heap_object *object; member
150 if (object) { in spl_ptr_heap_zval_max_cmp()
175 if (object) { in spl_ptr_heap_zval_min_cmp()
206 if (object) { in spl_ptr_pqueue_zval_cmp()
381 efree(object); in spl_heap_object_free_storage()
972 elem = spl_ptr_heap_delete_top(iterator->object->heap, object TSRMLS_CC); in spl_heap_it_move_forward()
1112 Z_ADDREF_P(object); in spl_heap_get_iterator()
1115 iterator->intern.it.data = (void*)object; in spl_heap_get_iterator()
1120 iterator->object = heap_object; in spl_heap_get_iterator()
1136 Z_ADDREF_P(object); in spl_pqueue_get_iterator()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug69491.phpt13 object(SimpleXMLElement)#1 (1) {
15 object(SimpleXMLElement)#2 (1) {
17 object(SimpleXMLElement)#3 (0) {
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp132 object = getThis(); in PHP_FUNCTION()
156 object = getThis(); in PHP_FUNCTION()
201 object = getThis(); in _breakiter_no_args_ret_int32()
225 object = getThis(); in _breakiter_int32_ret_int32()
302 object = getThis(); in PHP_FUNCTION()
335 object = getThis(); in PHP_FUNCTION()
362 object = getThis(); in PHP_FUNCTION()
390 object = getThis(); in PHP_FUNCTION()
409 object, return_value, (parts_iter_key_type)key_type TSRMLS_CC); in PHP_FUNCTION()
415 object = getThis(); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_dump.phpt201 /* object which is unset */
577 object(object_class)#6 (7) {
601 object(object_class)#9 (7) {
635 object(object_class)#9 (7) {
679 object(object_class)#2 (7) {
696 object(object_class)#3 (7) {
713 object(object_class)#2 (7) {
753 object(object_class)#2 (7) {
770 object(object_class)#3 (7) {
790 object(object_class)#5 (7) {
[all …]
H A Dvar_dump_64bit.phpt201 /* object which is unset */
577 object(object_class)#6 (7) {
601 object(object_class)#9 (7) {
635 object(object_class)#9 (7) {
679 object(object_class)#2 (7) {
696 object(object_class)#3 (7) {
713 object(object_class)#2 (7) {
753 object(object_class)#2 (7) {
770 object(object_class)#3 (7) {
790 object(object_class)#5 (7) {
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt2 Test lstat() and stat() functions: usage variations - dir/file name stored in object
29 echo "*** Testing stat() with filename & directory name stored inside an object ***\n";
38 // directory name stored in an object
41 // file name stored in an object
44 echo "\n-- Testing stat() on filename stored inside an object --\n";
48 echo "\n-- Testing stat() on directory name stored inside an object --\n";
62 *** Testing stat() with filename & directory name stored inside an object ***
64 -- Testing stat() on filename stored inside an object --
120 -- Testing stat() on directory name stored inside an object --

Completed in 56 milliseconds

12345678910>>...88