Home
last modified time | relevance | path

Searched refs:object (Results 351 – 375 of 2489) sorted by relevance

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

/php-src/Zend/
H A Dzend_exceptions.c92 return i_get_exception_base(object); in zend_get_exception_base()
291 return object; in zend_default_exception_new()
308 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
311 object = ZEND_THIS; in ZEND_METHOD()
346 zval *object = ZEND_THIS; in ZEND_METHOD() local
365 object = ZEND_THIS; in ZEND_METHOD()
401 #define GET_PROPERTY(object, id) \ argument
402 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &…
404 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 1, &…
622 zval *object = ZEND_THIS; in ZEND_METHOD() local
[all …]
/php-src/ext/date/tests/
H A DgetSetMicroseconds.phpt71 object(DateTime)#%d (3) {
80 object(DateTimeImmutable)#%d (3) {
89 object(MyDateTime)#%d (3) {
98 object(MyDateTimeImmutable)#%d (3) {
107 DateTime::setMicrosecond(0): object(DateTime)#%d (3) {
116 DateTimeImmutable::setMicrosecond(0): object(DateTimeImmutable)#%d (3) {
125 MyDateTime::setMicrosecond(0): object(MyDateTime)#%d (3) {
134 MyDateTimeImmutable::setMicrosecond(0): object(MyDateTimeImmutable)#%d (3) {
144 DateTime::setMicrosecond(999999): object(DateTime)#%d (3) {
153 DateTimeImmutable::setMicrosecond(999999): object(DateTimeImmutable)#%d (3) {
[all …]
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) {
/php-src/ext/intl/dateformat/
H A Ddateformat_class.c32 void IntlDateFormatter_object_free( zend_object *object ) in IntlDateFormatter_object_free() argument
34 IntlDateFormatter_object* dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_free()
65 zend_object *IntlDateFormatter_object_clone(zend_object *object) in IntlDateFormatter_object_clone() argument
70 dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_clone()
73 new_obj = IntlDateFormatter_ce_ptr->create_object(object->ce); in IntlDateFormatter_object_clone()
/php-src/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-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_coalesce.phpt57 object(stdClass)#4 (0) {
67 TypeError: SplObjectStorage::offsetSet(): Argument #1 ($object) must be of type object, string given
68 TypeError: SplObjectStorage::offsetExists(): Argument #1 ($object) must be of type object, string g…
71 object(SplObjectStorage)#1 (1) {
77 object(stdClass)#2 (0) {
85 object(stdClass)#3 (0) {
H A Dbug61453.phpt8 $object = new StdClass;
10 if(isset($objects[$object])){
14 $objects[$object] = 1;
/php-src/ext/standard/tests/general_functions/
H A Dtype.phpt40 "object",
72 string(6) "object"
198 object(stdClass)#%d (0) {
260 object(stdClass)#%d (3) {
269 object(stdClass)#%d (1) {
274 object(stdClass)#%d (3) {
283 object(stdClass)#%d (1) {
288 object(stdClass)#%d (1) {
293 object(stdClass)#%d (0) {
296 object(stdClass)#%d (1) {
[all …]
/php-src/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-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_multiple_arguments.phpt34 object(SensitiveParameterValue)#%d (0) {
39 object(SensitiveParameterValue)#%d (0) {
56 object(SensitiveParameterValue)#%d (0) {
61 object(SensitiveParameterValue)#%d (0) {
H A Dsensitive_parameter_named_arguments.phpt34 object(SensitiveParameterValue)#%d (0) {
39 object(SensitiveParameterValue)#%d (0) {
56 object(SensitiveParameterValue)#%d (0) {
61 object(SensitiveParameterValue)#%d (0) {
/php-src/ext/ffi/tests/
H A D025.phpt28 object(FFI\CData:int32_t)#%d (1) {
32 object(FFI\CData:int32_t)#%d (1) {
38 object(FFI\CData:char)#%d (1) {
42 object(FFI\CData:char)#%d (1) {
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt25 echo "\n\nOrder with object property assignment:\n";
30 echo "\n\nOrder with nested object property assignment:\n";
90 Order with object property assignment:
93 object(stdClass)#%d (1) {
99 Order with nested object property assignment:
102 object(stdClass)#%d (1) {
104 object(stdClass)#%d (1) {
106 object(stdClass)#%d (1) {
117 object(stdClass)#%d (1) {
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt2 Test lstat() and stat() functions: usage variations - dir/file name stored in object
16 echo "*** Testing stat() with filename & directory name stored inside an object ***\n";
25 // directory name stored in an object
28 // file name stored in an object
31 echo "\n-- Testing stat() on filename stored inside an object --\n";
35 echo "\n-- Testing stat() on directory name stored inside an object --\n";
48 *** Testing stat() with filename & directory name stored inside an object ***
50 -- Testing stat() on filename stored inside an object --
106 -- Testing stat() on directory name stored inside an object --
/php-src/ext/zend_test/
H A Dtest.stub.php219 function zend_string_or_object(object|string $param): object|string {}
221 function zend_string_or_object_or_null(object|string|null $param): object|string|null {}
235 function zend_weakmap_attach(object $object, mixed $value): bool {} argument
236 function zend_weakmap_remove(object $object): bool {} argument
248 …function zend_call_method(object|string $obj_or_class, string $method, mixed $arg1 = UNKNOWN, mixe…
/php-src/ext/gmp/tests/
H A Dcomparison.phpt21 object(GMP)#1 (1) {
28 object(GMP)#2 (1) {
33 object(GMP)#3 (1) {
/php-src/ext/standard/tests/serialize/
H A Dserialize_globals_var_refs.phpt16 object(stdClass)#1 (0) {
18 object(stdClass)#2 (1) {
20 object(stdClass)#1 (0) {
/php-src/ext/standard/tests/strings/
H A Dbug22224.phpt2 Bug #22224 (implode changes object references in array)
26 &object(foo)#%d (0) {
29 &object(foo)#%d (0) {
/php-src/ext/spl/
H A Dspl_heap.c172 if (object) { in spl_ptr_heap_zval_max_cmp()
173 spl_heap_object *heap_object = Z_SPLHEAP_P(object); in spl_ptr_heap_zval_max_cmp()
195 if (object) { in spl_ptr_heap_zval_min_cmp()
221 if (object) { in spl_ptr_pqueue_elem_cmp()
909 if (object->heap->flags & SPL_HEAP_CORRUPTED) { in spl_heap_it_get_current_data()
914 if (object->heap->count == 0) { in spl_heap_it_get_current_data()
917 return spl_heap_elem(object->heap, 0); in spl_heap_it_get_current_data()
927 if (object->heap->flags & SPL_HEAP_CORRUPTED) { in spl_pqueue_it_get_current_data()
932 if (object->heap->count == 0) { in spl_pqueue_it_get_current_data()
948 ZVAL_LONG(key, object->heap->count - 1); in spl_heap_it_get_current_key()
[all …]
/php-src/ext/reflection/tests/
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 …]
H A Dbug67068.phpt9 $object = new MyClass;
10 $reflector = new \ReflectionMethod($object, 'method');
11 $closure = $reflector->getClosure($object);
/php-src/ext/dom/tests/
H A Dxpath_domnamespacenode.phpt20 object(DOMNameSpaceNode)#4 (10) {
36 string(22) "(object value omitted)"
38 string(22) "(object value omitted)"
40 string(22) "(object value omitted)"
/php-src/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
/php-src/ext/simplexml/tests/
H A Dsimplexml_load_file.phpt13 object(SimpleXMLElement)#1 (1) {
17 object(SimpleXMLElement)#2 (2) {
24 object(SimpleXMLElement)#3 (2) {

Completed in 102 milliseconds

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