Home
last modified time | relevance | path

Searched refs:len (Results 451 – 475 of 496) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_array.phpt144 function func_mysql_fetch_array_make_string($len) {
147 for ($i = 0; $i < $len; $i++)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt162 function func_mysqli_fetch_array_make_string($len) {
165 for ($i = 0; $i < $len; $i++)
H A Dmysqli_fetch_all_oo.phpt162 function func_mysqli_fetch_array_oo_make_string($len) {
165 for ($i = 0; $i < $len; $i++)
H A Dmysqli_fetch_array.phpt148 function func_mysqli_fetch_array_make_string($len) {
151 for ($i = 0; $i < $len; $i++)
H A Dmysqli_stmt_bind_param.phpt165 function func_mysqli_stmt_bind_make_string($len) {
168 for ($i = 0; $i < $len; $i++)
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c2668 if (str->len) {
2673 if (str->len) {
2680 if (str->len) {
2685 if (str->len) {
2794 if (tmp_str.len) {
2806 if (tmp_str.len) {
2811 if (tmp_str.len) {
H A Dmysqlnd_ps.c754 unsigned long len = Z_STRLEN_P(current_row[i]); in mysqlnd_stmt_fetch_row_buffered() local
755 if (meta->fields[i].max_length < len) { in mysqlnd_stmt_fetch_row_buffered()
756 meta->fields[i].max_length = len; in mysqlnd_stmt_fetch_row_buffered()
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c294 if (php_stream_write(stream, header.c, header.len) != header.len) { in php_stream_url_wrap_http_ex()
H A Dfilters.c278 tags_ss.len = Z_STRLEN_P(filterparams); in strfilter_strip_tags_create()
283 if (php_strip_tags_filter_ctor(inst, tags_ss.c, tags_ss.len, persistent) != SUCCESS) { in strfilter_strip_tags_create()
1955 static int php_dechunk(char *buf, int len, php_chunked_filter_data *data) in php_dechunk() argument
1958 char *end = p + len; in php_dechunk()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c983 smart_str_appendl(&str, object->prefix[0].c, object->prefix[0].len); in spl_recursive_tree_iterator_get_prefix()
989 smart_str_appendl(&str, object->prefix[1].c, object->prefix[1].len); in spl_recursive_tree_iterator_get_prefix()
991 smart_str_appendl(&str, object->prefix[2].c, object->prefix[2].len); in spl_recursive_tree_iterator_get_prefix()
999 smart_str_appendl(&str, object->prefix[3].c, object->prefix[3].len); in spl_recursive_tree_iterator_get_prefix()
1001 smart_str_appendl(&str, object->prefix[4].c, object->prefix[4].len); in spl_recursive_tree_iterator_get_prefix()
1006 smart_str_appendl(&str, object->prefix[5].c, object->prefix[5].len); in spl_recursive_tree_iterator_get_prefix()
1009 RETVAL_STRINGL(str.c, str.len, 0); in spl_recursive_tree_iterator_get_prefix()
1035 RETVAL_STRINGL(object->postfix[0].c, object->postfix[0].len, 1); in spl_recursive_tree_iterator_get_postfix()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch229 +printf("**RESPONSE [%d]** len = %d\n%*.*s\n", hc->conn_fd, hc->responselen, hc->responselen, hc->r…
291 + s.len = 0;
372 + hc->responselen = s.len;
939 + if (bentries.len > 16384) {
941 + write(fd, bentries.c, bentries.len);
942 + bentries.len = 0;
958 + httpd_ntoa_buf.len = 0;
2030 +printf("**RESPONSE2 [%d]** len = %d\n%*.*s\n", hc->conn_fd, hc->responselen, hc->responselen, hc->…
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c412 if (zend_hash_find(hdrs, key.c, key.len+1, (void**)&hdr) == SUCCESS) { in parse_packet_soap()
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode1.phpt17 "", // len=0
H A Dstrncasecmp_variation6.phpt5 /* Prototype : int strncasecmp ( string $str1, string $str2, int $len );
H A Dstrncmp_variation6.phpt5 /* Prototype : int strncmp ( string $str1, string $str2, int $len );
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c455 sljit_ub len; in sljit_generate_code() local
478 len = *buf_ptr++; in sljit_generate_code()
479 if (len > 0) { in sljit_generate_code()
481 SLJIT_MEMMOVE(code_ptr, buf_ptr, len); in sljit_generate_code()
482 code_ptr += len; in sljit_generate_code()
483 buf_ptr += len; in sljit_generate_code()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c44 if (str->len) { in mysqli_tx_cor_options_to_string()
49 if (str->len) { in mysqli_tx_cor_options_to_string()
56 if (str->len) { in mysqli_tx_cor_options_to_string()
61 if (str->len) { in mysqli_tx_cor_options_to_string()
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c324 static union _zend_function *saproxy_method_get(zval **object, const char *name, int len, const zen… in saproxy_method_get() argument
/PHP-5.5/
H A Drun-tests.php2307 $len = strlen($value);
2309 if ($value{$len - 1} == '"') {
2311 $value{$len - 1} = "'";
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3211 if (len == 255) in add_prefix_byte()
3214 if (len == 0) in add_prefix_byte()
3231 len++; in add_prefix_byte()
3232 bytes[len] = byte; in add_prefix_byte()
3233 bytes[0] = len; in add_prefix_byte()
3318 len = 1; in scan_prefix()
3486 len = 1; in scan_prefix()
3510 len_save = len; in scan_prefix()
3549 len--; in scan_prefix()
3558 while (len > 0); in scan_prefix()
[all …]
/PHP-5.5/main/streams/
H A Dmemory.c24 PHPAPI int php_url_decode(char *str, int len);
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c688 static int php_xmlwriter_streams_IO_write(void *context, const char *buffer, int len) in php_xmlwriter_streams_IO_write() argument
691 return php_stream_write((php_stream*)context, buffer, len); in php_xmlwriter_streams_IO_write()
/PHP-5.5/Zend/
H A Dzend.h326 int len; member
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt96 $elements = array('flags', 'table', 'name', 'len', 'precision', 'pdo_type');
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in269 ; listen queue len - the size of the socket queue of pending connections;
287 ; listen queue len: 42

Completed in 118 milliseconds

1...<<11121314151617181920