Home
last modified time | relevance | path

Searched refs:length (Results 451 – 475 of 620) sorted by relevance

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

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation3.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_variation1.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 Dstrspn_variation2.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 Dstrspn_variation3.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_variation2.phpt6 * Description: Pad a string to a certain length with another string
H A Dstrrpos_variation14.phpt95 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
H A Dstrspn_variation7.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 Dstrcspn_variation7.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)
/PHP-5.5/ext/phar/
H A Dphar_internal.h79 # define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(le… argument
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation17.phpt2 Test fgetcsv() : usage variations - with default enclosure & length less than line size
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
11 and length value less than the size of line being read
14 echo "*** Testing fgetcsv() : with default enclosure & length less than line size ***\n";
71 // use length as less than the actual size of the line
94 *** Testing fgetcsv() : with default enclosure & length less than line size ***
H A Dfgetcsv_variation2.phpt2 Test fgetcsv() : usage variations - with length as 0
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
10 /* Testing fgetcsv() to rwad from a file with length argument equal to zero */
12 echo "*** Testing fgetcsv() : with length as 0 ***\n";
75 // use length as 0
92 *** Testing fgetcsv() : with length as 0 ***
H A Dfgets_variation1.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
H A Dfwrite_variation5.phpt7 /* Prototype : int fwrite(resource fp, string str [, int length])
/PHP-5.5/Zend/
H A Dzend_language_scanner.c715 if (length > original_offset) { in zend_get_scanned_file_offset()
720 } while (original_offset != length); in zend_get_scanned_file_offset()
841 size_t length; in zend_multibyte_yyinput_again() local
851 length = SCNG(script_org_size); in zend_multibyte_yyinput_again()
859 SCNG(script_filtered_size) = length; in zend_multibyte_yyinput_again()
1981 YYCURSOR += heredoc_label->length - 1; in lex_scan()
1982 yyleng = heredoc_label->length; in lex_scan()
3912 heredoc_label->length--; in lex_scan()
3917 heredoc_label->length -= 2; in lex_scan()
3923 heredoc_label->length -= 2; in lex_scan()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct_oo.phpt76 [%u|b%"length"]=>
H A Dbug_mysql_49406.phpt73 printf("Length : %d\n", $field->length);
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_variation1.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
H A Dhypot_variation2.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
/PHP-5.5/ext/phar/tests/
H A Dfgc_edgecases.phpt66 Warning: file_get_contents(): length must be greater than or equal to zero in phar://%sfgc_edgecase…
/PHP-5.5/ext/zlib/
H A Dzlib.c816 ZEND_ARG_INFO(0, length)
831 ZEND_ARG_INFO(0, length)
836 ZEND_ARG_INFO(0, length)
842 ZEND_ARG_INFO(0, length)
/PHP-5.5/ext/intl/converter/
H A Dconverter.c222 const char *codeUnits, int32_t length, in php_converter_to_u_callback() argument
241 ZVAL_STRINGL(zcodeunits, codeUnits, length, 1); in php_converter_to_u_callback()
312 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback() argument
330 while (i < length) { in php_converter_from_u_callback()
332 U16_NEXT(codeUnits, i, length, c); in php_converter_from_u_callback()
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt2 PDO_OCI: stream_get_contents length & offset test
/PHP-5.5/ext/soap/
H A DTODO68 ? length (for string, anyURI, hexBinary, base64Binary and derived) list???
/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
/PHP-5.5/ext/bz2/
H A Dbz2.c57 ZEND_ARG_INFO(0, length)
91 ZEND_ARG_INFO(0, length)

Completed in 104 milliseconds

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