Home
last modified time | relevance | path

Searched refs:zname (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_enum.c44 zval *zname = OBJ_PROP_NUM(zobj, 0); in zend_enum_new() local
45 ZVAL_STR_COPY(zname, case_name); in zend_enum_new()
47 Z_PROP_FLAG_P(zname) = 0; in zend_enum_new()
/PHP-8.3/ext/spl/
H A Dspl_observer.c331 zend_string *zname; in spl_object_storage_debug_info() local
353 zname = spl_gen_private_prop_name(spl_ce_SplObjectStorage, "storage", sizeof("storage")-1); in spl_object_storage_debug_info()
354 zend_symtable_update(debug_info, zname, &storage); in spl_object_storage_debug_info()
355 zend_string_release_ex(zname, 0); in spl_object_storage_debug_info()
H A Dspl_array.c773 zend_string *zname; in spl_array_get_debug_info() local
794 zname = spl_gen_private_prop_name(base, "storage", sizeof("storage")-1); in spl_array_get_debug_info()
795 zend_symtable_update(debug_info, zname, storage); in spl_array_get_debug_info()
796 zend_string_release_ex(zname, 0); in spl_array_get_debug_info()
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c617 static zval *sxe_property_get_adr(zend_object *object, zend_string *zname, int fetch_type, void **c… in sxe_property_get_adr() argument
631 name = ZSTR_VAL(zname); in sxe_property_get_adr()
636 ZVAL_STR(&member, zname); in sxe_property_get_adr()
/PHP-8.3/ext/soap/
H A Dphp_encoding.c434 zval *zname = Z_VAR_ENC_NAME_P(data); in master_to_xml_int() local
435 if (Z_TYPE_P(zname) == IS_STRING) { in master_to_xml_int()
436 xmlNodeSetName(node, BAD_CAST(Z_STRVAL_P(zname))); in master_to_xml_int()

Completed in 33 milliseconds