Home
last modified time | relevance | path

Searched refs:chars (Results 151 – 175 of 178) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt2 Test fputcsv() : usage variations - with default enclosure & delimiter of two chars
11 of two chars is provided */
13 echo "*** Testing fputcsv() : with default enclosure & delimiter of two chars ***\n";
77 *** Testing fputcsv() : with default enclosure & delimiter of two chars ***
H A Dcopy_variation2-win32-mb.phpt2 Test copy() function: usage variations - destination file names(special chars)
H A Dcopy_variation2-win32.phpt2 Test copy() function: usage variations - destination file names(special chars)
H A Dfgetcsv_variation12.phpt2 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various read and append mod…
12 echo "*** Testing fgetcsv() : with two chars as enclosure & delimiter ***\n";
73 // use delimiter & enclosure char of two chars
92 *** Testing fgetcsv() : with two chars as enclosure & delimiter ***
H A Dcopy_variation2.phpt2 Test copy() function: usage variations - destination file names(special chars)
H A Dfputcsv_variation9.phpt2 Test fputcsv() : usage variations - two chars as enclosure & delimiter
11 /* Testing fputcsv() to write to a file when delimiter and enclosure are of two chars each */
13 echo "*** Testing fputcsv() : with two chars as enclosure & delimiter ***\n";
78 *** Testing fputcsv() : with two chars as enclosure & delimiter ***
H A Dfgets_variation4-win32-mb.phpt54 var_dump( fgets($file_handle, 20 ) ); // expected 19 chars
H A Dfgets_variation4-win32.phpt54 var_dump( fgets($file_handle, 20 ) ); // expected 19 chars
H A Dfgets_variation4.phpt54 var_dump( fgets($file_handle, 20 ) ); // expected 19 chars
H A Dfread_variation1.phpt2 Test fread() function : usage variations - read some/all chars, read/write modes
H A Dfread_variation2.phpt2 Test fread() function : usage variations - read some/all chars, write only mode (Bug #42036)
/PHP-7.4/ext/standard/
H A Dstring.c5592 int chars[256]; local
5612 memset((void*) chars, 0, sizeof(chars));
5615 chars[*buf]++;
5627 add_index_long(return_value, inx, chars[inx]);
5630 if (chars[inx] != 0) {
5631 add_index_long(return_value, inx, chars[inx]);
5635 if (chars[inx] == 0) {
5636 add_index_long(return_value, inx, chars[inx]);
5640 if (chars[inx] != 0) {
5645 if (chars[inx] == 0) {
H A Durl_scanner_ex.re189 smart_str_0(url); /* FIXME: Bug #70480 php_url_parse_ex() crashes by processing chars exceed len */
346 scdebug(("appending %d chars, starting with %c\n", YYCURSOR-start, *start));
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
H A Dstr_repeat.phpt50 other than 7-bit chars ***\n";
432 other than 7-bit chars ***
H A Dstrcasecmp.phpt101 echo "\n--- Testing binary safe and binary chars ---\n";
613 --- Testing binary safe and binary chars ---
H A Dstrcmp.phpt101 echo "\n--- Testing binary safe and binary chars ---\n";
594 --- Testing binary safe and binary chars ---
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_encode.phpt18 "line-break-chars" => "\n"
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt109 // hostnames > 1024 chars break on some NIS-enabled FreeBSD...
/PHP-7.4/
H A DCONTRIBUTING.md382 <long description, 79 chars per line>
H A Dphp.ini-development1463 ; Users should use 32 or more chars.
1650 ; mbstring.internal_encoding setting. Input chars are
H A Dphp.ini-production1463 ; Users should use 32 or more chars.
1650 ; mbstring.internal_encoding setting. Input chars are
H A DNEWS1130 with more than 20 chars). (Nikita)
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2294 …case TIMELIB_FORMAT_SKIP_TO_SEPARATOR: /* random chars until a separator or number ([ \t.,:;/-0123…
2298 case TIMELIB_FORMAT_ALLOW_EXTRA_CHARACTERS: /* allow extra chars in the format */
/PHP-7.4/ext/ldap/
H A Dldap.c3868 static void php_ldap_escape_map_set_chars(zend_bool *map, const char *chars, const size_t charslen,… in php_ldap_escape_map_set_chars() argument
3872 map[(unsigned char) chars[i++]] = escape; in php_ldap_escape_map_set_chars()

Completed in 107 milliseconds

12345678