Home
last modified time | relevance | path

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

123

/php-src/ext/dom/
H A Dentity.c47 ZVAL_STRING(retval, (char *) (nodep->ExternalID)); in dom_entity_public_id_read()
67 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_entity_system_id_read()
91 ZVAL_STRING(retval, (const char *) nodep->content); in dom_entity_notation_name_read()
H A Dnotation.c46 ZVAL_STRING(retval, (char *) (nodep->ExternalID)); in dom_notation_public_id_read()
66 ZVAL_STRING(retval, (char *) (nodep->SystemID)); in dom_notation_system_id_read()
H A Ddocumenttype.c35 ZVAL_STRING(retval, dtdptr->name ? (char *) (dtdptr->name) : ""); in dom_documenttype_name_read()
93 ZVAL_STRING(retval, (char *) (dtdptr->ExternalID)); in dom_documenttype_public_id_read()
113 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
H A Dprocessinginstruction.c77 ZVAL_STRING(retval, (const char *) nodep->name); in dom_processinginstruction_target_read()
H A Dnode.c108 ZVAL_STRING(retval, (char *) nodep->name); in dom_node_node_name_read()
111 ZVAL_STRING(retval, "#cdata-section"); in dom_node_node_name_read()
114 ZVAL_STRING(retval, "#comment"); in dom_node_node_name_read()
118 ZVAL_STRING(retval, "#document"); in dom_node_node_name_read()
121 ZVAL_STRING(retval, "#document-fragment"); in dom_node_node_name_read()
124 ZVAL_STRING(retval, "#text"); in dom_node_node_name_read()
163 ZVAL_STRING(retval, str); in dom_node_node_value_read()
519 ZVAL_STRING(retval, str); in dom_node_namespace_uri_read()
558 ZVAL_STRING(retval, str); in dom_node_prefix_read()
659 ZVAL_STRING(retval, (char *) (nodep->name)); in dom_node_local_name_read()
[all …]
H A Dtext.c86 ZVAL_STRING(retval, (char *) wholetext); in dom_text_whole_text_read()
H A Dxpath_callbacks.c328 ZVAL_STRING(param, (char *)obj->stringval); in php_dom_xpath_callback_fetch_args()
339 ZVAL_STRING(param, str); in php_dom_xpath_callback_fetch_args()
370 ZVAL_STRING(param, str); in php_dom_xpath_callback_fetch_args()
H A Dattr.c87 ZVAL_STRING(retval, (char *) attrp->name); in dom_attr_name_read()
/php-src/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-src/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-src/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.c297 ZVAL_STRING(&func, func_name); in fuzzer_call_php_func_zval()
316 ZVAL_STRING(&args[i], params[i]); in fuzzer_call_php_func()
/php-src/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-src/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-src/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-src/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-src/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-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c108 ZVAL_STRING(key, iterator->currentkey); in resourcebundle_iterator_key()
/php-src/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-src/ext/pdo_firebird/
H A Dfirebird_driver.c1172 ZVAL_STRING(val, tmp); in pdo_firebird_get_attribute()
1185 ZVAL_STRING(val, tmp); in pdo_firebird_get_attribute()
1196 ZVAL_STRING(val, H->date_format); in pdo_firebird_get_attribute()
1200 ZVAL_STRING(val, H->time_format); in pdo_firebird_get_attribute()
1204 ZVAL_STRING(val, H->timestamp_format); in pdo_firebird_get_attribute()
/php-src/main/
H A Dphp_variables.c673 ZVAL_STRING(&tmp, SG(request_info).argv[i]); in php_build_argv()
733 ZVAL_STRING(&tmp, SG(request_info).auth_user); in php_register_server_variables()
737 ZVAL_STRING(&tmp, SG(request_info).auth_password); in php_register_server_variables()
741 ZVAL_STRING(&tmp, SG(request_info).auth_digest); in php_register_server_variables()
867 ZVAL_STRING(&local_zval, local_proxy); in check_http_proxy()
/php-src/ext/soap/
H A Dsoap.c1187 ZVAL_STRING(&param, service->sdl->source);
1188 ZVAL_STRING(&readfile, "readfile");
2106 ZVAL_STRING(&params[1], location);
2110 ZVAL_STRING(&params[2], action);
2775 ZVAL_STRING(Z_FAULT_CODE_P(obj), fault_code);
2779 ZVAL_STRING(Z_FAULT_CODE_P(obj), fault_code);
2788 ZVAL_STRING(Z_FAULT_CODE_P(obj), "Sender");
2805 ZVAL_STRING(Z_FAULT_ACTOR_P(obj), fault_actor);
2811 ZVAL_STRING(Z_FAULT_NAME_P(obj), name);
2927 ZVAL_STRING(function_name, (char *)func->name);
[all …]
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp167 ZVAL_STRING(&val, const_cast<char*>(typeid(*biter).name())); in BreakIterator_get_debug_info()

Completed in 93 milliseconds

123