Home
last modified time | relevance | path

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

1234

/PHP-7.2/ext/interbase/
H A Dphp_ibase_udf.c223 ZVAL_STRINGL(&args[i], (char*)argv[i]->dsc_address, argv[i]->dsc_length); in call_php()
228 ZVAL_STRINGL(&args[i], ((PARAMVARY*)argv[i]->dsc_address)->vary_string, in call_php()
270 ZVAL_STRINGL(&args[i], d, strftime(d, sizeof(d), INI_STR("ibase.dateformat"), &t),1); in call_php()
275 ZVAL_STRINGL(&args[i], d, strftime(d, sizeof(d), INI_STR("ibase.timeformat"), &t),1); in call_php()
280 ZVAL_STRINGL(&args[i], d, strftime(d, sizeof(d), INI_STR("ibase.timestampformat"), &t)); in call_php()
H A Dibase_query.c1324 ZVAL_STRINGL(val, (char*)data, len); in _php_ibase_var_zval()
1336 ZVAL_STRINGL(val,string_data,l); in _php_ibase_var_zval()
1347 ZVAL_STRINGL(val,string_data,l); in _php_ibase_var_zval()
1366 ZVAL_STRINGL(val, string_data, l); in _php_ibase_var_zval()
1415 ZVAL_STRINGL(val, string_data, l); in _php_ibase_var_zval()
/PHP-7.2/main/streams/
H A Duserspace.c607 ZVAL_STRINGL(&func_name, USERSTREAM_WRITE, sizeof(USERSTREAM_WRITE)-1); in php_userstreamop_write()
609 ZVAL_STRINGL(&args[0], (char*)buf, count); in php_userstreamop_write()
658 ZVAL_STRINGL(&func_name, USERSTREAM_READ, sizeof(USERSTREAM_READ)-1); in php_userstreamop_read()
696 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_read()
728 ZVAL_STRINGL(&func_name, USERSTREAM_CLOSE, sizeof(USERSTREAM_CLOSE)-1); in php_userstreamop_close()
785 ZVAL_STRINGL(&func_name, USERSTREAM_SEEK, sizeof(USERSTREAM_SEEK)-1); in php_userstreamop_seek()
823 ZVAL_STRINGL(&func_name, USERSTREAM_TELL, sizeof(USERSTREAM_TELL)-1); in php_userstreamop_seek()
893 ZVAL_STRINGL(&func_name, USERSTREAM_STAT, sizeof(USERSTREAM_STAT)-1); in php_userstreamop_stat()
928 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_set_option()
961 ZVAL_STRINGL(&func_name, USERSTREAM_LOCK, sizeof(USERSTREAM_LOCK)-1); in php_userstreamop_set_option()
[all …]
/PHP-7.2/ext/pdo_dblib/
H A Ddblib_stmt.c318 ZVAL_STRINGL(zv, (DBCHAR *) data, data_len); in pdo_dblib_stmt_get_col()
340 ZVAL_STRINGL(zv, tmp_data, dl); in pdo_dblib_stmt_get_col()
405 ZVAL_STRINGL(zv, tmp_data, data_len); in pdo_dblib_stmt_get_col()
411 ZVAL_STRINGL(zv, (DBCHAR *) data, 16); in pdo_dblib_stmt_get_col()
/PHP-7.2/ext/intl/collator/
H A Dcollator_convert.c60 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16()
204 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
281 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle.c50 ZVAL_STRINGL( return_value, (char *) bfield, ilen ); in resourcebundle_extract_value()
/PHP-7.2/ext/standard/
H A Duser_filters.c140 ZVAL_STRINGL(&func_name, "onclose", sizeof("onclose")-1); in userfilter_dtor()
189 ZVAL_STRINGL(&func_name, "filter", sizeof("filter")-1); in userfilter_filter()
245 ZVAL_STRINGL(&zpropname, "stream", sizeof("stream")-1); in userfilter_filter()
348 ZVAL_STRINGL(&func_name, "oncreate", sizeof("oncreate")-1); in user_filter_factory_create()
H A Dincomplete_class.c158 ZVAL_STRINGL(&val, name, len); in php_store_class_name()
H A Dscanf.c865 ZVAL_STRINGL(current, string, end-string); in php_sscanf_internal()
906 ZVAL_STRINGL(current, string, end-string); in php_sscanf_internal()
/PHP-7.2/Zend/
H A Dzend_language_scanner.l293 ZVAL_STRINGL(zv, (char*)SCNG(yy_text), SCNG(yy_leng)); in zend_lex_tstring()
867 ZVAL_STRINGL(zendlval, s, sz); \
870 ZVAL_STRINGL(zendlval, yytext, yyleng); \
878 ZVAL_STRINGL(zendlval, str, len); in zend_scan_escape_string()
1083 ZVAL_STRINGL(zendlval, (char *) str, sz); in zend_scan_escape_string()
1730 ZVAL_STRINGL(zendlval, yytext, yyleng);
1736 ZVAL_STRINGL(zendlval, yytext, yyleng);
1837 ZVAL_STRINGL(zendlval, s, sz);
1843 ZVAL_STRINGL(zendlval, yytext, yyleng);
1995 ZVAL_STRINGL(zendlval, yytext+bprefix+1, yyleng-bprefix-2);
[all …]
H A Dzend_API.c1424 ZVAL_STRINGL(&tmp, str, length); in add_assoc_stringl_ex()
1506 ZVAL_STRINGL(&tmp, str, length); in add_index_stringl()
1584 ZVAL_STRINGL(&tmp, str, length); in add_next_index_stringl()
1609 ZVAL_STRINGL(&tmp, str, length); in add_get_assoc_stringl_ex()
1655 ZVAL_STRINGL(&tmp, str, length); in add_get_index_stringl()
1709 ZVAL_STRINGL(&z_key, key, key_len); in add_property_long_ex()
1723 ZVAL_STRINGL(&z_key, key, key_len); in add_property_bool_ex()
1737 ZVAL_STRINGL(&z_key, key, key_len); in add_property_null_ex()
1751 ZVAL_STRINGL(&z_key, key, key_len); in add_property_resource_ex()
1765 ZVAL_STRINGL(&z_key, key, key_len); in add_property_double_ex()
[all …]
H A Dzend_interfaces.c59 ZVAL_STRINGL(&fci.function_name, function_name, function_name_len); in zend_call_method()
427 ZVAL_STRINGL(&zdata, (char*)buf, buf_len); in zend_user_unserialize()
H A Dzend_execute_API.c602 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
605 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
971 ZVAL_STRINGL(&args[0], ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1); in zend_lookup_class_ex()
1064 ZVAL_STRINGL(&pv, str, str_len); in zend_eval_stringl()
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_driver.c427ZVAL_STRINGL(return_value, "Waiting for connection to be made.", sizeof("Waiting for connection to… in pdo_pgsql_get_attribute()
432ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", sizeof("Connection OK; waiting to se… in pdo_pgsql_get_attribute()
436ZVAL_STRINGL(return_value, "Waiting for a response from the server.", sizeof("Waiting for a respon… in pdo_pgsql_get_attribute()
440ZVAL_STRINGL(return_value, "Received authentication; waiting for backend start-up to finish.", siz… in pdo_pgsql_get_attribute()
444ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", sizeof("Negotiating SSL encryption.")-1); in pdo_pgsql_get_attribute()
448ZVAL_STRINGL(return_value, "Negotiating environment-driven parameter settings.", sizeof("Negotiati… in pdo_pgsql_get_attribute()
453 ZVAL_STRINGL(return_value, "Bad connection.", sizeof("Bad connection.")-1); in pdo_pgsql_get_attribute()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c5930 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5937 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5948 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5951 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5956 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5960 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5964 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6006 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6052 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6089 ZVAL_STRINGL(&new_val, "''", sizeof("''")-1);
[all …]
/PHP-7.2/ext/spl/
H A Dspl_directory.c466 ZVAL_STRINGL(&arg1, file_path, file_path_len); in spl_filesystem_object_create_info()
511 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
535 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
536 ZVAL_STRINGL(&arg2, "r", 1); in spl_filesystem_object_create_type()
621 ZVAL_STRINGL(&tmp, path, path_len); in spl_filesystem_object_get_debug_info()
632 ZVAL_STRINGL(&tmp, intern->file_name, intern->file_name_len); in spl_filesystem_object_get_debug_info()
641 ZVAL_STRINGL(&tmp, intern->_path, intern->_path_len); in spl_filesystem_object_get_debug_info()
665 ZVAL_STRINGL(&tmp, stmp, 1); in spl_filesystem_object_get_debug_info()
670 ZVAL_STRINGL(&tmp, stmp, 1); in spl_filesystem_object_get_debug_info()
1529 ZVAL_STRINGL(&zpath, intern->file_name, intern->file_name_len); in SPL_METHOD()
[all …]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c120 ZVAL_STRINGL(zv, tmp, tmp_len); in ps_fetch_from_1_to_8_bytes()
247 ZVAL_STRINGL(zv, value, length); in ps_fetch_time()
284 ZVAL_STRINGL(zv, value, length); in ps_fetch_date()
328 ZVAL_STRINGL(zv, value, length); in ps_fetch_datetime()
347 ZVAL_STRINGL(zv, (char *)*row, length); in ps_fetch_string()
/PHP-7.2/ext/pdo_sqlite/
H A Dsqlite_driver.c376ZVAL_STRINGL(&zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), sqlite3_value_bytes(argv[i])); in do_callback()
486 ZVAL_STRINGL(&zargs[0], (char *) string1, string1_len); in php_sqlite3_collation_callback()
487 ZVAL_STRINGL(&zargs[1], (char *) string2, string2_len); in php_sqlite3_collation_callback()
/PHP-7.2/ext/filter/
H A Dfilter.c464 ZVAL_STRINGL(&raw_var, *val, val_len); in php_sapi_filter()
471 ZVAL_STRINGL(&new_var, *val, val_len); in php_sapi_filter()
474 ZVAL_STRINGL(&new_var, *val, val_len); in php_sapi_filter()
H A Dsanitizing_filters.c190 ZVAL_STRINGL(value, Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_filter_string()
/PHP-7.2/ext/mysqli/
H A Dmysqli_warning.c36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l))
/PHP-7.2/ext/intl/common/
H A Dcommon_enum.cpp98 ZVAL_STRINGL(&zoi_iter->current, result, result_length); in string_enum_current_move_forward()
/PHP-7.2/ext/tidy/
H A Dtidy.c130 ZVAL_STRINGL(&tmp, (char *)_string, _len); \
765 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0); in tidy_doc_cast_handler()
799 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
826 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
836 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
/PHP-7.2/ext/dom/
H A Ddom_iterators.c171 ZVAL_STRINGL(key, (char *) curnode->name, xmlStrlen(curnode->name)); in php_dom_iterator_current_key()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c625 ZVAL_STRINGL(elem, pStr, XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()
638 ZVAL_STRINGL(elem, XMLRPC_GetValueDateTime_ISO8601(el), XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()
643 ZVAL_STRINGL(elem, pStr, XMLRPC_GetValueStringLen(el)); in XMLRPC_to_PHP()

Completed in 101 milliseconds

1234