Home
last modified time | relevance | path

Searched refs:zval_get_string (Results 1 – 25 of 36) sorted by relevance

12

/PHP-7.4/ext/standard/
H A Dassert.c187 zend_string *str = zval_get_string(description); in PHP_FUNCTION()
234 ZVAL_STR(&args[3], zval_get_string(description)); in PHP_FUNCTION()
252 zend_string *str = zval_get_string(description); in PHP_FUNCTION()
264 zend_string *str = zval_get_string(description); in PHP_FUNCTION()
H A Dhead.c200 *path = zval_get_string(value); in php_head_parse_cookie_options_array()
203 *domain = zval_get_string(value); in php_head_parse_cookie_options_array()
212 *samesite = zval_get_string(value); in php_head_parse_cookie_options_array()
H A Dtype.c199 RETVAL_STR(zval_get_string(num)); in PHP_FUNCTION()
H A Dproc_open.c102 str = zval_get_string(element); in _php_array_to_envp()
400 zend_string *str = zval_get_string(zv); in get_valid_arg_string()
H A Dpassword.c743 zend_string *algostr = zval_get_string(zalgo); in PHP_FUNCTION()
H A Dfilters.c267 allowed_tags = zval_get_string(filterparams); in strfilter_strip_tags_create()
/PHP-7.4/Zend/
H A Dzend_exceptions.c691 zend_string *message = zval_get_string(GET_PROPERTY(exception, ZEND_STR_MESSAGE)); in ZEND_METHOD()
692 zend_string *file = zval_get_string(GET_PROPERTY(exception, ZEND_STR_FILE)); in ZEND_METHOD()
993 zend_string *message = zval_get_string(GET_PROPERTY(&exception, ZEND_STR_MESSAGE)); in zend_exception_error()
994 zend_string *file = zval_get_string(GET_PROPERTY_SILENT(&exception, ZEND_STR_FILE)); in zend_exception_error()
1023 file = zval_get_string(GET_PROPERTY_SILENT(&zv, ZEND_STR_FILE)); in zend_exception_error()
1036 str = zval_get_string(GET_PROPERTY_SILENT(&exception, ZEND_STR_STRING)); in zend_exception_error()
1037 file = zval_get_string(GET_PROPERTY_SILENT(&exception, ZEND_STR_FILE)); in zend_exception_error()
H A Dzend_operators.h271 static zend_always_inline zend_string *zval_get_string(zval *op) { in zval_get_string() function
325 #define _zval_get_string(op) zval_get_string(op)
H A Dzend_operators.c585 zend_string *str = zval_get_string(z); in _convert_to_string()
901 zend_string *str = try ? zval_try_get_string(z) : zval_get_string(z); in __zval_get_string_func()
H A Dzend_execute_API.c1444 exception_str = zval_get_string(&exception_zv); in zend_fetch_class_by_name()
/PHP-7.4/ext/ldap/
H A Dldap.c299 control_oid = zval_get_string(val); in _php_ldap_control_from_array()
316 tmpstring = zval_get_string(val); in _php_ldap_control_from_array()
331 tmpstring = zval_get_string(tmp); in _php_ldap_control_from_array()
352 assert = zval_get_string(tmp); in _php_ldap_control_from_array()
380 tmpstring = zval_get_string(tmp); in _php_ldap_control_from_array()
525 tmpstring = zval_get_string(tmp); in _php_ldap_control_from_array()
550 tmpstring = zval_get_string(tmp); in _php_ldap_control_from_array()
1534 ldap_filter = zval_get_string(filter); in php_ldap_do_search()
1609 ldap_filter = zval_get_string(filter); in php_ldap_do_search()
2810 modval = zval_get_string(fetched); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/dom/
H A Dxpath.c220 zend_string *str = zval_get_string(&retval); in dom_xpath_ext_function_php()
520 zend_string *str = zval_get_string(entry); in PHP_FUNCTION()
H A Dphp_dom.c316 zend_string *member_str = zval_get_string(member); in dom_get_property_ptr_ptr()
332 zend_string *member_str = zval_get_string(member); in dom_read_property()
362 zend_string *member_str = zval_get_string(member); in dom_write_property()
384 zend_string *member_str = zval_get_string(member); in dom_property_exists()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c732 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_handle_exception()
741 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1… in phpdbg_handle_exception()
1745 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_execute_ex()
1747 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), … in phpdbg_execute_ex()
/PHP-7.4/ext/session/
H A Dsession.c1722 lifetime = zval_get_string(value); in PHP_FUNCTION()
1725 path = zval_get_string(value); in PHP_FUNCTION()
1728 domain = zval_get_string(value); in PHP_FUNCTION()
1739 samesite = zval_get_string(value); in PHP_FUNCTION()
1754 lifetime = zval_get_string(lifetime_or_options); in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re297 buf = zval_get_string(parameter);
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2180 zend_string *subject_str = zval_get_string(subject); in php_replace_in_subject()
2207 zend_string *subject_str = zval_get_string(subject); in php_replace_in_subject_func()
2411 ZVAL_STR(return_value, zval_get_string(subject)); in PHP_FUNCTION()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c807 RETURN_STR(zval_get_string(value)); in PHP_FUNCTION()
/PHP-7.4/
H A DUPGRADING.INTERNALS212 t. convert_to_string() and zval_get_string() are now more likely to result in
/PHP-7.4/ext/soap/
H A Dsoap.c939 faultcode_val = zval_get_string(faultcode); in PHP_METHOD()
940 faultstring_val = zval_get_string(faultstring); in PHP_METHOD()
941 file_val = zval_get_string(file); in PHP_METHOD()
1470 …zend_string *msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message",… in _soap_server_exception()
2556 …msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message", sizeof("mess…
/PHP-7.4/ext/dba/
H A Ddba.c671 ZVAL_STR(&args[i], zval_get_string(&args[i])); in php_dba_open()
/PHP-7.4/ext/date/
H A Dphp_date.c4445 zend_string *str = zval_get_string(z_arg); \ in php_date_interval_initialize_from_hash()
5435 zend_string *name = zval_get_string(member); in date_period_read_property()
5453 zend_string *name = zval_get_string(member); in date_period_write_property()
5468 zend_string *name = zval_get_string(member); in date_period_get_property_ptr_ptr()
/PHP-7.4/ext/zlib/
H A Dzlib.c779 *++ptr = zval_get_string(cur); in zlib_create_dictionary_string()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c150 ZVAL_STR(result, zval_get_string(op1)); in zend_optimizer_eval_cast()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c2020 subject = zval_get_string(&intern->current.key); in SPL_METHOD()
2025 subject = zval_get_string(&intern->current.data); in SPL_METHOD()

Completed in 185 milliseconds

12