/PHP-8.1/ext/standard/ |
H A D | net.c | 118 add_assoc_str(&u, "address", host); in iface_append_unicast() 122 add_assoc_str(&u, "netmask", host); in iface_append_unicast() 126 add_assoc_str(&u, "broadcast", host); in iface_append_unicast() 130 add_assoc_str(&u, "ptp", host); in iface_append_unicast() 215 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
|
H A D | dns_win32.c | 236 add_assoc_str(subarray, "txt", txt); in php_parserr()
|
H A D | password.c | 584 add_assoc_str(return_value, "algo", php_password_algo_extract_ident(hash)); in PHP_FUNCTION()
|
H A D | basic_functions.c | 2025 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->orig_value)); 2027 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->value)); 2033 add_assoc_str(&option, "local_value", zend_string_copy(ini_entry->value));
|
H A D | dns.c | 620 add_assoc_str(subarray, "txt", tp); in php_parserr()
|
H A D | proc_open.c | 377 add_assoc_str(return_value, "command", zend_string_copy(proc->command)); in PHP_FUNCTION()
|
H A D | string.c | 1702 add_assoc_str(&tmp, "basename", zend_string_copy(ret));
|
/PHP-8.1/ext/readline/ |
H A D | readline.c | 165 add_assoc_str(return_value, "completion_append_character", in PHP_FUNCTION()
|
/PHP-8.1/ext/calendar/ |
H A D | calendar.c | 289 add_assoc_str(return_value, "date", in PHP_FUNCTION()
|
/PHP-8.1/ext/intl/locale/ |
H A D | locale_methods.c | 695 add_assoc_str( return_value, (char *)kw_key, kw_value_str); in PHP_FUNCTION() 1016 add_assoc_str( hash_arr, key_name , key_value); in add_array_entry()
|
/PHP-8.1/ext/xml/ |
H A D | xml.c | 812 add_assoc_str(parser->ctag, "value", decoded_value); in _xml_characterDataHandler() 844 add_assoc_str(&tag, "value", decoded_value); in _xml_characterDataHandler()
|
/PHP-8.1/ext/opcache/ |
H A D | zend_accelerator_module.c | 560 …add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->script.filename, 0));
|
/PHP-8.1/ext/date/ |
H A D | php_date.c | 3689 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, timestamp_begin, 0)); \ in PHP_FUNCTION() 3698 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, ts, 0)); \ in PHP_FUNCTION() 3707 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, ts, 0)); \ in PHP_FUNCTION() 3716 add_assoc_str(&element, "time", php_format_date(DATE_FORMAT_ISO8601, 13, ts, 0)); \ in PHP_FUNCTION()
|
/PHP-8.1/main/ |
H A D | output.c | 1189 add_assoc_str(entry, "name", zend_string_copy(handler->name)); in php_output_handler_status()
|
/PHP-8.1/ext/tidy/ |
H A D | tidy.c | 1200 add_assoc_str(return_value, opt_name, (zend_string*)opt_value); in PHP_FUNCTION()
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.c | 1669 add_assoc_str(p_obj->ret, str_key, opened); in phar_build() 3073 add_assoc_str(return_value, "hash_type", unknown); in PHP_METHOD()
|
/PHP-8.1/ext/pdo/ |
H A D | pdo_stmt.c | 1693 add_assoc_str(return_value, "name", zend_string_copy(col->name)); in PHP_METHOD()
|
/PHP-8.1/ext/openssl/ |
H A D | openssl.c | 3893 add_assoc_str(ary, name, str); in php_openssl_add_bn_to_array() 4923 add_assoc_str(&ary, "curve_name", curve_name); in PHP_FUNCTION()
|
/PHP-8.1/Zend/ |
H A D | zend_API.h | 520 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) macro
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.c | 6150 add_assoc_str(return_value, dep->name, relation); in ZEND_METHOD()
|