Home
last modified time | relevance | path

Searched refs:object (Results 426 – 450 of 2492) sorted by relevance

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

/php-src/ext/reflection/tests/
H A Diterable_Reflection.phpt64 object(ReflectionNamedType)#%d (0) {
70 object(ReflectionNamedType)#%d (0) {
76 object(ReflectionNamedType)#%d (0) {
82 object(ReflectionNamedType)#%d (0) {
88 object(ReflectionNamedType)#%d (0) {
94 object(ReflectionNamedType)#%d (0) {
H A DReflectionClass_constructor_001.phpt22 object(ReflectionClass)#%d (1) {
26 object(ReflectionClass)#%d (1) {
30 object(ReflectionClass)#%d (1) {
/php-src/Zend/tests/
H A Dtrampoline_closure_named_arguments.phpt72 object(Test)#1 (0) {
80 object(Test)#1 (0) {
117 object(Test)#1 (0) {
125 object(Test)#1 (0) {
139 object(ReflectionParameter)#4 (1) {
145 object(ReflectionNamedType)#5 (0) {
H A Dbug38287.phpt22 static $object=NULL;
23 if ($object===NULL)
24 $object=new something;
25 return $object;
/php-src/ext/zend_test/tests/
H A Dzend_forbid_dynamic_call.phpt8 $object = new ZendTestForbidDynamicCall();
9 $object->call();
13 $call = [$object, 'call'];
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid7.phpt2 Replacing object type with intersection type
10 function method1(): object {}
11 function method2(): object|int {}
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid4.phpt2 Replacing object type with not-loadable intersection type
8 function method(): object {}
17 Fatal error: Could not check compatibility between Test2::method(): X&Y and Test::method(): object,…
/php-src/ext/pdo/tests/
H A Dbug_52098.phpt25 echo "Calling object method '$name'" . implode(', ', $arguments). "\n";
47 Test object instance of PDOStatement class.
59 Calling object method 'foo'
60 Calling object method 'bar'
61 Calling object method 'lucky'
/php-src/ext/intl/formatter/
H A Dformatter_main.c50 object = return_value; in numfmt_ctor()
120 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
125 nfo = Z_INTL_NUMBERFORMATTER_P(object); in PHP_FUNCTION()
140 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
145 nfo = Z_INTL_NUMBERFORMATTER_P(object); in PHP_FUNCTION()
/php-src/tests/classes/
H A Diterators_004.phpt13 echo "object:$w\n";
49 echo "object:$v=>$w\n";
57 object:max=>3
58 object:num=>0
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) {
/php-src/ext/simplexml/tests/
H A D014b.phpt32 object(SimpleXMLElement)#%d (1) {
37 object(SimpleXMLElement)#%d (1) {
41 object(SimpleXMLElement)#%d (1) {
50 object(SimpleXMLElement)#%d (1) {
H A D014a.phpt32 object(SimpleXMLElement)#%d (1) {
37 object(SimpleXMLElement)#%d (1) {
41 object(SimpleXMLElement)#%d (1) {
51 object(SimpleXMLElement)#%d (1) {
/php-src/ext/spl/tests/
H A DarrayObject_asort_basic2.phpt2 SPL: Test ArrayObject::asort() function : basic functionality with object based store
26 object(ArrayObject)#2 (1) {
28 object(C)#1 (4) {
39 object(C)#1 (4) {
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store
26 object(ArrayObject)#2 (1) {
28 object(C)#1 (4) {
39 object(C)#1 (4) {
H A Darray_015.phpt42 object(ArrayObject)#%d (1) {
58 object(ArrayObject)#%d (1) {
73 object(ArrayObject)#%d (1) {
83 object(ArrayObject)#%d (1) {
/php-src/ext/date/tests/
H A Ddate_period_set_state1.phpt22 object(DatePeriod)#%d (%d) {
24 object(DateTime)#%d (%d) {
35 object(DateTime)#%d (%d) {
44 object(DateInterval)#%d (%d) {
/php-src/ext/json/
H A Dphp_json_parser.h32 php_json_parser *parser, zval *object);
34 php_json_parser *parser, zval *object);
36 php_json_parser *parser, zval *object, zend_string *key, zval *zvalue);
40 php_json_parser *parser, zval *object);
/php-src/ext/pgsql/tests/
H A Dgh10672.phpt22 // Create an empty large object
29 // Open the large object for writing
36 echo 'The large object has been opened successfully.', PHP_EOL;
47 The large object has been opened successfully.
/php-src/Zend/tests/weakrefs/
H A Dgh10043-014.phpt27 object(WeakMap)#1 (1) {
31 object(Value)#2 (1) {
36 object(Value)#2 (1) {
H A Dgh10043-006.phpt28 object(WeakMap)#1 (1) {
32 object(Value)#2 (1) {
37 object(Value)#2 (1) {
/php-src/ext/xml/tests/
H A Dxml_set_element_handler_errors.phpt48 echo 'Invalid start callable, no object set and string not callable:', PHP_EOL;
54 echo 'Invalid end callable, no object set and string not callable:', PHP_EOL;
61 echo 'Invalid start callable, string non existent method on set object:', PHP_EOL;
68 echo 'Invalid end callable, string non existent method on set object:', PHP_EOL;
88 Invalid start callable, no object set and string not callable:
89 ValueError: xml_set_element_handler(): Argument #2 ($start_handler) an object must be set via xml_s…
90 Invalid end callable, no object set and string not callable:
91 ValueError: xml_set_element_handler(): Argument #3 ($end_handler) an object must be set via xml_set…
92 Invalid start callable, string non existent method on set object:
94 Invalid end callable, string non existent method on set object:
/php-src/ext/intl/common/
H A Dcommon_enum.cpp85 object = &zoi_iter->wrapping_obj; in string_enum_current_move_forward()
110 object = &zoi_iter->wrapping_obj; in string_enum_rewind()
140 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object) in IntlIterator_from_StringEnumeration() argument
143 object_init_ex(object, IntlIterator_ce_ptr); in IntlIterator_from_StringEnumeration()
144 ii = Z_INTL_ITERATOR_P(object); in IntlIterator_from_StringEnumeration()
151 ZVAL_OBJ(&((zoi_with_current*)ii->iterator)->wrapping_obj, Z_OBJ_P(object)); in IntlIterator_from_StringEnumeration()
155 static void IntlIterator_objects_free(zend_object *object) in IntlIterator_objects_free() argument
157 IntlIterator_object *ii = php_intl_iterator_fetch_object(object); in IntlIterator_objects_free()
170 zend_class_entry *ce, zval *object, int by_ref) in IntlIterator_get_iterator() argument
178 IntlIterator_object *ii = Z_INTL_ITERATOR_P(object); in IntlIterator_get_iterator()
/php-src/ext/tokenizer/tests/
H A DPhpToken_constructor.phpt17 object(PhpToken)#1 (4) {
27 object(PhpToken)#2 (4) {
37 object(PhpToken)#1 (4) {

Completed in 42 milliseconds

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