Home
last modified time | relevance | path

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

1234

/php-src/ext/intl/locale/
H A Dlocale_arginfo.h133 ZVAL_STR(&const_LANG_TAG_value, const_LANG_TAG_value_str); in register_class_Locale()
140 ZVAL_STR(&const_EXTLANG_TAG_value, const_EXTLANG_TAG_value_str); in register_class_Locale()
147 ZVAL_STR(&const_SCRIPT_TAG_value, const_SCRIPT_TAG_value_str); in register_class_Locale()
154 ZVAL_STR(&const_REGION_TAG_value, const_REGION_TAG_value_str); in register_class_Locale()
161 ZVAL_STR(&const_VARIANT_TAG_value, const_VARIANT_TAG_value_str); in register_class_Locale()
168 ZVAL_STR(&const_GRANDFATHERED_LANG_TAG_value, const_GRANDFATHERED_LANG_TAG_value_str); in register_class_Locale()
175 ZVAL_STR(&const_PRIVATE_TAG_value, const_PRIVATE_TAG_value_str); in register_class_Locale()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c77 ZVAL_STR(zv, zend_strpprintf(0, "%0*" PRIu64, (int) field->length, uval)); in ps_fetch_from_1_to_8_bytes()
82 ZVAL_STR(zv, zend_u64_to_str(uval)); in ps_fetch_from_1_to_8_bytes()
90 ZVAL_STR(zv, zend_u64_to_str(uval)); in ps_fetch_from_1_to_8_bytes()
111 ZVAL_STR(zv, zend_i64_to_str(lval)); in ps_fetch_from_1_to_8_bytes()
241 ZVAL_STR(zv, zend_strpprintf(0, "%s%02u:%02u:%02u.%0*u", in ps_fetch_time()
245 ZVAL_STR(zv, zend_strpprintf(0, "%s%02u:%02u:%02u", in ps_fetch_time()
279 ZVAL_STR(zv, zend_strpprintf(0, "%04u-%02u-%02u", t.year, t.month, t.day)); in ps_fetch_date()
319 ZVAL_STR(zv, zend_strpprintf(0, "%04u-%02u-%02u %02u:%02u:%02u.%0*u", in ps_fetch_datetime()
323 ZVAL_STR(zv, zend_strpprintf(0, "%04u-%02u-%02u %02u:%02u:%02u", in ps_fetch_datetime()
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c73 ZVAL_STR(&z, php_random_bin2hex_le(&u, sizeof(uint64_t))); in serialize()
77 ZVAL_STR(&z, php_random_bin2hex_le(&u, sizeof(uint64_t))); in serialize()
H A Dengine_combinedlcg.c79 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
H A Dengine_xoshiro256starstar.c127 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint64_t))); in serialize()
H A Dengine_mt19937.c180 ZVAL_STR(&t, php_random_bin2hex_le(&s->state[i], sizeof(uint32_t))); in serialize()
/php-src/ext/filter/
H A Dsanitizing_filters.c50 ZVAL_STR(value, smart_str_extract(&str)); in php_filter_encode_html()
257 ZVAL_STR(value, buf); in php_filter_full_special_chars()
364 ZVAL_STR(value, buf); in php_filter_add_slashes()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c364 ZVAL_STR(result, str); in php_firebird_fetch_blob()
439 ZVAL_STR(result, str); in pdo_firebird_stmt_get_col()
461ZVAL_STR(result, zend_strpprintf(0, "%" LL_MASK "d", php_get_isc_int64_from_sqldata(var->sqldata))… in pdo_firebird_stmt_get_col()
466ZVAL_STR(result, zend_strpprintf_unchecked(0, "%.8H", php_get_float_from_sqldata(var->sqldata))); in pdo_firebird_stmt_get_col()
470ZVAL_STR(result, zend_strpprintf_unchecked(0, "%.16H", php_get_double_from_sqldata(var->sqldata))); in pdo_firebird_stmt_get_col()
523 ZVAL_STR(&data, zval_get_string_func(param)); in php_firebird_bind_blob()
629 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in pdo_firebird_stmt_param_hook()
/php-src/ext/date/
H A Dphp_date_arginfo.h861 ZVAL_STR(&const_ATOM_value, const_ATOM_value_str); in register_class_DateTimeInterface()
868 ZVAL_STR(&const_COOKIE_value, const_COOKIE_value_str); in register_class_DateTimeInterface()
875 ZVAL_STR(&const_ISO8601_value, const_ISO8601_value_str); in register_class_DateTimeInterface()
889 ZVAL_STR(&const_RFC822_value, const_RFC822_value_str); in register_class_DateTimeInterface()
896 ZVAL_STR(&const_RFC850_value, const_RFC850_value_str); in register_class_DateTimeInterface()
903 ZVAL_STR(&const_RFC1036_value, const_RFC1036_value_str); in register_class_DateTimeInterface()
910 ZVAL_STR(&const_RFC1123_value, const_RFC1123_value_str); in register_class_DateTimeInterface()
917 ZVAL_STR(&const_RFC7231_value, const_RFC7231_value_str); in register_class_DateTimeInterface()
924 ZVAL_STR(&const_RFC2822_value, const_RFC2822_value_str); in register_class_DateTimeInterface()
945 ZVAL_STR(&const_RSS_value, const_RSS_value_str); in register_class_DateTimeInterface()
[all …]
/php-src/ext/pgsql/
H A Dpgsql.c341 ZVAL_STR(&tmp, trimmed_message); in _php_pgsql_notice_handler()
4658 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4702 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4751 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4812 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4854 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4892 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4930 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4962 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
4994 ZVAL_STR(&new_val, ZSTR_KNOWN(ZEND_STR_NULL)); in php_pgsql_convert()
[all …]
/php-src/ext/zend_test/
H A Dtest_arginfo.h529ZVAL_STR(&attribute_ZendTestParameterAttribute_func_zend_test_parameter_with_attribute_arg0_0_arg0… in register_test_symbols()
721ZVAL_STR(&attribute_ZendTestPropertyAttribute_property_testProp_1_arg0, attribute_ZendTestProperty… in register_class_ZendAttributeTest()
863ZVAL_STR(&attribute_ZendTestParameterAttribute_func_no_override_arg0_0_arg0, attribute_ZendTestPar… in register_class_ZendTestClassWithMethodWithParameterAttribute()
871ZVAL_STR(&attribute_ZendTestParameterAttribute_func_override_arg0_0_arg0, attribute_ZendTestParame… in register_class_ZendTestClassWithMethodWithParameterAttribute()
890ZVAL_STR(&attribute_ZendTestParameterAttribute_func_override_arg0_0_arg0, attribute_ZendTestParame… in register_class_ZendTestChildClassWithMethodWithParameterAttribute()
948 ZVAL_STR(&enum_case_Foo_value, enum_case_Foo_value_str); in register_class_ZendTestStringEnum()
953 ZVAL_STR(&enum_case_Bar_value, enum_case_Bar_value_str); in register_class_ZendTestStringEnum()
958 ZVAL_STR(&enum_case_Baz_value, enum_case_Baz_value_str); in register_class_ZendTestStringEnum()
963 ZVAL_STR(&enum_case_FortyTwo_value, enum_case_FortyTwo_value_str); in register_class_ZendTestStringEnum()
/php-src/ext/standard/
H A Dassert.c214 ZVAL_STR(&args[0], filename); in PHP_FUNCTION()
221 ZVAL_STR(&args[3], description_str); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_exceptions.c284 ZVAL_STR(&tmp, filename); in zend_default_exception_new()
319 ZVAL_STR(&tmp, message); in ZEND_METHOD()
670 ZVAL_STR(&fci.function_name, fname); in ZEND_METHOD()
698 ZVAL_STR(&message_zv, message); in ZEND_METHOD()
739 ZVAL_STR(&tmp, str); in ZEND_METHOD()
829 ZVAL_STR(&tmp, message); in zend_throw_exception_zstr()
H A Dzend_enum.c546 ZVAL_STR(zend_ast_get_zval(ast->child[0]), class_name); in create_enum_case_ast()
552 ZVAL_STR(zend_ast_get_zval(ast->child[1]), case_name); in create_enum_case_ast()
578 ZVAL_STR(&case_name_zv, case_name); in zend_enum_add_case()
H A Dzend_ini_parser.y130 ZVAL_STR(op1, zval_get_string_func(op1)); in zend_ini_add_string()
/php-src/ext/simplexml/
H A Dsimplexml.c223 ZVAL_STR(&tmp_zv, str); in sxe_prop_dim_read()
332 ZVAL_STR(&member, name); in sxe_property_read()
401 ZVAL_STR(&tmp_zv, php_trim(trim_str, NULL, 0, 3)); in sxe_prop_dim_write()
598 ZVAL_STR(&member, name); in sxe_property_write()
630 ZVAL_STR(&member, zname); in sxe_property_get_adr()
664 ZVAL_STR(&tmp_zv, str); in sxe_prop_dim_exists()
758 ZVAL_STR(&member, name); in sxe_property_exists()
786 ZVAL_STR(&tmp_zv, str); in sxe_prop_dim_delete()
886 ZVAL_STR(&member, name); in sxe_property_delete()
1104 ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node->children, 1)); in sxe_get_prop_hash()
[all …]
/php-src/ext/tokenizer/
H A Dtokenizer.c291 ZVAL_STR(OBJ_PROP_NUM(obj, 1), make_str(text, leng, interned_strings)); in add_token()
317 ZVAL_STR(&token, make_str(text, leng, interned_strings)); in add_token()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp189 ZVAL_STR(&zoi_bit->zoi_cur.current, res); in _breakiterator_parts_move_forward()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp98 ZVAL_STR(&arg, u8str); in timezone_convert_to_datetimezone()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c143 ZVAL_STR(parameter, mem ? mem : ZSTR_EMPTY_ALLOC()); in pdo_sqlite_stmt_param_hook()
/php-src/ext/spl/
H A Dspl_array.c816 ZVAL_STR(&member, name); in spl_array_read_property()
829 ZVAL_STR(&member, name); in spl_array_write_property()
848 ZVAL_STR(&member, name); in spl_array_get_property_ptr_ptr()
861 ZVAL_STR(&member, name); in spl_array_has_property()
874 ZVAL_STR(&member, name); in spl_array_unset_property()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c103 ZVAL_STR(result, zval_get_string(op1)); in zend_optimizer_eval_cast()
179 ZVAL_STR(result, dirname); in zend_optimizer_eval_special_func_call()
246 ZVAL_STR(&zv, str); in zend_optimizer_add_literal_string()
255 ZVAL_STR(val, str); in drop_leading_backslash()
492 ZVAL_STR(&tmp, zend_string_tolower(Z_STR_P(val))); in zend_optimizer_update_op2_const()
/php-src/sapi/embed/
H A DREADME.md74 ZVAL_STR(&fci.function_name, func_name);
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c112 ZVAL_STR(result, str); in pdo_odbc_ucs22utf8()
722 ZVAL_STR(result, str); in odbc_stmt_get_col()
/php-src/ext/xml/
H A Dxml.c299 ZVAL_STR(ret, xml_utf8_decode(s, len, encoding)); in _xml_xmlchar_zval()
612 ZVAL_STR(&tmp, val); in _xml_startElementHandler()
651 ZVAL_STR(&tmp, val); in _xml_startElementHandler()

Completed in 112 milliseconds

1234