Home
last modified time | relevance | path

Searched refs:obj (Results 576 – 594 of 594) sorted by relevance

1...<<21222324

/PHP-8.3/ext/xmlwriter/
H A Dphp_xmlwriter.c38 ze_xmlwriter_object *obj = Z_XMLWRITER_P(object); \
39 ptr = obj->ptr; \
/PHP-8.3/Zend/
H A Dzend_API.h540 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties);
551 ZEND_API void add_assoc_object_ex(zval *arg, const char *key, size_t key_len, zend_object *obj);
582 static zend_always_inline void add_assoc_object(zval *arg, const char *key, zend_object *obj) { in add_assoc_object() argument
583 add_assoc_object_ex(arg, key, strlen(key), obj); in add_assoc_object()
601 ZEND_API void add_index_object(zval *arg, zend_ulong index, zend_object *obj);
618 ZEND_API zend_result add_next_index_object(zval *arg, zend_object *obj);
637 ZEND_API void add_property_object_ex(zval *arg, const char *key, size_t key_len, zend_object *obj);
668 static zend_always_inline void add_property_object(zval *arg, const char *key, zend_object *obj) { in add_property_object() argument
669 add_property_object_ex(arg, key, strlen(key), obj); in add_property_object()
H A Dzend_types.h321 zend_object *obj; member
834 #define OBJ_FLAGS(obj) GC_FLAGS(obj) argument
985 #define Z_OBJ(zval) (zval).value.obj
H A Dzend_operators.c860 zend_object *obj; in convert_to_object() local
870 obj = zend_objects_new(zend_standard_class_def); in convert_to_object()
871 obj->properties = ht; in convert_to_object()
872 ZVAL_OBJ(op, obj); in convert_to_object()
/PHP-8.3/ext/imap/
H A Dphp_imap.c161 static inline zend_object *imap_object_to_zend_object(php_imap_object *obj) { in imap_object_to_zend_object() argument
162 return ((zend_object*)(obj + 1)) - 1; in imap_object_to_zend_object()
170 php_imap_object *obj = zend_object_alloc(sizeof(php_imap_object), ce); in imap_object_create() local
171 zend_object *zobj = imap_object_to_zend_object(obj); in imap_object_create()
172 obj->imap_stream = NULL; in imap_object_create()
173 obj->flags = 0; in imap_object_create()
187 php_imap_object *obj = imap_object_from_zend_object(zobj); in imap_object_destroy() local
189 if (obj->imap_stream) { in imap_object_destroy()
191 if (!(obj->flags & OP_PROTOTYPE)) { in imap_object_destroy()
192 mail_close_full(obj->imap_stream, obj->flags); in imap_object_destroy()
/PHP-8.3/ext/mysqli/
H A Dmysqli_api.c702 zval obj; in PHP_FUNCTION() local
718 object_init(&obj); in PHP_FUNCTION()
720 php_add_field_properties(&obj, field); in PHP_FUNCTION()
721 add_index_zval(return_value, i, &obj); in PHP_FUNCTION()
/PHP-8.3/ext/sodium/
H A Dlibsodium.c126 static void sodium_remove_param_values_from_backtrace(zend_object *obj) { in ZEND_GET_MODULE()
128 …zval *trace = zend_read_property_ex(zend_get_exception_base(obj), obj, ZSTR_KNOWN(ZEND_STR_TRACE),… in ZEND_GET_MODULE()
144 zend_object *obj = zend_ce_exception->create_object(ce); in sodium_exception_create_object() local
145 sodium_remove_param_values_from_backtrace(obj); in sodium_exception_create_object()
146 return obj; in sodium_exception_create_object()
/PHP-8.3/.github/workflows/
H A Dpush.yml221 PHP_BUILD_OBJ_DIR: C:\obj
H A Dnightly.yml882 PHP_BUILD_OBJ_DIR: C:\obj
/PHP-8.3/ext/spl/
H A Dspl_directory.c56 static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object *obj) /* {{{ */ { in spl_filesystem_from_obj() argument
57 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
68 static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator(spl_filesystem_object *obj) in spl_filesystem_object_to_iterator() argument
73 it->object = (void *)obj; in spl_filesystem_object_to_iterator()
/PHP-8.3/ext/curl/
H A Dinterface.c532 zend_result curl_cast_object(zend_object *obj, zval *result, int type) in curl_cast_object() argument
537 ZVAL_LONG(result, obj->handle); in curl_cast_object()
541 return zend_std_cast_object_tostring(obj, result, type); in curl_cast_object()
/PHP-8.3/ext/phar/
H A Dphar_object.c1835 zval *obj; in PHP_METHOD() local
1840 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|S!", &obj, zend_ce_traversable, &base) == FAILURE) { in PHP_METHOD()
1859 pass.c = Z_OBJCE_P(obj); in PHP_METHOD()
1870 if (SUCCESS == spl_iterator_apply(obj, (spl_iterator_apply_func_t) phar_build, (void *) &pass)) { in PHP_METHOD()
/PHP-8.3/ext/sockets/
H A Dsockets.c162 static inline php_addrinfo *address_info_from_obj(zend_object *obj) { in address_info_from_obj() argument
163 return (php_addrinfo *)((char *)(obj) - XtOffsetOf(php_addrinfo, std)); in address_info_from_obj()
/PHP-8.3/Zend/tests/
H A D019.phpt222 // dump the object to see that obj was not harmed
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c8219 zend_object *obj = Z_OBJ(EX(This)); in zend_jit_trace_exit() local
8221 GC_ADDREF(obj); in zend_jit_trace_exit()
8222 ZVAL_OBJ(EX_VAR_NUM(i), obj); in zend_jit_trace_exit()
H A Dzend_jit_arm64.dasc1668 | // zend_objects_store_del(obj);
1676 | // gc_possible_root(obj)
8575 | // Z_PTR(call->This) = obj;
8590 | // GC_ADDREF(obj);
8939 | // if (CACHED_PTR(opline->result.num) == obj->ce)) {
10768 | ldr FCARG1x, EX->This.value.obj
H A Dzend_jit_x86.dasc1585 | // zend_objects_store_del(obj);
1593 | // gc_possible_root(obj)
9202 | // Z_PTR(call->This) = obj;
9214 | // GC_ADDREF(obj);
9608 | // if (CACHED_PTR(opline->result.num) == obj->ce)) {
11474 | mov FCARG1a, EX->This.value.obj
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic8135 # executable (RISC System/6000 V3.1) or obj module (./ibm6000)
8154 !:ext o/obj/lib
8156 #!:ext cof/o/obj/lib
18103 0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
18106 #0 beshort 0x0103 executable (RT Version 2) or obj module
32887 >>4096 string >0 \b, obj.layout: '%s'
32888 >>4096 string <0 \b, obj.layout: NULL
40762 !:ext obj/o/a
H A Dmagic私はガラスを食べられます8135 # executable (RISC System/6000 V3.1) or obj module (./ibm6000)
8154 !:ext o/obj/lib
8156 #!:ext cof/o/obj/lib
18103 0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
18106 #0 beshort 0x0103 executable (RT Version 2) or obj module
32887 >>4096 string >0 \b, obj.layout: '%s'
32888 >>4096 string <0 \b, obj.layout: NULL
40762 !:ext obj/o/a

Completed in 422 milliseconds

1...<<21222324