Home
last modified time | relevance | path

Searched refs:ab (Results 126 – 150 of 154) sorted by relevance

1234567

/php-src/ext/standard/tests/file/
H A Dfread_variation2.phpt44 $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 Dftruncate_variation4.phpt14 "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 Dfflush_variation3.phpt19 "a", "ab", "at", "a+","a+b", "a+t");
H A Dfscanf_variation51.phpt30 "a", "ab", "at",
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt99 --> file:///ab:/ : NULL
H A Dparse_url_basic_006.phpt99 --> file:///ab:/ : NULL
H A Dparse_url_basic_002.phpt100 --> file:///ab:/ : string(4) "file"
H A Dparse_url_basic_005.phpt99 --> file:///ab:/ : NULL
H A Dparse_url_basic_008.phpt99 --> file:///ab:/ : NULL
H A Dparse_url_basic_009.phpt99 --> file:///ab:/ : NULL
H A Dparse_url_basic_003.phpt99 --> file:///ab:/ : NULL
H A Dparse_url_basic_001.phpt812 --> file:///ab:/: array(2) {
816 string(5) "/ab:/"
H A Dparse_url_unterminated.phpt818 --> file:///ab:/: array(2) {
822 string(5) "/ab:/"
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt151 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK: « => ab
152 « => ab
H A Dhtml_entity_decode_macroman.phpt286 ACUTE ACCENT: ´ => ab
314 ´ => ab
H A Dhtml_entity_decode_win1251.phpt283 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK: « => ab
284 « => ab
H A Dhtml_entity_decode_iso8859-5.phpt151 CYRILLIC CAPITAL LETTER TSHE: Ћ => ab
H A Dhtml_entity_decode_cp866.phpt279 CYRILLIC SMALL LETTER EL: л => ab
H A Dhtml_entity_decode_koi8-r.phpt279 BOX DRAWINGS DOUBLE UP AND RIGHT: ╚ => ab
/php-src/ext/hash/tests/
H A Dcrc32.phpt54 echo hash('crc32c', 'ab'), "\n";
H A Dfnv1a32.phpt161 array( 'BQMQ[1|F1]Lk]|pc&WD5buo|ab|D+*}', '5d600f5e' ),
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt374 $converted = mb_convert_encoding("ab\x00", 'UTF-16BE', 'CP50220');
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m43 dnl Author: Anatol Belski <ab@php.net>
/php-src/ext/mbstring/
H A Dmbstring.c5117 uint32_t ab = utf8_table[c & 0x3f]; /* Number of additional bytes (1-3) */ in mb_fast_check_utf8_default() local
5118 if (length < ab) { in mb_fast_check_utf8_default()
5122 length -= ab; in mb_fast_check_utf8_default()
5132 switch (ab) { in mb_fast_check_utf8_default()
/php-src/ext/standard/
H A Darray.c5964 Bucket *ab = *(Bucket **)a; local
5971 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);
5976 } while (Z_TYPE(ab[r].val) != IS_UNDEF);
5978 return stable_sort_fallback(&ab[r], &bb[r]);

Completed in 97 milliseconds

1234567