Home
last modified time | relevance | path

Searched refs:length (Results 376 – 400 of 620) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation10.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dstrspn_variation10.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
H A Dstr_pad.phpt7 /* Pad a string to a certain length with another string */
19 echo "\n#### variations with input string and pad-length ####\n";
89 #### variations with input string and pad-length ####
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput17230 Subject length lower bound = 3
276 Subject length lower bound = 1
294 Subject length lower bound = 1
306 Subject length lower bound = 1
332 Subject length lower bound = 1
350 Subject length lower bound = 1
362 Subject length lower bound = 1
380 Subject length lower bound = 1
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_getcrc32.phpt16 // compressed file length does not match incompressed lentgh for an uncompressed file
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_basic.phpt12 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1644 normalize_vpath(&vpath, &vpath_len, at, length, 1); in php_cli_server_client_read_request_on_path()
1654 client->request.query_string = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_query_string()
1655 client->request.query_string_len = length; in php_cli_server_client_read_request_on_query_string()
1659 …t php_cli_server_client_read_request_on_url(php_http_parser *parser, const char *at, size_t length) in php_cli_server_client_read_request_on_url() argument
1663 client->request.request_uri = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_url()
1664 client->request.request_uri_len = length; in php_cli_server_client_read_request_on_url()
1681 client->current_header_name_len = length; in php_cli_server_client_read_request_on_header_field()
1688 char *value = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_header_value()
1731 …client->request.content = perealloc(client->request.content, client->request.content_len + length,… in php_cli_server_client_read_request_on_body()
1732 memmove(client->request.content + client->request.content_len, at, length); in php_cli_server_client_read_request_on_body()
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c437 int length; member
1244 int length = 0; in get_framesize() local
1419 if (length > 0) in get_framesize()
2177 if (length < 8) in reset_ovector()
4285 length++; in check_class_ranges()
4288 if (length < 0 || length > 4) in check_class_ranges()
4298 switch(length) in check_class_ranges()
5288 int length; in compile_char1_matchingpath() local
5667 length = 1; in compile_char1_matchingpath()
5676 context.length = IN_UCHARS(length); in compile_char1_matchingpath()
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c1314 PHPWRITE(data, length); in curl_write()
1319 if (length > 0) { in curl_write()
1355 length = -1; in curl_write()
1371 return length; in curl_write()
1529 int length = 0; in curl_read() local
1577 length = CURL_READFUNC_ABORT; in curl_read()
1595 return length; in curl_read()
1615 PHPWRITE(data, length); in curl_write_header()
1653 length = -1; in curl_write_header()
1668 return length; in curl_write_header()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dfwrite_variation4-win32.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_variation4.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_basic-win32.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
60 // fwrite() without length parameter
H A Dfwrite_basic.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
60 // fwrite() without length parameter
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
H A Dfread_basic.phpt6 Prototype: string fread ( resource $handle [, int $length] );
7 Description: reads up to length bytes from the file pointer referenced by handle.
8 Reading stops when up to length bytes have been read, EOF (end of file) is
17 Description : Check the length of the data, and compare the size with $expect_size
19 $expect_size : Expected data length
57 /* read file by giving the acutal length, check the length and content by calculating the
H A Dfwrite_variation2-win32.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_variation2.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
/PHP-5.5/ext/iconv/tests/
H A Diconv_substr_basic.phpt14 /* Prototype : string iconv_substr(string str, int offset, [int length, string charset])
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in89 if (PHP_OBJECT_OUT_DIR.length) {
299 if (PHP_EXTRA_INCLUDES.length) {
301 for (i = 0; i < path.length; i++) {
308 if (PHP_EXTRA_LIBS.length) {
310 for (i = 0; i < path.length; i++) {
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c231 S->fields[i].length; in pdo_mysql_stmt_execute_prepared_libmysql()
250 S->bound_result[i].length = &S->out_length[i]; in pdo_mysql_stmt_execute_prepared_libmysql()
473 b->length = &S->in_length[param->paramno]; in pdo_mysql_stmt_param_hook()
501 *b->length = 0; in pdo_mysql_stmt_param_hook()
559 *b->length = Z_STRLEN_P(param->parameter); in pdo_mysql_stmt_param_hook()
690 cols[i].maxlen = S->fields[i].length;
/PHP-5.5/ext/sockets/
H A Dsockets.c138 ZEND_ARG_INFO(0, length)
143 ZEND_ARG_INFO(0, length)
1090 long length = 0; local
1100 length = str_len;
1104 retval = write(php_sock->bsd_socket, str, MIN(length, str_len));
1106 retval = send(php_sock->bsd_socket, str, min(length, str_len), 0);
1126 long length, type = PHP_BINARY_READ; local
1133 if ((length + 1) < 2) {
1137 tmpbuf = emalloc(length + 1);
1142 retval = php_read(php_sock, tmpbuf, length, 0);
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt19 // Use a fixed prefix so we can ensure length of o/p id is fixed
/PHP-5.5/ext/dom/tests/
H A Ddomelement.phpt54 echo "Row Count: ".$rows->length."\n";
62 $mylen = $myelements->length;
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp321 result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
405 result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
431 id_us.getBuffer(), id_us.length(), TIMEZONE_ERROR_CODE_P(to)); in PHP_FUNCTION()
573 result.getBuffer(), result.length(), TIMEZONE_ERROR_CODE_P(to)); in PHP_FUNCTION()

Completed in 116 milliseconds

1...<<11121314151617181920>>...25