Searched refs:ab (Results 126 – 150 of 155) sorted by relevance
1234567
/php-src/ext/standard/tests/file/ |
H A D | ftruncate_variation6.phpt | 22 "a", "ab", "at", "a+", "a+b", "a+t"); 225 -- Testing ftruncate() with file opening using ab mode -- 432 -- Testing ftruncate() with file opening using ab mode --
|
H A D | fread_variation2.phpt | 44 $file_modes = array("a","ab","at", 121 -- File opened in mode ab -- 294 -- File opened in mode ab -- 467 -- File opened in mode ab -- 640 -- File opened in mode ab --
|
H A D | ftruncate_variation4.phpt | 14 "a", "ab", "at", "a+", "a+b", "a+t"); 223 -- Testing ftruncate() with file opening using ab mode -- 417 -- Testing ftruncate() with file opening using ab mode --
|
H A D | fflush_variation3.phpt | 19 "a", "ab", "at", "a+","a+b", "a+t");
|
H A D | fscanf_variation51.phpt | 30 "a", "ab", "at",
|
/php-src/ext/standard/tests/url/ |
H A D | parse_url_basic_004.phpt | 99 --> file:///ab:/ : NULL
|
H A D | parse_url_basic_006.phpt | 99 --> file:///ab:/ : NULL
|
H A D | parse_url_basic_002.phpt | 100 --> file:///ab:/ : string(4) "file"
|
H A D | parse_url_basic_005.phpt | 99 --> file:///ab:/ : NULL
|
H A D | parse_url_basic_008.phpt | 99 --> file:///ab:/ : NULL
|
H A D | parse_url_basic_009.phpt | 99 --> file:///ab:/ : NULL
|
H A D | parse_url_basic_003.phpt | 99 --> file:///ab:/ : NULL
|
H A D | parse_url_basic_001.phpt | 812 --> file:///ab:/: array(2) { 816 string(5) "/ab:/"
|
H A D | parse_url_unterminated.phpt | 818 --> file:///ab:/: array(2) { 822 string(5) "/ab:/"
|
/php-src/ext/standard/tests/strings/ |
H A D | html_entity_decode_iso8859-15.phpt | 151 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK: « => ab 152 « => ab
|
H A D | html_entity_decode_macroman.phpt | 286 ACUTE ACCENT: ´ => ab 314 ´ => ab
|
H A D | html_entity_decode_win1251.phpt | 283 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK: « => ab 284 « => ab
|
H A D | html_entity_decode_iso8859-5.phpt | 151 CYRILLIC CAPITAL LETTER TSHE: Ћ => ab
|
H A D | html_entity_decode_cp866.phpt | 279 CYRILLIC SMALL LETTER EL: л => ab
|
H A D | html_entity_decode_koi8-r.phpt | 279 BOX DRAWINGS DOUBLE UP AND RIGHT: ╚ => ab
|
/php-src/ext/hash/tests/ |
H A D | crc32.phpt | 54 echo hash('crc32c', 'ab'), "\n";
|
/php-src/ext/mbstring/tests/ |
H A D | cp5022x_encoding.phpt | 374 $converted = mb_convert_encoding("ab\x00", 'UTF-16BE', 'CP50220');
|
/php-src/build/ |
H A D | php_cxx_compile_stdcxx.m4 | 3 dnl Author: Anatol Belski <ab@php.net>
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 5142 uint32_t ab = utf8_table[c & 0x3f]; /* Number of additional bytes (1-3) */ in mb_fast_check_utf8_default() local 5143 if (length < ab) { in mb_fast_check_utf8_default() 5147 length -= ab; in mb_fast_check_utf8_default() 5157 switch (ab) { in mb_fast_check_utf8_default()
|
/php-src/ext/standard/ |
H A D | array.c | 5969 Bucket *ab = *(Bucket **)a; local 5976 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]); 5981 } while (Z_TYPE(ab[r].val) != IS_UNDEF); 5983 return stable_sort_fallback(&ab[r], &bb[r]);
|
Completed in 104 milliseconds
1234567