Home
last modified time | relevance | path

Searched refs:object (Results 276 – 300 of 1987) sorted by relevance

1...<<11121314151617181920>>...80

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_constructor_001.phpt22 object(ReflectionClass)#%d (1) {
26 object(ReflectionClass)#%d (1) {
30 object(ReflectionClass)#%d (1) {
H A DReflectionGenerator_in_Generator.phpt40 object(Generator)#2 (0) {
42 object(ReflectionFunction)#4 (1) {
63 object(Generator)#5 (0) {
65 object(ReflectionFunction)#6 (1) {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug28325.phpt21 object(a)#%d (1) {
23 object(b)#%d (1) {
25 object(c)#%d (1) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_071.phpt22 object(Test)#1 (1) {
27 object(Test)#1 (1) {
33 object(Test)#1 (1) {
/PHP-7.4/Zend/tests/object_types/
H A Dtype_hint_in_class_method.phpt2 Adding a class method object type hint
7 public function a(object $obj) {}
14 Fatal error: Uncaught TypeError: Argument 1 passed to One::a() must be an object, int given, called…
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat.c78 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
85 dfo = Z_INTL_DATEFORMATTER_P( object ); in PHP_FUNCTION()
104 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
112 dfo = Z_INTL_DATEFORMATTER_P( object ); in PHP_FUNCTION()
/PHP-7.4/tests/classes/
H A D__call_004.phpt31 object(B)#1 (0) {
34 object(B)#1 (0) {
37 object(B)#1 (0) {
40 object(B)#1 (0) {
H A D__call_005.phpt27 object(B)#1 (0) {
30 object(B)#1 (0) {
33 object(B)#1 (0) {
36 object(B)#1 (0) {
H A Diterators_004.phpt13 echo "object:$w\n";
49 echo "object:$v=>$w\n";
57 object:max=>3
58 object:num=>0
/PHP-7.4/ext/date/tests/
H A DDatePeriod_set_state.phpt2 Test __set_state magic method for recreating a DatePeriod object
22 object(DatePeriod)#%d (6) {
24 object(DateTime)#%d (3) {
37 object(DateInterval)#%d (16) {
H A Dbug52113.phpt36 object(DateInterval)#%d (16) {
88 ))object(DateInterval)#%d (16) {
122 object(DatePeriod)#%d (6) {
124 object(DateTime)#%d (3) {
137 object(DateInterval)#%d (16) {
176 object(DateInterval)#%d (16) {
210 object(DatePeriod)#%d (6) {
212 object(DateTime)#%d (3) {
225 object(DateInterval)#%d (16) {
H A Dbug68406.phpt2 Bug #68406 calling var_dump on a DateTimeZone object modifies it
21 object(DateTimeZone)#4 (2) {
27 object(DateTimeZone)#2 (2) {
/PHP-7.4/Zend/tests/
H A Dbug38287.phpt22 static $object=NULL;
23 if ($object===NULL)
24 $object=new something;
25 return $object;
H A Dbug69446.phpt25 object(bad)#2 (2) {
27 object(stdClass)#3 (0) {
30 object(stdClass)#4 (0) {
H A Deach_002.phpt2 Testing each() with array and object
24 object(stdClass)#1 (0) {
27 object(stdClass)#1 (0) {
/PHP-7.4/ext/json/
H A Dphp_json_parser.h34 php_json_parser *parser, zval *object);
36 php_json_parser *parser, zval *object);
38 php_json_parser *parser, zval *object, zend_string *key, zval *zvalue);
42 php_json_parser *parser, zval *object);
H A Djson_parser.y69 %type <value> start object key value array
95 object:
217 object
242 static int php_json_parser_object_create(php_json_parser *parser, zval *object) in php_json_parser_object_create() argument
245 array_init(object); in php_json_parser_object_create()
248 return object_init(object); in php_json_parser_object_create()
252 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update() argument
255 if (Z_TYPE_P(object) == IS_ARRAY) { in php_json_parser_object_update()
256 zend_symtable_update(Z_ARRVAL_P(object), key, zvalue); in php_json_parser_object_update()
263 zval_ptr_dtor_nogc(object); in php_json_parser_object_update()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dlob_028.phpt51 object(OCI-Lob)#%d (1) {
55 object(OCI-Lob)#%d (1) {
59 object(OCI-Lob)#%d (1) {
63 object(OCI-Lob)#%d (1) {
67 object(OCI-Lob)#%d (1) {
71 object(OCI-Lob)#%d (1) {
/PHP-7.4/Zend/
H A Dzend_interfaces.h69 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *iterator);
70 ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, in…
74 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial…
75 ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, si…
77 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, size_t *buf_len, zend_…
78 ZEND_API int zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *b…
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.005.phpt14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
46 Removing properties before the current element from an iterated object.
51 object(C)#%d (4) {
62 Removing properties before the current element from an iterated object.
68 object(C)#%d (4) {
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug73237.phpt12 …org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sf="urn:object.test.example.org">…
20 object(stdClass)#2 (1) {
22 object(stdClass)#3 (4) {
28 object(SoapVar)#6 (4) {
32 object(stdClass)#4 (3) {
47 object(stdClass)#5 (3) {
60 string(27) "urn:object.test.example.org"
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt71 object(foo)#%d (1) {
75 object(foo)#%d (1) {
82 object(foo)#%d (1) {
87 object(foo)#%d (1) {
92 object(foo)#%d (1) {
100 object(foo)#%d (1) {
104 object(foo)#%d (1) {
/PHP-7.4/ext/spl/
H A Dspl_heap.c178 if (object) { in spl_ptr_heap_zval_max_cmp()
203 if (object) { in spl_ptr_heap_zval_min_cmp()
231 if (object) { in spl_ptr_pqueue_elem_cmp()
488 spl_heap_object *intern = Z_SPLHEAP_P(object); in spl_heap_object_count_elements()
910 if (object->heap->flags & SPL_HEAP_CORRUPTED) { in spl_heap_it_get_current_data()
915 if (object->heap->count == 0) { in spl_heap_it_get_current_data()
918 return spl_heap_elem(object->heap, 0); in spl_heap_it_get_current_data()
933 if (object->heap->count == 0) { in spl_pqueue_it_get_current_data()
949 ZVAL_LONG(key, object->heap->count - 1); in spl_heap_it_get_current_key()
1113 Z_ADDREF_P(object); in spl_heap_get_iterator()
[all …]
/PHP-7.4/ext/spl/tests/
H A DSplObjectStorage_removeAllExcept_basic.phpt8 $a = (object) 'a';
9 $b = (object) 'b';
10 $c = (object) 'c';
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_basic_003.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

Completed in 71 milliseconds

1...<<11121314151617181920>>...80