Home
last modified time | relevance | path

Searched refs:ZVAL_STRINGL (Results 26 – 50 of 93) sorted by relevance

1234

/PHP-5.4/Zend/
H A Dzend_interfaces.c60 ZVAL_STRINGL(&z_fname, function_name, function_name_len, 0); in zend_call_method()
470 ZVAL_STRINGL(zdata, (char*)buf, buf_len, 1); in zend_user_unserialize()
H A Dzend_execute_API.c642 ZVAL_STRINGL(&const_value, str_index, str_index_len-3, 1); in zval_update_constant_ex()
1104 ZVAL_STRINGL(&autoload_function, ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1, 0); in zend_lookup_class_ex()
1109 ZVAL_STRINGL(class_name_ptr, name+1, name_length-1, 1); in zend_lookup_class_ex()
1111 ZVAL_STRINGL(class_name_ptr, name, name_length, 1); in zend_lookup_class_ex()
H A Dzend_exceptions.c228 ZVAL_STRINGL(tmp, name, sizeof(name)-1, 1); \
676 ZVAL_STRINGL(&fname, "gettraceasstring", sizeof("gettraceasstring")-1, 1); in ZEND_METHOD()
H A Dzend_API.h578 #define ZVAL_STRINGL(z, s, l, duplicate) do { \ macro
619 #define RETVAL_STRINGL(s, l, duplicate) ZVAL_STRINGL(return_value, s, l, duplicate)
650 ZVAL_STRINGL(var, v, l, 0); \
H A Dzend_builtin_functions.c1084 ZVAL_STRINGL(method_name, mptr->common.function_name, len, 1); in ZEND_FUNCTION()
1095ZVAL_STRINGL(method_name, zend_find_alias_name(mptr->common.scope, key, key_len - 1), key_len - 1,… in ZEND_FUNCTION()
1099 ZVAL_STRINGL(method_name, mptr->common.function_name, len, 1); in ZEND_FUNCTION()
1205 ZVAL_STRINGL(&property_z, property, property_len, 0); in ZEND_FUNCTION()
H A Dzend_operators.c1210 ZVAL_STRINGL(result, buf, length, 0); in add_char_to_string()
1229 ZVAL_STRINGL(result, buf, length, 0); in add_string_to_string()
1284 ZVAL_STRINGL(result, buf, length, 0); in concat_function()
/PHP-5.4/ext/standard/
H A Dvar_unserializer.c448 ZVAL_STRINGL(&fname, "__wakeup", sizeof("__wakeup") - 1, 0); in object_common2()
902 ZVAL_STRINGL(*rval, str, len, 0); in php_var_unserialize()
951 ZVAL_STRINGL(*rval, str, len, 1); in php_var_unserialize()
H A Dvar_unserializer.re452 ZVAL_STRINGL(&fname, "__wakeup", sizeof("__wakeup") - 1, 0);
629 ZVAL_STRINGL(*rval, str, len, 1);
658 ZVAL_STRINGL(*rval, str, len, 0);
H A Dstring.c1111 ZVAL_STRINGL(&zstr, str, str_len, 0); in PHP_FUNCTION()
1112 ZVAL_STRINGL(&zdelim, delim, delim_len, 0); in PHP_FUNCTION()
1286 ZVAL_STRINGL(zv, str, str_len, 1); in PHP_FUNCTION()
2706 ZVAL_STRINGL(return_value, str, str_len, 1);
2736 ZVAL_STRINGL(return_value, str, str_len, 1);
2760 ZVAL_STRINGL(return_value, str, str_len, 1);
3209 ZVAL_STRINGL(return_value, str, str_len, 1);
3430 ZVAL_STRINGL(return_value, str, str_len, 1);
3446 ZVAL_STRINGL(return_value, str, str_len, 1);
3666 ZVAL_STRINGL(result, str, len, 1);
[all …]
H A Dhttp_fopen_wrapper.c706 ZVAL_STRINGL(http_response, tmp_line, tmp_line_len, 1); in php_stream_url_wrap_http_ex()
784 ZVAL_STRINGL(http_header, http_header_line, http_header_line_length, 1); in php_stream_url_wrap_http_ex()
H A Darray.c1114 ZVAL_STRINGL(key, string_key, string_key_len - 1, 1); in php_array_walk()
1402 ZVAL_STRINGL(&final_name, var_name, var_name_len, 1); in PHP_FUNCTION()
1413 ZVAL_STRINGL(&final_name, var_name, var_name_len, 1); in PHP_FUNCTION()
1428 ZVAL_STRINGL(&final_name, var_name, var_name_len, 1); in PHP_FUNCTION()
1435 ZVAL_STRINGL(&final_name, var_name, var_name_len, 1); in PHP_FUNCTION()
2486 ZVAL_STRINGL(new_val, string_key, string_key_len - 1, 0); in PHP_FUNCTION()
2710 ZVAL_STRINGL(data, string_key, str_key_len - 1, 0); in PHP_FUNCTION()
/PHP-5.4/ext/mysqli/
H A Dmysqli_warning.c36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_D…
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c957 ZVAL_STRINGL(result, data, length, 1);
982 ZVAL_STRINGL(result, data, 16, 1);
993 ZVAL_STRINGL(result, (char *)dbdata(mssql_ptr->link, offset), res_length, 1);
1043 ZVAL_STRINGL(result, res_buf, res_length, 0);
1081 ZVAL_STRINGL(result, res_buf, res_length, 0);
1123 ZVAL_STRINGL(result, res_buf, res_length, 0);
/PHP-5.4/ext/tidy/
H A Dtidy.c129 ZVAL_STRINGL(tmp, (char *)_string, _len, 1); \
767 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0, 1); in tidy_doc_cast_handler()
801 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1, 1); in tidy_node_cast_handler()
829 ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE); in tidy_doc_update_properties()
840 ZVAL_STRINGL(temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1, TRUE); in tidy_doc_update_properties()
/PHP-5.4/ext/sysvmsg/
H A Dsysvmsg.c378 ZVAL_STRINGL(out_message, messagebuffer->mtext, result, 1); in PHP_FUNCTION()
/PHP-5.4/ext/spl/
H A Dspl_directory.c453 ZVAL_STRINGL(arg1, file_path, file_path_len, use_copy); in spl_filesystem_object_create_info()
497 ZVAL_STRINGL(arg1, source->file_name, source->file_name_len, 1); in spl_filesystem_object_create_type()
520 ZVAL_STRINGL(arg1, source->file_name, source->file_name_len, 1); in spl_filesystem_object_create_type()
521 ZVAL_STRINGL(arg2, "r", 1, 1); in spl_filesystem_object_create_type()
1532 ZVAL_STRINGL(zpath, intern->file_name, intern->file_name_len, 1); in SPL_METHOD()
1773 ZVAL_STRINGL(iterator->current, object->file_name, object->file_name_len, 1); in spl_filesystem_tree_it_current_data()
1898 ZVAL_STRINGL(retval_ptr, intern->file_name, intern->file_name_len, 1); in spl_filesystem_object_cast()
1902 ZVAL_STRINGL(writeobj, intern->file_name, intern->file_name_len, 1); in spl_filesystem_object_cast()
/PHP-5.4/ext/wddx/
H A Dwddx.c1176 ZVAL_STRINGL(return_value, packet->c, packet->len, 1); in PHP_FUNCTION()
1211 ZVAL_STRINGL(return_value, packet->c, packet->len, 1); in PHP_FUNCTION()
1279 ZVAL_STRINGL(return_value, packet->c, packet->len, 1); in PHP_FUNCTION()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c580ZVAL_STRINGL(data, (char *)sqlite3_column_text(stmt, column), sqlite3_column_bytes(stmt, column), …
600ZVAL_STRINGL(data, (char*)sqlite3_column_blob(stmt, column), sqlite3_column_bytes(stmt, column), 1…
751ZVAL_STRINGL(*zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), sqlite3_value_bytes(argv[i]),…
884 ZVAL_STRINGL(*zargs[0], a, a_len, 1);
887 ZVAL_STRINGL(*zargs[1], b, b_len, 1);
/PHP-5.4/ext/readline/
H A Dreadline.c464 ZVAL_STRINGL(ret, (char*)str, len, 1); in _readline_string_zval()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1641 ZVAL_STRINGL(*current_field, (char *)p, len, 0); in php_mysqlnd_rowp_read_text_protocol()
1680 ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, 0); in php_mysqlnd_rowp_read_text_protocol()
1693 ZVAL_STRINGL(*current_field, (char *) start, bit_area - start - 1, 0); in php_mysqlnd_rowp_read_text_protocol()
1703 ZVAL_STRINGL(*current_field, (char *)p, len, 0); in php_mysqlnd_rowp_read_text_protocol()
1723 ZVAL_STRINGL(*current_field, (char *)p, len, 0); in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.4/ext/soap/
H A Dphp_http.c333 ZVAL_STRINGL(params[0], buf, buf_size, 0); in make_http_soap_request()
1197 ZVAL_STRINGL(params[0], http_body+10, http_body_size-10, 0); in make_http_soap_request()
1203 ZVAL_STRINGL(params[0], http_body, http_body_size, 0); in make_http_soap_request()
/PHP-5.4/ext/json/
H A DJSON_parser.c341 ZVAL_STRINGL(*z, buf->c, buf->len, 1); in json_create_zval()
669 ZVAL_STRINGL(z, buf.c, buf.len, 1); in parse_JSON_ex()
H A Djson.c780 ZVAL_STRINGL(return_value, buf.c, buf.len, 1); in PHP_FUNCTION()
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c586 ZVAL_STRINGL(tmp, ansiname, ansinamelen, 0); in php_com_process_typeinfo()
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_statement.c373 ZVAL_STRINGL(param->parameter, Z_BVAL_P(param->parameter) ? "t" : "f", 1, 1); in pgsql_stmt_param_hook()

Completed in 119 milliseconds

1234