Home
last modified time | relevance | path

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

123

/PHP-8.3/Zend/
H A Dzend_exceptions.c277 ZVAL_STRING(&tmp, zend_get_executed_filename()); in zend_default_exception_new()
H A Dzend_API.h949 #define ZVAL_STRING(z, s) do { \ macro
1010 #define RETVAL_STRING(s) ZVAL_STRING(return_value, s)
1302 ZVAL_STRING(_zv, string); \
H A Dzend_compile.c9703 ZVAL_STRING(&fn_name, "shell_exec"); in zend_compile_shell_exec()
H A Dzend_vm_def.h9441 ZVAL_STRING(EX_VAR(opline->result.var), "unknown type");
H A Dzend_vm_execute.h11020 ZVAL_STRING(EX_VAR(opline->result.var), "unknown type"); in ZEND_GET_TYPE_SPEC_CONST_UNUSED_HANDLER()
21218 ZVAL_STRING(EX_VAR(opline->result.var), "unknown type"); in ZEND_GET_TYPE_SPEC_TMP_UNUSED_HANDLER()
30027 ZVAL_STRING(EX_VAR(opline->result.var), "unknown type"); in ZEND_GET_TYPE_SPEC_VAR_UNUSED_HANDLER()
49952 ZVAL_STRING(EX_VAR(opline->result.var), "unknown type"); in ZEND_GET_TYPE_SPEC_CV_UNUSED_HANDLER()
/PHP-8.3/ext/standard/
H A Dimage.c1268 ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(p_image_type)); in PHP_FUNCTION()
H A Dstreamsfuncs.c890 ZVAL_STRING(&zvs[2], xmsg); in user_space_stream_notifier()
H A Dvar_unserializer.re1251 ZVAL_STRING(&user_func, PG(unserialize_callback_func));
H A Dbasic_functions.c1089 ZVAL_STRING(&val, php_optarg);
/PHP-8.3/main/
H A Drfc1867.c1249 ZVAL_STRING(&file_size, file_size_buf);
H A Dmain.c1819 ZVAL_STRING(&oh, PG(output_handler)); in php_request_startup()
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c112 ZVAL_STRING(tmp, value, 0);\
/PHP-8.3/ext/zlib/
H A Dzlib.c373 ZVAL_STRING(&zoh, ZLIBG(output_handler)); in php_zlib_output_compression_start()
/PHP-8.3/ext/date/
H A Dphp_date.c1937 ZVAL_STRING(&zv, dateobj->time->tz_info->name); in date_object_to_hash()
1952 ZVAL_STRING(&zv, dateobj->time->tz_abbr); in date_object_to_hash()
2059 ZVAL_STRING(zv, tzobj->tzi.tz->name); in php_timezone_to_string()
2086 ZVAL_STRING(zv, tzobj->tzi.z.abbr); in php_timezone_to_string()
/PHP-8.3/ext/session/
H A Dsession.c2082 ZVAL_STRING(&callable, "session_register_shutdown"); in PHP_FUNCTION()
2739 ZVAL_STRING(&callable, "session_write_close"); in PHP_FUNCTION()
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c929 ZVAL_STRING(value, (char *)contents); in _get_base_node_value()
1462 ZVAL_STRING(&zv, (char*)ns->href); in sxe_add_namespace_name()
/PHP-8.3/ext/curl/
H A Dinterface.c652 ZVAL_STRING(&argv[1], pattern); in curl_fnmatch()
653 ZVAL_STRING(&argv[2], string); in curl_fnmatch()
/PHP-8.3/ext/hash/
H A Dhash.c1469 ZVAL_STRING(&tmp, hash->ops->algo); in PHP_METHOD()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1321 ZVAL_STRING(prop_name, ((zend_internal_arg_info*)arg_info)->name); in reflection_parameter_factory()
2539 ZVAL_STRING(prop_name, ((zend_internal_arg_info*)arg_info)[position].name); in ZEND_METHOD()
5985 ZVAL_STRING(reflection_prop_name(object), module->name); in ZEND_METHOD()
6320 ZVAL_STRING(reflection_prop_name(object), extension->name); in ZEND_METHOD()
/PHP-8.3/ext/spl/
H A Dspl_directory.c1776 ZVAL_STRING(key, object->u.dir.entry.d_name); in spl_filesystem_tree_it_current_key()
/PHP-8.3/ext/ldap/
H A Dldap.c3719 ZVAL_STRING(&cb_args[1], url); in _ldap_rebind_proc()
/PHP-8.3/ext/ffi/
H A Dffi.c603 ZVAL_STRING(rv, *(char**)ptr); in zend_ffi_cdata_to_zval()
1205 ZVAL_STRING(writeobj, *(char**)ptr); in zend_ffi_cdata_cast_object()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4713 ZVAL_STRING(&new_val, Z_STRVAL_P(val)); in php_pgsql_convert()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c3225 ZVAL_STRING(&tmp, (*encodings)->name); in PHP_FUNCTION()

Completed in 398 milliseconds

123