Home
last modified time | relevance | path

Searched refs:ac (Results 51 – 72 of 72) sorted by relevance

123

/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput6209 +<|~\x{ac}\x{2044}
1563 \x{20ac}
H A Dtestoutput21495 /ac*/I
3385 /(?(1)ab|ac)(.)/I
11305 ac
11309 ac
11374 /(a)b|ac/++SS
11375 ac\O3
11376 0: ac
12635 ac
12636 0: ac
12641 ac
[all …]
H A Dtestoutput10563 +<|~\x{ac}\x{2044}
564 0: +<|~\x{ac}\x{2044}
H A Dtestinput10312 +<|~\x{ac}\x{2044}
/PHP-7.2/ext/standard/tests/strings/
H A Dhtml_entity_decode_cp866.phpt281 CYRILLIC SMALL LETTER EM: &#x43C; => ac
H A Dhtml_entity_decode_koi8-r.phpt281 BOX DRAWINGS UP SINGLE AND LEFT DOUBLE: &#x255B; => ac
H A Dhtml_entity_decode_html5.phpt606 "&ac;",
2740 &ac; => ∾ e288be
H A Dhtmlentities_html5.phpt761 &ac; U+0223E
H A Dbug49785.phpt198 string(2) "ac"
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog691 13. The configure.ac file always checked for pthread support when JIT was
1057 26. Fix infinite loop when /(?<=(*SKIP)ac)a/ is matched against aa.
1628 2. If a pattern such as /(a)b|ac/ is matched against "ac", there is no
1851 captured. For example, /(?>(a))b|(a)c/ when matching "ac" set capturing
2304 15. Fix typo in configure.ac: "srtoq" should be "strtoq".
2363 10. Change the standard AC_CHECK_LIB test for libbz2 in configure.ac to a
2377 Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
2392 configure.ac, and also added a check that gives an error if 08 or 09 are
3342 3. Add code to configure.ac to remove -g from the CFLAGS default settings.
3429 4. Updated comments in configure.ac that get placed in config.h.in and also
[all …]
/PHP-7.2/ext/hash/tests/
H A Dfnv1a64.phpt163 array( 'T_5/3 )TOL_\\$l7\'W\\+<E;$ErC^ac\\b', 'c4d6aab371c199b4' ),
/PHP-7.2/
H A DREADME.REDIST.BINS120 see the inventors' web page at http://www.math.keio.ac.jp/~matumoto/emt.html
H A Dconfigure.ac131 echo "/* edit configure.ac to change version number */" >> php_version.h.new
/PHP-7.2/ext/standard/html_tables/
H A Dents_html5.txt601 ac 0223E
/PHP-7.2/ext/standard/tests/misc/
H A Duser_agents.txt280 Mozilla/5.0 (compatible; Sonic/1.0; http://www.yama.info.waseda.ac.jp/~crawler/info.html)
H A Dget_browser_variation3.phpt573 Agent Mozilla/5.0 (compatible; Sonic/1.0; http://www.yama.info.waseda.ac.jp/~crawler/info.html)
H A Dbrowscap.ini4414 [e-SocietyRobot(http://www.yama.info.waseda.ac.jp/~yamana/es/)]
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY87 2016/03/23: rename configre.in to configure.ac.
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2269 # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
2642 # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz)
5493 # by Julian Seward <sewardj@cs.man.ac.uk> and others
5507 # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
5560 # 7-zip archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
6816 # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
12622 # Modified by (1): AMAKAWA Shuhei <sa264@cam.ac.uk>
21234 # From: Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>
21609 # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
21759 # http://www.ch.ic.ac.uk/chemime/
[all …]
H A Dmagic私はガラスを食べられます2269 # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
2642 # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz)
5493 # by Julian Seward <sewardj@cs.man.ac.uk> and others
5507 # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
5560 # 7-zip archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
6816 # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
12622 # Modified by (1): AMAKAWA Shuhei <sa264@cam.ac.uk>
21234 # From: Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>
21609 # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
21759 # http://www.ch.ic.ac.uk/chemime/
[all …]
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt83 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
188 followed by the two digits 10, at the domain cam.ac.uk.
7613 /(a(*COMMIT)b)+ac/
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c51706 unsigned char ac[4];
51707 int rc = sqlite3OsRead(fd, ac, sizeof(ac), offset);
51709 *pRes = sqlite3Get4byte(ac);
51725 char ac[4];
51726 put32bits(ac, val);
51727 return sqlite3OsWrite(fd, ac, 4, offset);

Completed in 808 milliseconds

123