Home
last modified time | relevance | path

Searched refs:add_assoc_str (Results 1 – 21 of 21) sorted by relevance

/PHP-7.3/ext/standard/
H A Dnet.c114 add_assoc_str(&u, "address", host); in iface_append_unicast()
118 add_assoc_str(&u, "netmask", host); in iface_append_unicast()
122 add_assoc_str(&u, "broadcast", host); in iface_append_unicast()
126 add_assoc_str(&u, "ptp", host); in iface_append_unicast()
211 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
H A Ddns_win32.c233 add_assoc_str(subarray, "txt", txt); in php_parserr()
H A Dpassword.c232 add_assoc_str(return_value, "algoName", algo_name); in PHP_FUNCTION()
H A Dpack.c1011 add_assoc_str(return_value, n, buf); in PHP_FUNCTION()
H A Ddns.c585 add_assoc_str(subarray, "txt", tp); in php_parserr()
H A Dbasic_functions.c5429 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->orig_value));
5431 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->value));
5437 add_assoc_str(&option, "local_value", zend_string_copy(ini_entry->value));
H A Dstring.c1716 add_assoc_str(&tmp, "basename", zend_string_copy(ret));
/PHP-7.3/ext/readline/
H A Dreadline.c263 add_assoc_str(return_value, "completion_append_character", in PHP_FUNCTION()
/PHP-7.3/ext/intl/locale/
H A Dlocale_methods.c749 add_assoc_str( return_value, (char *)kw_key, kw_value_str); in PHP_FUNCTION()
1079 add_assoc_str( hash_arr, key_name , key_value); in add_array_entry()
/PHP-7.3/ext/calendar/
H A Dcalendar.c413 add_assoc_str(return_value, "date", in PHP_FUNCTION()
/PHP-7.3/ext/xml/
H A Dxml.c890 add_assoc_str(parser->ctag, "value", decoded_value); in _xml_characterDataHandler()
919 add_assoc_str(&tag, "value", decoded_value); in _xml_characterDataHandler()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c566add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->script.filename, 0));
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c1222 add_assoc_str(&result_set, subpat_names[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()
1286 add_assoc_str(subpats, subpat_names[i], ZSTR_EMPTY_ALLOC()); in php_pcre_match_impl()
/PHP-7.3/main/
H A Doutput.c1188 add_assoc_str(entry, "name", zend_string_copy(handler->name)); in php_output_handler_status()
/PHP-7.3/ext/tidy/
H A Dtidy.c1453 add_assoc_str(return_value, opt_name, (zend_string*)opt_value); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_API.h403 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) macro
/PHP-7.3/ext/phar/
H A Dphar_object.c1692 add_assoc_str(p_obj->ret, str_key, opened); in phar_build()
3121 add_assoc_str(return_value, "hash_type", unknown); in PHP_METHOD()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c1824 add_assoc_str(return_value, "name", zend_string_copy(col->name)); in PHP_METHOD()
/PHP-7.3/ext/date/
H A Dphp_date.c4039 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, timestamp_begin, 0)); \ in PHP_FUNCTION()
4048 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, ts, 0)); \ in PHP_FUNCTION()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c5916 add_assoc_str(return_value, dep->name, relation); in ZEND_METHOD()
/PHP-7.3/ext/openssl/
H A Dopenssl.c4130 add_assoc_str(&_array, #_name, str); \

Completed in 183 milliseconds