Home
last modified time | relevance | path

Searched refs:ZVAL_STRING (Results 1 – 25 of 74) sorted by relevance

123

/PHP-8.3/ext/dom/
H A Dentity.c51 ZVAL_STRING(retval, (char *) (nodep->ExternalID)); in dom_entity_public_id_read()
76 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_entity_system_id_read()
105 ZVAL_STRING(retval, (const char *) nodep->content); in dom_entity_notation_name_read()
H A Dnotation.c50 ZVAL_STRING(retval, (char *) (nodep->ExternalID)); in dom_notation_public_id_read()
75 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_notation_system_id_read()
H A Ddocumenttype.c40 ZVAL_STRING(retval, dtdptr->name ? (char *) (dtdptr->name) : ""); in dom_documenttype_name_read()
118 ZVAL_STRING(retval, (char *) (dtdptr->ExternalID)); in dom_documenttype_public_id_read()
143 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
H A Dattr.c88 ZVAL_STRING(retval, (char *) attrp->name); in dom_attr_name_read()
126 ZVAL_STRING(retval, (char *) content); in dom_attr_value_read()
H A Dxpath.c87 ZVAL_STRING(&fci.params[i], (char *)obj->stringval); in dom_xpath_ext_function_php()
98 ZVAL_STRING(&fci.params[i], str); in dom_xpath_ext_function_php()
130 ZVAL_STRING(&fci.params[i], str); in dom_xpath_ext_function_php()
146 ZVAL_STRING(&fci.function_name, (char *) obj->stringval); in dom_xpath_ext_function_php()
H A Dprocessinginstruction.c82 ZVAL_STRING(retval, (char *) (nodep->name)); in dom_processinginstruction_target_read()
H A Dnode.c92 ZVAL_STRING(retval, (const char *) qname); in dom_node_node_name_read()
105 ZVAL_STRING(retval, (char *) nodep->name); in dom_node_node_name_read()
108 ZVAL_STRING(retval, "#cdata-section"); in dom_node_node_name_read()
111 ZVAL_STRING(retval, "#comment"); in dom_node_node_name_read()
115 ZVAL_STRING(retval, "#document"); in dom_node_node_name_read()
118 ZVAL_STRING(retval, "#document-fragment"); in dom_node_node_name_read()
121 ZVAL_STRING(retval, "#text"); in dom_node_node_name_read()
158 ZVAL_STRING(retval, str); in dom_node_node_value_read()
597 ZVAL_STRING(retval, str); in dom_node_namespace_uri_read()
640 ZVAL_STRING(retval, str); in dom_node_prefix_read()
[all …]
H A Dtext.c91 ZVAL_STRING(retval, (char *) wholetext); in dom_text_whole_text_read()
/PHP-8.3/ext/pdo_dblib/
H A Ddblib_driver.c319 ZVAL_STRING(return_value, "2.0"); in dblib_get_tds_version()
323 ZVAL_STRING(return_value, "3.4"); in dblib_get_tds_version()
327 ZVAL_STRING(return_value, "4.0"); in dblib_get_tds_version()
331 ZVAL_STRING(return_value, "4.2"); in dblib_get_tds_version()
335 ZVAL_STRING(return_value, "4.6"); in dblib_get_tds_version()
343 ZVAL_STRING(return_value, "5.0"); in dblib_get_tds_version()
348 ZVAL_STRING(return_value, "7.0"); in dblib_get_tds_version()
354 ZVAL_STRING(return_value, "7.1"); in dblib_get_tds_version()
360 ZVAL_STRING(return_value, "7.2"); in dblib_get_tds_version()
366 ZVAL_STRING(return_value, "7.3"); in dblib_get_tds_version()
[all …]
/PHP-8.3/main/streams/
H A Duserspace.c336 ZVAL_STRING(&args[0], filename); in user_wrapper_opener()
337 ZVAL_STRING(&args[1], mode); in user_wrapper_opener()
424 ZVAL_STRING(&args[0], filename); in user_wrapper_opendir()
1049 ZVAL_STRING(&args[0], url); in user_wrapper_unlink()
1088 ZVAL_STRING(&args[0], url_from); in user_wrapper_rename()
1089 ZVAL_STRING(&args[1], url_to); in user_wrapper_rename()
1129 ZVAL_STRING(&args[0], url); in user_wrapper_mkdir()
1172 ZVAL_STRING(&args[0], url); in user_wrapper_rmdir()
1222 ZVAL_STRING(&args[2], value); in user_wrapper_metadata()
1238 ZVAL_STRING(&args[0], url); in user_wrapper_metadata()
[all …]
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-execute-common.h127 ZVAL_STRING(&func, "opcache_invalidate"); in opcache_invalidate()
128 ZVAL_STRING(&args[0], FILE_NAME); in opcache_invalidate()
H A Dfuzzer-sapi.c299 ZVAL_STRING(&func, func_name); in fuzzer_call_php_func_zval()
318 ZVAL_STRING(&args[i], params[i]); in fuzzer_call_php_func()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp170 ZVAL_STRING(&zv, const_cast<char*>(cal->getType())); in Calendar_get_debug_info()
194 ZVAL_STRING(&zv, const_cast<char*>(locale.getName())); in Calendar_get_debug_info()
197 ZVAL_STRING(&zv, const_cast<char*>(u_errorName(uec))); in Calendar_get_debug_info()
/PHP-8.3/ext/mysqli/
H A Dmysqli_driver.c58 ZVAL_STRING(retval, (char *)mysql_get_client_info()); in driver_client_info_read()
H A Dmysqli_prop.c109 ZVAL_STRING(retval, c);\
124 ZVAL_STRING(retval, c);\
140 ZVAL_STRING(retval, MYSQL_SERVER_VERSION); in link_client_info_read()
159 ZVAL_STRING(retval, MyG(error_msg)); in link_connect_error_read()
H A Dmysqli_warning.c33 #define ZVAL_UTF8_STRING(z, s, flags) ZVAL_STRING((z), (char*)(s))
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_vio.c523 ZVAL_STRING(&key_zval, net->data->options.ssl_key); in MYSQLND_METHOD()
530 ZVAL_STRING(&cert_zval, net->data->options.ssl_cert); in MYSQLND_METHOD()
540 ZVAL_STRING(&cafile_zval, net->data->options.ssl_ca); in MYSQLND_METHOD()
547 ZVAL_STRING(&capath_zval, net->data->options.ssl_capath); in MYSQLND_METHOD()
554 ZVAL_STRING(&passphrase_zval, net->data->options.ssl_passphrase); in MYSQLND_METHOD()
561 ZVAL_STRING(&cipher_zval, net->data->options.ssl_cipher); in MYSQLND_METHOD()
/PHP-8.3/ext/session/
H A Dmod_user.c90 ZVAL_STRING(&args[0], (char*)save_path); in PS_OPEN_FUNC()
91 ZVAL_STRING(&args[1], (char*)session_name); in PS_OPEN_FUNC()
/PHP-8.3/ext/pdo_oci/
H A Doci_driver.c592 ZVAL_STRING(return_value, "<<Unknown>>"); in oci_handle_get_attribute()
595 ZVAL_STRING(return_value, (char *)infostr); in oci_handle_get_attribute()
604 ZVAL_STRING(return_value, verstr); in oci_handle_get_attribute()
619 ZVAL_STRING(return_value, verstr); in oci_handle_get_attribute()
622 ZVAL_STRING(return_value, PHP_PDO_OCI_CLIENT_VERSION); in oci_handle_get_attribute()
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_driver.c506 ZVAL_STRING(return_value, (char *)mysql_get_client_info());
510 ZVAL_STRING(return_value, (char *)mysql_get_server_info(H->server));
514 ZVAL_STRING(return_value, (char *)mysql_get_host_info(H->server));
525 ZVAL_STRING(return_value, tmp);
571 ZVAL_STRING(return_value, local_infile_directory);
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c108 ZVAL_STRING(key, iterator->currentkey); in resourcebundle_iterator_key()
/PHP-8.3/ext/snmp/
H A Dsnmp.c296 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
304 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
314 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
320 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
326 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
331 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
336 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
343 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
347 ZVAL_STRING(&val, "Unknown value type"); in php_snmp_getvalue()
353 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
/PHP-8.3/main/
H A Dphp_variables.c677 ZVAL_STRING(&tmp, SG(request_info).argv[i]); in php_build_argv()
737 ZVAL_STRING(&tmp, SG(request_info).auth_user); in php_register_server_variables()
741 ZVAL_STRING(&tmp, SG(request_info).auth_password); in php_register_server_variables()
745 ZVAL_STRING(&tmp, SG(request_info).auth_digest); in php_register_server_variables()
871 ZVAL_STRING(&local_zval, local_proxy); in check_http_proxy()
/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c162 ZVAL_STRING(&args[i], (char *)obj->stringval); in xsl_ext_function_php()
173 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
227 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
255 ZVAL_STRING(&handler, (char *) obj->stringval); in xsl_ext_function_php()
/PHP-8.3/ext/soap/
H A Dsoap.c1192 ZVAL_STRING(&param, service->sdl->source);
1193 ZVAL_STRING(&readfile, "readfile");
2105 ZVAL_STRING(&params[1], location);
2109 ZVAL_STRING(&params[2], action);
2774 ZVAL_STRING(Z_FAULT_CODE_P(obj), fault_code);
2778 ZVAL_STRING(Z_FAULT_CODE_P(obj), fault_code);
2787 ZVAL_STRING(Z_FAULT_CODE_P(obj), "Sender");
2804 ZVAL_STRING(Z_FAULT_ACTOR_P(obj), fault_actor);
2810 ZVAL_STRING(Z_FAULT_NAME_P(obj), name);
2926 ZVAL_STRING(function_name, (char *)func->name);
[all …]

Completed in 90 milliseconds

123