Home
last modified time | relevance | path

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

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

/PHP-7.4/ext/opcache/tests/opt/
H A Dprop_types.phpt57 #1.CV0($test) [object (instanceof Test)] = RECV 1
59 #2.T1 [bool] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("public")
61 #3.T1 [any] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("protected")
63 #4.T1 [any] = FETCH_OBJ_R #1.CV0($test) [object (instanceof Test)] string("private")
91 #1.CV0($test2) [object (instanceof Test2)] = RECV 1
93 #2.T1 [bool] = FETCH_OBJ_R #1.CV0($test2) [object (instanceof Test2)] string("public")
95 … #3.T1 [long] = FETCH_OBJ_R #1.CV0($test2) [object (instanceof Test2)] string("protected")
97 … #4.T1 [double] = FETCH_OBJ_R #1.CV0($test2) [object (instanceof Test2)] string("private")
/PHP-7.4/Zend/tests/
H A Dfr47160.phpt112 Exception: Using $this when not in object context
116 Exception: Using $this when not in object context
119 object(Hello)#%d (0) {
122 object(Hello)#%d (0) {
126 object(Hello)#%d (0) {
129 object(Hello)#%d (0) {
133 object(Hello)#%d (0) {
136 object(Hello)#%d (0) {
H A D016.phpt2 isset() with object properties when operating on non-object
H A Dbug68163.phpt2 Bug #68163: Using reference as object property name
6 $obj = (object) ['foo' => 'bar'];
H A Dthis_in_eval.phpt14 object(C)#1 (0) {
16 object(C)#1 (0) {
H A Dclass_alias_007.phpt16 object(foo)#%d (0) {
18 object(foo)#%d (0) {
/PHP-7.4/ext/standard/tests/array/
H A Dvar_export.phpt5 $a = (object) array (1, 3, "foo" => "bar");
9 (object) array(
H A Darray_column_object_cast.phpt47 object(ColumnKeyClass)#%d (0) {
49 object(IndexKeyClass)#%d (0) {
51 object(ValueClass)#%d (0) {
/PHP-7.4/ext/simplexml/tests/
H A Dbug39760.phpt28 object(SimpleXMLElement)#%d (1) {
32 object(SimpleXMLElement)#%d (1) {
36 object(SimpleXMLElement)#%d (1) {
/PHP-7.4/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_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
/PHP-7.4/ext/sqlite3/tests/
H A Dbug66550.phpt15 // Close the database connection and free the internal sqlite3_stmt object
17 // Access the sqlite3_stmt object via the php_sqlite3_stmt container
22 Warning: SQLite3Stmt::reset(): The SQLite3 object has not been correctly initialised in %s
/PHP-7.4/ext/spl/
H A Dspl_array.h32 extern void spl_array_iterator_append(zval *object, zval *append_value);
33 extern void spl_array_iterator_key(zval *object, zval *return_value);
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getClosureThis.phpt25 $object = new Example();
35 $closure = $method->getClosure( $object );
44 object(Example)#%d (1) {
H A Dtraits004.phpt33 object(ReflectionClass)#1 (1) {
48 object(ReflectionClass)#2 (1) {
53 object(ReflectionClass)#3 (1) {
H A Dbug46103.phpt12 object(stdClass)#1 (1) {
14 object(ReflectionObject)#2 (1) {
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_013.phpt33 object(Closure)#%d (1) {
41 object(Autoloader)#%d (1) {
46 object(Autoloader)#%d (1) {
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_variation6.phpt2 Test function posix_ttyname() by substituting argument 1 with object values.
17 echo "*** Test substituting argument 1 with object values ***\n";
34 return "Class A object";
53 *** Test substituting argument 1 with object values ***
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp86 object = &zoi_iter->wrapping_obj; in string_enum_current_move_forward()
111 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-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.h34 zval *object,
39 zend_class_entry *ce, zval *object, int by_ref);
H A Dbreakiterator_class.cpp50 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create() argument
65 object_init_ex(object, ce); in breakiterator_object_create()
67 breakiterator_object_construct(object, biter); in breakiterator_object_create()
70 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct() argument
99 static zend_object *BreakIterator_clone_obj(zval *object) in BreakIterator_clone_obj() argument
105 bio_orig = Z_INTL_BREAKITERATOR_P(object); in BreakIterator_clone_obj()
108 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object)); in BreakIterator_clone_obj()
139 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp) in BreakIterator_get_debug_info() argument
150 bio = Z_INTL_BREAKITERATOR_P(object); in BreakIterator_get_debug_info()
188 static void BreakIterator_objects_free(zend_object *object) in BreakIterator_objects_free() argument
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_004.phpt2 Test session_set_save_handler() : default object
19 echo "*** Testing session_set_save_handler() : default object ***\n";
37 *** Testing session_set_save_handler() : default object ***
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.h64 void calendar_object_create(zval *object, Calendar *calendar);
66 Calendar *calendar_fetch_native_calendar(zval *object);
68 void calendar_object_construct(zval *object, Calendar *calendar);
/PHP-7.4/ext/date/tests/
H A DDateTime_serialize.phpt15 // Try to use unserialzied object
21 object(DateTime)#%d (3) {
30 object(DateTime)#%d (3) {
H A Ddate_diff1.phpt15 object(DateTime)#1 (3) {
23 object(DateTime)#2 (3) {
31 object(DateInterval)#%d (16) {
/PHP-7.4/tests/classes/
H A Dconstants_basic_002.phpt17 echo "\nClass constant not visible in object var_dump.\n";
29 Class constant not visible in object var_dump.
30 object(aclass)#%d (0) {

Completed in 101 milliseconds

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