Home
last modified time | relevance | path

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

1234567

/php-src/ext/standard/tests/file/
H A Dcopy_variation2-win32.phpt2 Test copy() function: usage variations - destination file names(special chars)
H A Dcopy_variation2.phpt2 Test copy() function: usage variations - destination file names(special chars)
H A Dfgets_variation4-win32-mb.phpt49 var_dump( fgets($file_handle, 20 ) ); // expected 19 chars
H A Dfgets_variation4-win32.phpt49 var_dump( fgets($file_handle, 20 ) ); // expected 19 chars
H A Dfgets_variation4.phpt49 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-src/ext/standard/
H A Dstring.c5534 int chars[256]; local
5554 memset((void*) chars, 0, sizeof(chars));
5557 chars[*buf]++;
5569 add_index_long(return_value, inx, chars[inx]);
5572 if (chars[inx] != 0) {
5573 add_index_long(return_value, inx, chars[inx]);
5577 if (chars[inx] == 0) {
5578 add_index_long(return_value, inx, chars[inx]);
5582 if (chars[inx] != 0) {
5587 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 */
347 scdebug(("appending %d chars, starting with %c\n", YYCURSOR-start, *start));
/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
H A Dstrcasecmp.phpt99 echo "\n--- Testing binary safe and binary chars ---\n";
550 --- Testing binary safe and binary chars ---
H A Dstrcmp.phpt99 echo "\n--- Testing binary safe and binary chars ---\n";
558 --- Testing binary safe and binary chars ---
/php-src/ext/iconv/tests/
H A Diconv_mime_encode.phpt18 "line-break-chars" => "\n"
/php-src/ext/intl/converter/
H A Dconverter_arginfo.h60 ZEND_ARG_TYPE_INFO(0, chars, IS_STRING, 0)
/php-src/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt159 // Check that ISO-2022-JP treats JISX 0212 chars as error
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt108 // hostnames > 1024 chars break on some NIS-enabled FreeBSD...
/php-src/
H A DCONTRIBUTING.md411 <long description, 79 chars per line>
H A Dphp.ini-development1427 ; Users should use 32 or more chars.
1594 ; mbstring.internal_encoding setting. Input chars are
H A Dphp.ini-production1429 ; Users should use 32 or more chars.
1596 ; mbstring.internal_encoding setting. Input chars are
/php-src/ext/ldap/
H A Dldap.c3799 static void php_ldap_escape_map_set_chars(bool *map, const char *chars, const size_t charslen, char… in php_ldap_escape_map_set_chars() argument
3803 map[(unsigned char) chars[i++]] = escape; in php_ldap_escape_map_set_chars()
/php-src/ext/date/lib/
H A Dparse_date.re2514 …case TIMELIB_FORMAT_SKIP_TO_SEPARATOR: /* random chars until a separator or number ([ \t.,:;/-0123…
2518 case TIMELIB_FORMAT_ALLOW_EXTRA_CHARACTERS: /* allow extra chars in the format */
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7283 # 2 chars for name of subunits like ft FT in IN mu m mm '\0 '\040
15914 >>10 byte x %d chars wide by
15915 >>11 byte x %d chars high
17070 # >>(44.l) ulelong x %#x chars
17077 #>(12.l) ulelong x \b, %u chars
17080 #>(12.l+8) ulelong >0 \b, %u chars
17083 # >(12.l+16) ulelong >0 \b, %u chars
17118 #>(16.L) ubelong x %#x chars
19602 >>>>>&0 regex/14 [0-9]{1,2} \b, %s chars/pixel
37543 >40 belong 0 \b, no abbreviation chars
[all …]
H A Dmagic7283 # 2 chars for name of subunits like ft FT in IN mu m mm '\0 '\040
15914 >>10 byte x %d chars wide by
15915 >>11 byte x %d chars high
17070 # >>(44.l) ulelong x %#x chars
17077 #>(12.l) ulelong x \b, %u chars
17080 #>(12.l+8) ulelong >0 \b, %u chars
17083 # >(12.l+16) ulelong >0 \b, %u chars
17118 #>(16.L) ubelong x %#x chars
19602 >>>>>&0 regex/14 [0-9]{1,2} \b, %s chars/pixel
37543 >40 belong 0 \b, no abbreviation chars
[all …]
/php-src/build/
H A Dlibtool.m46358 # 10000 chars as input seems more than enough

Completed in 219 milliseconds

1234567