Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/dom/
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 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()
103 ZVAL_STRING(retval, content); in dom_entity_notation_name_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 Dprocessinginstruction.c82 ZVAL_STRING(retval, (char *) (nodep->name)); in dom_processinginstruction_target_read()
107 ZVAL_STRING(retval, (char *) content); in dom_processinginstruction_data_read()
H A Dattr.c88 ZVAL_STRING(retval, (char *) attrp->name); in dom_attr_name_read()
125 ZVAL_STRING(retval, (char *) content); in dom_attr_value_read()
H A Dxpath.c82 ZVAL_STRING(&fci.params[i], (char *)obj->stringval); in dom_xpath_ext_function_php()
93 ZVAL_STRING(&fci.params[i], str); in dom_xpath_ext_function_php()
130 ZVAL_STRING(&fci.params[i], (char *)xmlXPathCastToString(obj)); in dom_xpath_ext_function_php()
143 ZVAL_STRING(&fci.function_name, (char *) obj->stringval); in dom_xpath_ext_function_php()
H A Dtext.c93 ZVAL_STRING(retval, (char *) wholetext); in dom_text_whole_text_read()
H A Dnode.c105 ZVAL_STRING(retval, str); in dom_node_node_name_read()
154 ZVAL_STRING(retval, str); in dom_node_node_value_read()
555 ZVAL_STRING(retval, str); in dom_node_namespace_uri_read()
598 ZVAL_STRING(retval, str); in dom_node_prefix_read()
691 ZVAL_STRING(retval, (char *) (nodep->name)); in dom_node_local_name_read()
718 ZVAL_STRING(retval, (char *) (baseuri)); in dom_node_base_uri_read()
747 ZVAL_STRING(retval, str); in dom_node_text_content_read()
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c301 ZVAL_STRING(return_value, "2.0"); in dblib_get_tds_version()
305 ZVAL_STRING(return_value, "3.4"); in dblib_get_tds_version()
309 ZVAL_STRING(return_value, "4.0"); in dblib_get_tds_version()
313 ZVAL_STRING(return_value, "4.2"); in dblib_get_tds_version()
317 ZVAL_STRING(return_value, "4.6"); in dblib_get_tds_version()
325 ZVAL_STRING(return_value, "5.0"); in dblib_get_tds_version()
330 ZVAL_STRING(return_value, "7.0"); in dblib_get_tds_version()
336 ZVAL_STRING(return_value, "7.1"); in dblib_get_tds_version()
342 ZVAL_STRING(return_value, "7.2"); in dblib_get_tds_version()
348 ZVAL_STRING(return_value, "7.3"); in dblib_get_tds_version()
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c68 ZVAL_STRING(&zv[6], sapi_module.name); in phpdbg_webdata_compress()
85 ZVAL_STRING(value, module->name); in phpdbg_webdata_compress()
94 ZVAL_STRING(value, extension->name); in phpdbg_webdata_compress()
112 ZVAL_STRING(&zv[5], path); in phpdbg_webdata_compress()
/PHP-8.0/ext/mysqli/
H A Dmysqli_driver.c60 ZVAL_STRING(retval, MyG(value)); \
93 ZVAL_STRING(retval, (char *)mysql_get_client_info()); in driver_client_info_read()
H A Dmysqli_prop.c104 ZVAL_STRING(retval, c);\
123 ZVAL_STRING(retval, MYSQL_SERVER_VERSION); in link_client_info_read()
142 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.0/main/streams/
H A Duserspace.c345 ZVAL_STRING(&args[0], filename); in user_wrapper_opener()
346 ZVAL_STRING(&args[1], mode); in user_wrapper_opener()
426 ZVAL_STRING(&args[0], filename); in user_wrapper_opendir()
1091 ZVAL_STRING(&args[0], url); in user_wrapper_unlink()
1134 ZVAL_STRING(&args[0], url_from); in user_wrapper_rename()
1135 ZVAL_STRING(&args[1], url_to); in user_wrapper_rename()
1179 ZVAL_STRING(&args[0], url); in user_wrapper_mkdir()
1226 ZVAL_STRING(&args[0], url); in user_wrapper_rmdir()
1280 ZVAL_STRING(&args[2], value); in user_wrapper_metadata()
1296 ZVAL_STRING(&args[0], url); in user_wrapper_metadata()
[all …]
/PHP-8.0/sapi/fuzzer/
H A Dfuzzer-sapi.c276 ZVAL_STRING(&func, func_name); in fuzzer_call_php_func_zval()
295 ZVAL_STRING(&args[i], params[i]); in fuzzer_call_php_func()
/PHP-8.0/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.0/ext/session/
H A Dmod_user.c91 ZVAL_STRING(&args[0], (char*)save_path); in PS_OPEN_FUNC()
92 ZVAL_STRING(&args[1], (char*)session_name); in PS_OPEN_FUNC()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_vio.c501 ZVAL_STRING(&key_zval, net->data->options.ssl_key); in MYSQLND_METHOD()
508 ZVAL_STRING(&cert_zval, net->data->options.ssl_cert); in MYSQLND_METHOD()
518 ZVAL_STRING(&cafile_zval, net->data->options.ssl_ca); in MYSQLND_METHOD()
525 ZVAL_STRING(&capath_zval, net->data->options.ssl_capath); in MYSQLND_METHOD()
532 ZVAL_STRING(&passphrase_zval, net->data->options.ssl_passphrase); in MYSQLND_METHOD()
539 ZVAL_STRING(&cipher_zval, net->data->options.ssl_cipher); in MYSQLND_METHOD()
/PHP-8.0/ext/standard/
H A Dassert.c166 ZVAL_STRING(&ASSERTG(callback), ASSERTG(cb)); in PHP_FUNCTION()
175 ZVAL_STRING(&args[0], SAFE_STRING(filename)); in PHP_FUNCTION()
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c581 ZVAL_STRING(return_value, "<<Unknown>>"); in oci_handle_get_attribute()
584 ZVAL_STRING(return_value, (char *)infostr); in oci_handle_get_attribute()
593 ZVAL_STRING(return_value, verstr); in oci_handle_get_attribute()
608 ZVAL_STRING(return_value, verstr); in oci_handle_get_attribute()
611 ZVAL_STRING(return_value, PHP_PDO_OCI_CLIENT_VERSION); in oci_handle_get_attribute()
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c108 ZVAL_STRING(key, iterator->currentkey); in resourcebundle_iterator_key()
/PHP-8.0/main/
H A Dphp_variables.c624 ZVAL_STRING(&tmp, SG(request_info).argv[i]); in php_build_argv()
684 ZVAL_STRING(&tmp, SG(request_info).auth_user); in php_register_server_variables()
688 ZVAL_STRING(&tmp, SG(request_info).auth_password); in php_register_server_variables()
692 ZVAL_STRING(&tmp, SG(request_info).auth_digest); in php_register_server_variables()
819 ZVAL_STRING(&local_zval, local_proxy); in check_http_proxy()
/PHP-8.0/ext/snmp/
H A Dsnmp.c319 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
327 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
337 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
343 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
349 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
354 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
359 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
366 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
370 ZVAL_STRING(&val, "Unknown value type"); in php_snmp_getvalue()
376 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c465 ZVAL_STRING(return_value, (char *)mysql_get_client_info());
469 ZVAL_STRING(return_value, (char *)mysql_get_server_info(H->server));
473 ZVAL_STRING(return_value, (char *)mysql_get_host_info(H->server));
484 ZVAL_STRING(return_value, tmp);
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c157 ZVAL_STRING(&args[i], (char *)obj->stringval); in xsl_ext_function_php()
168 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
210 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
238 ZVAL_STRING(&handler, (char *) obj->stringval); in xsl_ext_function_php()

Completed in 65 milliseconds

1234