Home
last modified time | relevance | path

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

1234

/PHP-7.0/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.0/main/streams/
H A Duserspace.c606 ZVAL_STRINGL(&func_name, USERSTREAM_WRITE, sizeof(USERSTREAM_WRITE)-1); in php_userstreamop_write()
608 ZVAL_STRINGL(&args[0], (char*)buf, count); in php_userstreamop_write()
657 ZVAL_STRINGL(&func_name, USERSTREAM_READ, sizeof(USERSTREAM_READ)-1); in php_userstreamop_read()
695 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_read()
727 ZVAL_STRINGL(&func_name, USERSTREAM_CLOSE, sizeof(USERSTREAM_CLOSE)-1); in php_userstreamop_close()
784 ZVAL_STRINGL(&func_name, USERSTREAM_SEEK, sizeof(USERSTREAM_SEEK)-1); in php_userstreamop_seek()
822 ZVAL_STRINGL(&func_name, USERSTREAM_TELL, sizeof(USERSTREAM_TELL)-1); in php_userstreamop_seek()
898 ZVAL_STRINGL(&func_name, USERSTREAM_STAT, sizeof(USERSTREAM_STAT)-1); in php_userstreamop_stat()
933 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1); in php_userstreamop_set_option()
966 ZVAL_STRINGL(&func_name, USERSTREAM_LOCK, sizeof(USERSTREAM_LOCK)-1); in php_userstreamop_set_option()
[all …]
/PHP-7.0/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.0/ext/intl/collator/
H A Dcollator_convert.c66 ZVAL_STRINGL( &znew_val, (char*)new_val, UBYTES(new_val_len + 1) ); in collator_convert_hash_item_from_utf8_to_utf16()
210 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
287 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle.c50 ZVAL_STRINGL( return_value, (char *) bfield, ilen ); in resourcebundle_extract_value()
/PHP-7.0/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.c157 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.0/Zend/
H A Dzend_language_scanner.l288 ZVAL_STRINGL(zv, (char*)SCNG(yy_text), SCNG(yy_leng)); in zend_lex_tstring()
888 ZVAL_STRINGL(zendlval, s, sz); \
891 ZVAL_STRINGL(zendlval, yytext, yyleng); \
899 ZVAL_STRINGL(zendlval, str, len); in zend_scan_escape_string()
1098 ZVAL_STRINGL(zendlval, (char *) str, sz); in zend_scan_escape_string()
1742 ZVAL_STRINGL(zendlval, yytext, yyleng);
1748 ZVAL_STRINGL(zendlval, yytext, yyleng);
1849 ZVAL_STRINGL(zendlval, s, sz);
1855 ZVAL_STRINGL(zendlval, yytext, yyleng);
2004 ZVAL_STRINGL(zendlval, yytext+bprefix+1, yyleng-bprefix-2);
[all …]
H A Dzend_API.c1398 ZVAL_STRINGL(&tmp, str, length); in add_assoc_stringl_ex()
1480 ZVAL_STRINGL(&tmp, str, length); in add_index_stringl()
1558 ZVAL_STRINGL(&tmp, str, length); in add_next_index_stringl()
1583 ZVAL_STRINGL(&tmp, str, length); in add_get_assoc_stringl_ex()
1629 ZVAL_STRINGL(&tmp, str, length); in add_get_index_stringl()
1683 ZVAL_STRINGL(&z_key, key, key_len); in add_property_long_ex()
1697 ZVAL_STRINGL(&z_key, key, key_len); in add_property_bool_ex()
1711 ZVAL_STRINGL(&z_key, key, key_len); in add_property_null_ex()
1725 ZVAL_STRINGL(&z_key, key, key_len); in add_property_resource_ex()
1739 ZVAL_STRINGL(&z_key, key, key_len); in add_property_double_ex()
[all …]
H A Dzend_interfaces.c53 ZVAL_STRINGL(&fci.function_name, function_name, function_name_len); in zend_call_method()
458 ZVAL_STRINGL(&zdata, (char*)buf, buf_len); in zend_user_unserialize()
H A Dzend_execute_API.c609 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
612 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
1027 ZVAL_STRINGL(&args[0], ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1); in zend_lookup_class_ex()
1120 ZVAL_STRINGL(&pv, str, str_len); in zend_eval_stringl()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c443ZVAL_STRINGL(return_value, "Waiting for connection to be made.", sizeof("Waiting for connection to… in pdo_pgsql_get_attribute()
448ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", sizeof("Connection OK; waiting to se… in pdo_pgsql_get_attribute()
452ZVAL_STRINGL(return_value, "Waiting for a response from the server.", sizeof("Waiting for a respon… in pdo_pgsql_get_attribute()
456ZVAL_STRINGL(return_value, "Received authentication; waiting for backend start-up to finish.", siz… in pdo_pgsql_get_attribute()
460ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", sizeof("Negotiating SSL encryption.")-1); in pdo_pgsql_get_attribute()
464ZVAL_STRINGL(return_value, "Negotiating environment-driven parameter settings.", sizeof("Negotiati… in pdo_pgsql_get_attribute()
469 ZVAL_STRINGL(return_value, "Bad connection.", sizeof("Bad connection.")-1); in pdo_pgsql_get_attribute()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c5888 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5895 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5906 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5909 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5914 ZVAL_STRINGL(&new_val, "'t'", sizeof("'t'")-1);
5918 ZVAL_STRINGL(&new_val, "'f'", sizeof("'f'")-1);
5922 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
5964 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6010 ZVAL_STRINGL(&new_val, "NULL", sizeof("NULL")-1);
6047 ZVAL_STRINGL(&new_val, "''", sizeof("''")-1);
[all …]
/PHP-7.0/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()
1502 ZVAL_STRINGL(&zpath, intern->file_name, intern->file_name_len); in SPL_METHOD()
[all …]
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c121 ZVAL_STRINGL(zv, tmp, tmp_len); in ps_fetch_from_1_to_8_bytes()
248 ZVAL_STRINGL(zv, value, length); in ps_fetch_time()
285 ZVAL_STRINGL(zv, value, length); in ps_fetch_date()
329 ZVAL_STRINGL(zv, value, length); in ps_fetch_datetime()
348 ZVAL_STRINGL(zv, (char *)*row, length); in ps_fetch_string()
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c374ZVAL_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.0/ext/filter/
H A Dfilter.c462 ZVAL_STRINGL(&raw_var, *val, val_len); in php_sapi_filter()
469 ZVAL_STRINGL(&new_var, *val, val_len); in php_sapi_filter()
472 ZVAL_STRINGL(&new_var, *val, val_len); in php_sapi_filter()
H A Dsanitizing_filters.c188 ZVAL_STRINGL(value, Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_filter_string()
/PHP-7.0/ext/mysqli/
H A Dmysqli_warning.c36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l))
/PHP-7.0/ext/intl/common/
H A Dcommon_enum.cpp98 ZVAL_STRINGL(&zoi_iter->current, result, result_length); in string_enum_current_move_forward()
/PHP-7.0/ext/tidy/
H A Dtidy.c125 ZVAL_STRINGL(&tmp, (char *)_string, _len); \
760 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0); in tidy_doc_cast_handler()
794 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
821 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
831 ZVAL_STRINGL(&temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in tidy_doc_update_properties()
/PHP-7.0/ext/dom/
H A Ddom_iterators.c167 ZVAL_STRINGL(key, (char *) curnode->name, xmlStrlen(curnode->name)); in php_dom_iterator_current_key()
/PHP-7.0/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 171 milliseconds

1234