Home
last modified time | relevance | path

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

1234

/PHP-7.1/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.c1328 ZVAL_STRINGL(val, (char*)data, len); in _php_ibase_var_zval()
1340 ZVAL_STRINGL(val,string_data,l); in _php_ibase_var_zval()
1351 ZVAL_STRINGL(val,string_data,l); in _php_ibase_var_zval()
1370 ZVAL_STRINGL(val, string_data, l); in _php_ibase_var_zval()
1419 ZVAL_STRINGL(val, string_data, l); in _php_ibase_var_zval()
/PHP-7.1/main/streams/
H A Duserspace.c604 ZVAL_STRINGL(&func_name, USERSTREAM_WRITE, sizeof(USERSTREAM_WRITE)-1); in php_userstreamop_write()
606 ZVAL_STRINGL(&args[0], (char*)buf, count); in php_userstreamop_write()
655 ZVAL_STRINGL(&func_name, USERSTREAM_READ, sizeof(USERSTREAM_READ)-1); in php_userstreamop_read()
693 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_read()
725 ZVAL_STRINGL(&func_name, USERSTREAM_CLOSE, sizeof(USERSTREAM_CLOSE)-1); in php_userstreamop_close()
782 ZVAL_STRINGL(&func_name, USERSTREAM_SEEK, sizeof(USERSTREAM_SEEK)-1); in php_userstreamop_seek()
820 ZVAL_STRINGL(&func_name, USERSTREAM_TELL, sizeof(USERSTREAM_TELL)-1); in php_userstreamop_seek()
896 ZVAL_STRINGL(&func_name, USERSTREAM_STAT, sizeof(USERSTREAM_STAT)-1); in php_userstreamop_stat()
931 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_set_option()
964 ZVAL_STRINGL(&func_name, USERSTREAM_LOCK, sizeof(USERSTREAM_LOCK)-1); in php_userstreamop_set_option()
[all …]
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_stmt.c315 ZVAL_STRINGL(zv, data, data_len);
337 ZVAL_STRINGL(zv, tmp_data, dl);
399 ZVAL_STRINGL(zv, tmp_data, data_len);
404 ZVAL_STRINGL(zv, data, 16);
/PHP-7.1/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.1/ext/intl/resourcebundle/
H A Dresourcebundle.c50 ZVAL_STRINGL( return_value, (char *) bfield, ilen ); in resourcebundle_extract_value()
/PHP-7.1/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()
345 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.1/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()
1729 ZVAL_STRINGL(zendlval, yytext, yyleng);
1735 ZVAL_STRINGL(zendlval, yytext, yyleng);
1836 ZVAL_STRINGL(zendlval, s, sz);
1842 ZVAL_STRINGL(zendlval, yytext, yyleng);
1991 ZVAL_STRINGL(zendlval, yytext+bprefix+1, yyleng-bprefix-2);
[all …]
H A Dzend_API.c1394 ZVAL_STRINGL(&tmp, str, length); in add_assoc_stringl_ex()
1476 ZVAL_STRINGL(&tmp, str, length); in add_index_stringl()
1554 ZVAL_STRINGL(&tmp, str, length); in add_next_index_stringl()
1579 ZVAL_STRINGL(&tmp, str, length); in add_get_assoc_stringl_ex()
1625 ZVAL_STRINGL(&tmp, str, length); in add_get_index_stringl()
1679 ZVAL_STRINGL(&z_key, key, key_len); in add_property_long_ex()
1693 ZVAL_STRINGL(&z_key, key, key_len); in add_property_bool_ex()
1707 ZVAL_STRINGL(&z_key, key, key_len); in add_property_null_ex()
1721 ZVAL_STRINGL(&z_key, key, key_len); in add_property_resource_ex()
1735 ZVAL_STRINGL(&z_key, key, key_len); in add_property_double_ex()
[all …]
H A Dzend_interfaces.c58 ZVAL_STRINGL(&fci.function_name, function_name, function_name_len); in zend_call_method()
452 ZVAL_STRINGL(&zdata, (char*)buf, buf_len); in zend_user_unserialize()
H A Dzend_execute_API.c619 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
622 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
1008 ZVAL_STRINGL(&args[0], ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1); in zend_lookup_class_ex()
1101 ZVAL_STRINGL(&pv, str, str_len); in zend_eval_stringl()
/PHP-7.1/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.1/ext/pgsql/
H A Dpgsql.c5924 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5931 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5942 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5945 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5950 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5954 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5958 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6000 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6046 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6083 ZVAL_STRINGL(&new_val, "''", sizeof("''")-1);
[all …]
/PHP-7.1/ext/spl/
H A Dspl_directory.c443 ZVAL_STRINGL(&arg1, file_path, file_path_len); in spl_filesystem_object_create_info()
488 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
512 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
513 ZVAL_STRINGL(&arg2, "r", 1); in spl_filesystem_object_create_type()
598 ZVAL_STRINGL(&tmp, path, path_len); in spl_filesystem_object_get_debug_info()
609 ZVAL_STRINGL(&tmp, intern->file_name, intern->file_name_len); in spl_filesystem_object_get_debug_info()
618 ZVAL_STRINGL(&tmp, intern->_path, intern->_path_len); in spl_filesystem_object_get_debug_info()
642 ZVAL_STRINGL(&tmp, stmp, 1); in spl_filesystem_object_get_debug_info()
647 ZVAL_STRINGL(&tmp, stmp, 1); in spl_filesystem_object_get_debug_info()
1506 ZVAL_STRINGL(&zpath, intern->file_name, intern->file_name_len); in SPL_METHOD()
[all …]
/PHP-7.1/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.1/ext/pdo_sqlite/
H A Dsqlite_driver.c372ZVAL_STRINGL(&zargs[i + is_agg], (char*)sqlite3_value_text(argv[i]), sqlite3_value_bytes(argv[i])); in do_callback()
482 ZVAL_STRINGL(&zargs[0], (char *) string1, string1_len); in php_sqlite3_collation_callback()
483 ZVAL_STRINGL(&zargs[1], (char *) string2, string2_len); in php_sqlite3_collation_callback()
/PHP-7.1/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.1/ext/mysqli/
H A Dmysqli_warning.c36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l))
/PHP-7.1/ext/intl/common/
H A Dcommon_enum.cpp98 ZVAL_STRINGL(&zoi_iter->current, result, result_length); in string_enum_current_move_forward()
/PHP-7.1/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.1/ext/dom/
H A Ddom_iterators.c171 ZVAL_STRINGL(key, (char *) curnode->name, xmlStrlen(curnode->name)); in php_dom_iterator_current_key()
/PHP-7.1/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 154 milliseconds

1234