Home
last modified time | relevance | path

Searched refs:object (Results 1951 – 1975 of 2090) sorted by relevance

1...<<71727374757677787980>>...84

/PHP-8.0/ext/snmp/tests/
H A Dsnmp2_walk.phpt72 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d
H A Dsnmpwalk.phpt72 Warning: snmpwalk(): Invalid object identifier: %s in %s on line %d
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_query_iterators.phpt125 mysqli_result object is already closed
H A Dbug44897.phpt52 printf("[007] Failed to create new statement object, [%d] %s\n",
H A Dmysqli_query_unicode.phpt90 mysqli object is already closed
H A Dmysqli_result_references.phpt132 &object(mysqli_result)#%d (0) refcount(%d){
/PHP-8.0/ext/dom/
H A Dphp_dom.h126 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D001.phpt106 string(38) "Cannot use object of type Foo as array"
/PHP-8.0/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt186 object(Socket)#%d (0) {
189 object(Socket)#%d (0) {
/PHP-8.0/ext/standard/tests/array/
H A Darray_intersect_assoc_variation2.phpt27 return "Class A object";
74 // object data
H A Darray_intersect_variation2.phpt27 return "Class A object";
74 // object data
H A Darray_diff_key_variation1.phpt22 return "Class A object";
71 // object data
H A Darray_diff_key_variation2.phpt22 return "Class A object";
71 // object data
H A Darray_diff_ukey_variation2.phpt32 return "Class A object";
81 // object data
H A Darray_intersect_assoc_variation1.phpt27 return "Class A object";
74 // object data
/PHP-8.0/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt787 string(6) "object"
797 string(6) "object"
807 string(6) "object"
/PHP-8.0/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_005w.phpt10 $param = (object)array(
H A Dr2_groupB_005p.phpt9 $param = (object)array(
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt104 object(myclass)#%d (4) {
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt75 /* Now to remove the large object from the database, so it doesn't
/PHP-8.0/ext/phar/tests/
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
/PHP-8.0/ext/standard/tests/strings/
H A Ducfirst.phpt54 to string" by default when an object is passed instead of string:
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE44 complete object files to the recipients, so that they can relink them
228 derivative of it, under Section 2) in object code or executable form
234 If distribution of object code is made by offering access to copy
238 compelled to copy the source along with the object code.
253 that is part of the Library, the object code for the work may be a
259 If such an object file uses only numerical parameters, data
261 functions (ten lines or less in length), then the use of the object
263 work. (Executables containing this object code plus portions of the
267 distribute the object code for the work under the terms of Section 6.
291 uses the Library", as object code and/or source code, so that the
/PHP-8.0/ext/soap/
H A Dphp_encoding.c1166 zend_update_property(Z_OBJCE_P(object), Z_OBJ_P(object), name, strlen(name), val); in set_zval_property()
1172 if (Z_TYPE_P(object) == IS_OBJECT) { in get_zval_property()
1173 zval *data = zend_read_property(Z_OBJCE_P(object), Z_OBJ_P(object), name, strlen(name), 1, rv); in get_zval_property()
1179 } else if (Z_TYPE_P(object) == IS_ARRAY) { in get_zval_property()
1185 static void unset_zval_property(zval* object, char* name) in unset_zval_property() argument
1187 if (Z_TYPE_P(object) == IS_OBJECT) { in unset_zval_property()
1188 zend_unset_property(Z_OBJCE_P(object), Z_OBJ_P(object), name, strlen(name)); in unset_zval_property()
1189 } else if (Z_TYPE_P(object) == IS_ARRAY) { in unset_zval_property()
1190 zend_hash_str_del(Z_ARRVAL_P(object), name, strlen(name)); in unset_zval_property()
1598 data = get_zval_property(object, model->u.element->name, &rv); in model_to_xml_object()
[all …]
/PHP-8.0/ext/zlib/
H A Dzlib.c69 static zend_function *inflate_context_get_constructor(zend_object *object) { in inflate_context_get_constructor() argument
74 static void inflate_context_free_obj(zend_object *object) in inflate_context_free_obj() argument
76 php_zlib_context *intern = inflate_context_from_obj(object); in inflate_context_free_obj()
108 static zend_function *deflate_context_get_constructor(zend_object *object) { in deflate_context_get_constructor() argument
113 static void deflate_context_free_obj(zend_object *object) in deflate_context_free_obj() argument
115 php_zlib_context *intern = deflate_context_from_obj(object); in deflate_context_free_obj()

Completed in 46 milliseconds

1...<<71727374757677787980>>...84