Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/dom/
H A Ddomerror.c49 ZVAL_STRING(retval, "TEST"); in dom_domerror_severity_read()
62 ZVAL_STRING(retval, "TEST"); in dom_domerror_message_read()
75 ZVAL_STRING(retval, "TEST"); in dom_domerror_type_read()
88 ZVAL_STRING(retval, "TEST"); in dom_domerror_related_exception_read()
101 ZVAL_STRING(retval, "TEST"); in dom_domerror_related_data_read()
114 ZVAL_STRING(retval, "TEST"); in dom_domerror_location_read()
H A Ddomlocator.c49 ZVAL_STRING(retval, "TEST"); in dom_domlocator_line_number_read()
62 ZVAL_STRING(retval, "TEST"); in dom_domlocator_column_number_read()
75 ZVAL_STRING(retval, "TEST"); in dom_domlocator_offset_read()
88 ZVAL_STRING(retval, "TEST"); in dom_domlocator_related_node_read()
101 ZVAL_STRING(retval, "TEST"); in dom_domlocator_uri_read()
H A Dnotation.c56 ZVAL_STRING(retval, (char *) (nodep->ExternalID)); in dom_notation_public_id_read()
81 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_notation_system_id_read()
H A Dentity.c57 ZVAL_STRING(retval, (char *) (nodep->ExternalID)); in dom_entity_public_id_read()
82 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_entity_system_id_read()
109 ZVAL_STRING(retval, content); in dom_entity_notation_name_read()
H A Ddocumenttype.c53 ZVAL_STRING(retval, dtdptr->name ? (char *) (dtdptr->name) : ""); in dom_documenttype_name_read()
131 ZVAL_STRING(retval, (char *) (dtdptr->ExternalID)); in dom_documenttype_public_id_read()
156 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
H A Ddomimplementationlist.c55 ZVAL_STRING(retval, "TEST"); in dom_domimplementationlist_length_read()
H A Ddomstringlist.c55 ZVAL_STRING(retval, "TEST"); in dom_domstringlist_length_read()
H A Dprocessinginstruction.c97 ZVAL_STRING(retval, (char *) (nodep->name)); in dom_processinginstruction_target_read()
122 ZVAL_STRING(retval, (char *) content); in dom_processinginstruction_data_read()
H A Dnamelist.c58 ZVAL_STRING(retval, "TEST"); in dom_namelist_length_read()
H A Dattr.c106 ZVAL_STRING(retval, (char *) attrp->name); in dom_attr_name_read()
143 ZVAL_STRING(retval, (char *) content); in dom_attr_value_read()
H A Dxpath.c120 ZVAL_STRING(&fci.params[i], (char *)obj->stringval); in dom_xpath_ext_function_php()
131 ZVAL_STRING(&fci.params[i], str); in dom_xpath_ext_function_php()
168 ZVAL_STRING(&fci.params[i], (char *)xmlXPathCastToString(obj)); in dom_xpath_ext_function_php()
187 ZVAL_STRING(&fci.function_name, (char *) obj->stringval); in dom_xpath_ext_function_php()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c303 ZVAL_STRING(return_value, "2.0"); in dblib_get_tds_version()
307 ZVAL_STRING(return_value, "3.4"); in dblib_get_tds_version()
311 ZVAL_STRING(return_value, "4.0"); in dblib_get_tds_version()
315 ZVAL_STRING(return_value, "4.2"); in dblib_get_tds_version()
319 ZVAL_STRING(return_value, "4.6"); in dblib_get_tds_version()
327 ZVAL_STRING(return_value, "5.0"); in dblib_get_tds_version()
332 ZVAL_STRING(return_value, "7.0"); in dblib_get_tds_version()
338 ZVAL_STRING(return_value, "7.1"); in dblib_get_tds_version()
344 ZVAL_STRING(return_value, "7.2"); in dblib_get_tds_version()
350 ZVAL_STRING(return_value, "7.3"); in dblib_get_tds_version()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c70 ZVAL_STRING(&zv[6], sapi_module.name); in phpdbg_webdata_compress()
87 ZVAL_STRING(value, module->name); in phpdbg_webdata_compress()
96 ZVAL_STRING(value, extension->name); in phpdbg_webdata_compress()
114 ZVAL_STRING(&zv[5], path); in phpdbg_webdata_compress()
/PHP-7.4/main/streams/
H A Duserspace.c370 ZVAL_STRING(&args[0], filename); in user_wrapper_opener()
371 ZVAL_STRING(&args[1], mode); in user_wrapper_opener()
452 ZVAL_STRING(&args[0], filename); in user_wrapper_opendir()
1126 ZVAL_STRING(&args[0], url); in user_wrapper_unlink()
1170 ZVAL_STRING(&args[0], url_from); in user_wrapper_rename()
1171 ZVAL_STRING(&args[1], url_to); in user_wrapper_rename()
1216 ZVAL_STRING(&args[0], url); in user_wrapper_mkdir()
1264 ZVAL_STRING(&args[0], url); in user_wrapper_rmdir()
1319 ZVAL_STRING(&args[2], value); in user_wrapper_metadata()
1335 ZVAL_STRING(&args[0], url); in user_wrapper_metadata()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_driver.c63 ZVAL_STRING(retval, MyG(value)); \
105 ZVAL_STRING(retval, (char *)mysql_get_client_info()); in driver_client_info_read()
H A Dmysqli_prop.c110 ZVAL_STRING(retval, c);\
129 ZVAL_STRING(retval, MYSQL_SERVER_VERSION); in link_client_info_read()
148 ZVAL_STRING(retval, MyG(error_msg)); in link_connect_error_read()
/PHP-7.4/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-7.4/ext/standard/
H A Dassert.c213 ZVAL_STRING(&ASSERTG(callback), ASSERTG(cb)); in PHP_FUNCTION()
222 ZVAL_STRING(&args[0], SAFE_STRING(filename)); in PHP_FUNCTION()
224 ZVAL_STRING(&args[2], SAFE_STRING(myeval)); in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c502 ZVAL_STRING(&key_zval, net->data->options.ssl_key); in MYSQLND_METHOD()
509 ZVAL_STRING(&cert_zval, net->data->options.ssl_cert); in MYSQLND_METHOD()
519 ZVAL_STRING(&cafile_zval, net->data->options.ssl_ca); in MYSQLND_METHOD()
526 ZVAL_STRING(&capath_zval, net->data->options.ssl_capath); in MYSQLND_METHOD()
533 ZVAL_STRING(&passphrase_zval, net->data->options.ssl_passphrase); in MYSQLND_METHOD()
540 ZVAL_STRING(&cipher_zval, net->data->options.ssl_cipher); in MYSQLND_METHOD()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c240 ZVAL_STRING(&args[i], (char *)obj->stringval); in xsl_ext_function_php()
251 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
293 ZVAL_STRING(&args[i], str); in xsl_ext_function_php()
320 ZVAL_STRING(&handler, (char *) obj->stringval); in xsl_ext_function_php()
439 ZVAL_STRING(&member, "cloneDocument"); in PHP_FUNCTION()
535 ZVAL_STRING(&member, "doXInclude"); in php_xsl_apply_stylesheet()
/PHP-7.4/main/
H A Dphp_variables.c639 ZVAL_STRING(&tmp, SG(request_info).argv[i]); in php_build_argv()
652 ZVAL_STRING(&tmp, ss); in php_build_argv()
706 ZVAL_STRING(&tmp, SG(request_info).auth_user); in php_register_server_variables()
710 ZVAL_STRING(&tmp, SG(request_info).auth_password); in php_register_server_variables()
714 ZVAL_STRING(&tmp, SG(request_info).auth_digest); in php_register_server_variables()
843 ZVAL_STRING(&local_zval, local_proxy); in check_http_proxy()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c565 ZVAL_STRING(return_value, "<<Unknown>>"); in oci_handle_get_attribute()
568 ZVAL_STRING(return_value, (char *)infostr); in oci_handle_get_attribute()
577 ZVAL_STRING(return_value, verstr); in oci_handle_get_attribute()
592 ZVAL_STRING(return_value, verstr); in oci_handle_get_attribute()
595 ZVAL_STRING(return_value, PHP_PDO_OCI_CLIENT_VERSION); in oci_handle_get_attribute()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c110 ZVAL_STRING(key, iterator->currentkey); in resourcebundle_iterator_key()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp173 ZVAL_STRING(&zv, const_cast<char*>(cal->getType())); in Calendar_get_debug_info()
197 ZVAL_STRING(&zv, const_cast<char*>(locale.getName())); in Calendar_get_debug_info()
200 ZVAL_STRING(&zv, const_cast<char*>(u_errorName(uec))); in Calendar_get_debug_info()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c460 ZVAL_STRING(return_value, (char *)mysql_get_client_info());
464 ZVAL_STRING(return_value, (char *)mysql_get_server_info(H->server));
468 ZVAL_STRING(return_value, (char *)mysql_get_host_info(H->server));
479 ZVAL_STRING(return_value, tmp);

Completed in 63 milliseconds

1234