Home
last modified time | relevance | path

Searched refs:ZVAL_STRINGL (Results 1 – 25 of 101) sorted by relevance

12345

/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c71 ZVAL_STRINGL( znew_val, (char*)new_val, UBYTES(new_val_len), FALSE ); in collator_convert_hash_item_from_utf8_to_utf16()
116 ZVAL_STRINGL( znew_val, (char*)new_val, new_val_len, FALSE ); in collator_convert_hash_item_from_utf16_to_utf8()
204 ZVAL_STRINGL( utf8_zval, str, str_len, FALSE ); in collator_convert_zstr_utf16_to_utf8()
235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_zstr_utf8_to_utf16()
310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_object_to_string()
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c225 ZVAL_STRINGL(argp[i], (char*)argv[i]->dsc_address, argv[i]->dsc_length,0); in call_php()
229 ZVAL_STRINGL(argp[i], ((PARAMVARY*)argv[i]->dsc_address)->vary_string, in call_php()
271 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.dateformat"), &t),1); in call_php()
276 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timeformat"), &t),1); in call_php()
281 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timestampformat"), &t),1); in call_php()
H A Dibase_query.c1326 ZVAL_STRINGL(val,(char *) data,len,1); in _php_ibase_var_zval()
1338 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1349 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1368 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1417 ZVAL_STRINGL(val,string_data,l,1); in _php_ibase_var_zval()
1604 ZVAL_STRINGL(result,_php_ibase_quad_to_string(bl_qd), BLOB_ID_LEN, 0); in _php_ibase_fetch_hash()
1630 ZVAL_STRINGL(result,_php_ibase_quad_to_string(ar_qd), BLOB_ID_LEN, 0); in _php_ibase_fetch_hash()
/PHP-5.5/main/streams/
H A Duserspace.c633 ZVAL_STRINGL(&func_name, USERSTREAM_WRITE, sizeof(USERSTREAM_WRITE)-1, 0); in php_userstreamop_write()
636 ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);; in php_userstreamop_write()
687 ZVAL_STRINGL(&func_name, USERSTREAM_READ, sizeof(USERSTREAM_READ)-1, 0); in php_userstreamop_read()
728 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1, 0); in php_userstreamop_read()
762 ZVAL_STRINGL(&func_name, USERSTREAM_CLOSE, sizeof(USERSTREAM_CLOSE)-1, 0); in php_userstreamop_close()
819 ZVAL_STRINGL(&func_name, USERSTREAM_SEEK, sizeof(USERSTREAM_SEEK)-1, 0); in php_userstreamop_seek()
864 ZVAL_STRINGL(&func_name, USERSTREAM_TELL, sizeof(USERSTREAM_TELL)-1, 0); in php_userstreamop_seek()
943 ZVAL_STRINGL(&func_name, USERSTREAM_STAT, sizeof(USERSTREAM_STAT)-1, 0); in php_userstreamop_stat()
979 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1, 0); in php_userstreamop_set_option()
1013 ZVAL_STRINGL(&func_name, USERSTREAM_LOCK, sizeof(USERSTREAM_LOCK)-1, 0); in php_userstreamop_set_option()
[all …]
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle.c50 ZVAL_STRINGL( return_value, (char *) bfield, ilen, 1 ); in resourcebundle_extract_value()
/PHP-5.5/ext/standard/
H A Duser_filters.c149 ZVAL_STRINGL(&func_name, "onclose", sizeof("onclose")-1, 0); in userfilter_dtor()
198 ZVAL_STRINGL(&func_name, "filter", sizeof("filter")-1, 0); in userfilter_filter()
266 ZVAL_STRINGL(&zpropname, "stream", sizeof("stream")-1, 0); in userfilter_filter()
371 ZVAL_STRINGL(&func_name, "oncreate", sizeof("oncreate")-1, 0); in user_filter_factory_create()
H A Dassert.c63 ZVAL_STRINGL(ASSERTG(callback), new_value, new_value_length, 1); in PHP_INI_MH()
228 ZVAL_STRINGL(args[3], SAFE_STRING(description), description_len, 1); in PHP_FUNCTION()
H A Dscanf.c875 ZVAL_STRINGL( *current, string, end-string, 1); in php_sscanf_internal()
918 ZVAL_STRINGL( *current, string, end-string, 1); in php_sscanf_internal()
/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c92 ZVAL_STRINGL(*retval, ret, ret_len, 0); \
186 ZVAL_STRINGL(*retval, ret, l, 0); in link_affected_rows_read()
276 ZVAL_STRINGL(*retval, stat_msg, stat_msg_len, 0); in MYSQLI_MAP_PROPERTY_FUNC_STRING()
386 ZVAL_STRINGL(*retval, ret, l, 0); in stmt_affected_rows_read()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c425ZVAL_STRINGL(return_value, "Waiting for connection to be made.", sizeof("Waiting for connection to… in pdo_pgsql_get_attribute()
430ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", sizeof("Connection OK; waiting to se… in pdo_pgsql_get_attribute()
434ZVAL_STRINGL(return_value, "Waiting for a response from the server.", sizeof("Waiting for a respon… in pdo_pgsql_get_attribute()
438ZVAL_STRINGL(return_value, "Received authentication; waiting for backend start-up to finish.", siz… in pdo_pgsql_get_attribute()
442ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", sizeof("Negotiating SSL encryption.")-1,… in pdo_pgsql_get_attribute()
446ZVAL_STRINGL(return_value, "Negotiating environment-driven parameter settings.", sizeof("Negotiati… in pdo_pgsql_get_attribute()
451 ZVAL_STRINGL(return_value, "Bad connection.", sizeof("Bad connection.")-1, 1); in pdo_pgsql_get_attribute()
/PHP-5.5/Zend/
H A Dzend_API.c1583 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_long_ex()
1601 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_bool_ex()
1619 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_null_ex()
1637 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_resource_ex()
1655 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_double_ex()
1673 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_string_ex()
1691 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_stringl_ex()
1705 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_zval_ex()
3589 ZVAL_STRINGL(property, value, len, 1); in zend_declare_property_string()
3791 ZVAL_STRINGL(tmp, value, value_len, 1); in zend_update_property_stringl()
[all …]
H A Dzend_interfaces.c60 ZVAL_STRINGL(&z_fname, function_name, function_name_len, 0); in zend_call_method()
444 ZVAL_STRINGL(zdata, (char*)buf, buf_len, 1); in zend_user_unserialize()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c192 ZVAL_STRINGL(&source_z, source, source_len, 1); in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c121 ZVAL_STRINGL(zv, tmp, tmp_len, 1); in ps_fetch_from_1_to_8_bytes()
248 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_time()
285 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_date()
329 ZVAL_STRINGL(zv, value, length, 1); in ps_fetch_datetime()
348 ZVAL_STRINGL(zv, (char *)*row, length, 1); in ps_fetch_string()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.c177 ZVAL_STRINGL(zcurrency, currency_str, currency_len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_functions.c88 ZVAL_STRINGL(tmp, pce->name, pce->name_length, 1); in spl_add_class_name()
/PHP-5.5/ext/session/
H A Dmod_user.c44 ZVAL_STRINGL(a, vl, ln, 1); \
/PHP-5.5/ext/dom/
H A Ddocumenttype.c226 ZVAL_STRINGL(*retval, ret_buf.c, ret_buf.len, 1); in dom_documenttype_internal_subset_read()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c453 ZVAL_STRINGL(patt, pat, strlen(pat), 0); in file_replace()
463 ZVAL_STRINGL(repl, rep, strlen(rep), 0); in file_replace()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c377 ZVAL_STRINGL(*zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), in do_callback()
501 ZVAL_STRINGL(zstring1, (char *) string1, string1_len, 1); in php_sqlite3_collation_callback()
504 ZVAL_STRINGL(zstring2, (char *) string2, string2_len, 1); in php_sqlite3_collation_callback()
/PHP-5.5/ext/phar/
H A Dphar_object.c84 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
96 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
114 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
130 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
141 ZVAL_STRINGL(*stuff, entry, entry_len, 1); in phar_mung_server_vars()
144 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
157 ZVAL_STRINGL(temp, path_info, code, 0); in phar_mung_server_vars()
686 ZVAL_STRINGL(params, entry, entry_len, 1); in PHP_METHOD()
1251 ZVAL_STRINGL(&arg1, fname, fname_len, 0); in PHP_METHOD()
1772 ZVAL_STRINGL(&arg, dir, dir_len, 0); in PHP_METHOD()
[all …]
/PHP-5.5/ext/openssl/
H A Dopenssl.c1387 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2074 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2130 ZVAL_STRINGL(zcert, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2140 ZVAL_STRINGL(zpkey, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
2479 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
3300 ZVAL_STRINGL(out, bio_mem_ptr, bio_mem_len, 1); in PHP_FUNCTION()
4000 ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0); in PHP_FUNCTION()
4065 ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0); in PHP_FUNCTION()
4274 ZVAL_STRINGL(signature, (char *)sigbuf, siglen, 0); in PHP_FUNCTION()
4429 ZVAL_STRINGL(sealdata, (char *)buf, len1 + len2, 0); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/idn/
H A Didn.c187 ZVAL_STRINGL(zv, buffer, len, 0); in php_intl_idn_to_46()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c488 ZVAL_STRINGL(tmp, name, namelen-1, 1); in generate_dispids()
520 ZVAL_STRINGL(tmp, name, namelen-1, 1); in generate_dispids()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c47 ZVAL_STRINGL(member, name, sizeof(name)-1, 1); \
1197 ZVAL_STRINGL(name, ce->name, ce->name_length, 1); in zend_reflection_class_factory()
1228 ZVAL_STRINGL(name, module->name, name_len, 1); in reflection_extension_factory()
1248 ZVAL_STRINGL(name, arg_info->name, arg_info->name_len, 1); in reflection_parameter_factory()
1346 ZVAL_STRINGL(classname, prop->ce->name, prop->ce->name_length, 1); in reflection_property_factory()
1525 ZVAL_STRINGL(&fname, "__tostring", sizeof("__tostring") - 1, 1); in ZEND_METHOD()
2688 ZVAL_STRINGL(classname, name_str, tmp_len, 1); in ZEND_METHOD()
3331 ZVAL_STRINGL(classname, (*ce)->name, (*ce)->name_length, 1); in reflection_class_object_ctor()
3825 ZVAL_STRINGL(property, name, name_len, 1); in ZEND_METHOD()
4846 ZVAL_STRINGL(classname, ce->name, ce->name_length, 1); in ZEND_METHOD()
[all …]

Completed in 159 milliseconds

12345