Searched refs:zname (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_enum.c | 44 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 D | spl_observer.c | 331 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 D | spl_array.c | 775 zend_string *zname; in spl_array_get_debug_info() local 796 zname = spl_gen_private_prop_name(base, "storage", sizeof("storage")-1); in spl_array_get_debug_info() 797 zend_symtable_update(debug_info, zname, storage); in spl_array_get_debug_info() 798 zend_string_release_ex(zname, 0); in spl_array_get_debug_info()
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.c | 617 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 D | php_encoding.c | 434 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 30 milliseconds