Home
last modified time | relevance | path

Searched refs:ac (Results 1 – 25 of 48) sorted by relevance

12

/PHP-7.4/ext/imap/tests/
H A Dbug46918.phpt12 $adds = 'ian eiloart <iane@example.ac.uk>,
13 shuf6@example.ac.uk,
15 "ian,eiloart"<ian@example.ac.uk>,
16 <@example.com:foo@example.ac.uk>,
29 'host' => 'example.ac.uk',
35 'host' => 'example.ac.uk',
45 'host' => 'example.ac.uk',
51 'host' => 'example.ac.uk',
/PHP-7.4/ext/standard/
H A Dassert.c289 int ac = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
301 if (ac == 2) { in PHP_FUNCTION()
317 if (ac == 2) { in PHP_FUNCTION()
333 if (ac == 2) { in PHP_FUNCTION()
349 if (ac == 2) { in PHP_FUNCTION()
371 if (ac == 2) { in PHP_FUNCTION()
379 if (ac == 2) { in PHP_FUNCTION()
/PHP-7.4/ext/pcre/tests/
H A Drequest47456.phpt8 preg_match_all('/(?J)(?<chr>[ac])(?<num>\d)|(?<chr>[b])/', 'a1bc3', $m, PREG_SET_ORDER);
12 preg_match_all('/(?<chr>[ac])(?<num>\d)|(?<chr>[b])/J', 'a1bc3', $m, PREG_SET_ORDER);
/PHP-7.4/ext/dba/
H A Ddba.c196 int ac = ZEND_NUM_ARGS()
259 switch(ac) { \
580 int ac = ZEND_NUM_ARGS(); in php_dba_update() local
640 int ac = ZEND_NUM_ARGS(); in php_dba_open() local
658 if (ac < 2) { in php_dba_open()
663 args = safe_emalloc(ac, sizeof(zval), 0); in php_dba_open()
670 for (i = 0; i < ac; i++) { in php_dba_open()
689 for(i = 0; i < ac; i++) { in php_dba_open()
710 if (ac==2) { in php_dba_open()
871 info->argc = ac - 3; in php_dba_open()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dbug46843.phpt11 string(4) "20ac"
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcmp.phpt208 [2] => ac
220 - strcmp of 'acc' and 'ac' is => int(%d)
231 - strcmp of 'Acc' and 'ac' is => int(-%d)
240 - strcmp of 'ac' and 'acc' is => int(-%d)
241 - strcmp of 'ac' and 'Acc' is => int(%d)
242 - strcmp of 'ac' and 'ac' is => int(0)
244 - strcmp of 'ac' and 'acd' is => int(-%d)
245 - strcmp of 'ac' and '?acc' is => int(%d)
248 - strcmp of 'ac' and ';acc' is => int(%d)
253 - strcmp of 'accc' and 'ac' is => int(%d)
[all …]
H A Dstrtoupper1-win32.phpt235 ac => ac
H A Dstrtolower-win32.phpt235 ac => ac
H A Dhtml_entity_decode_iso8859-15.phpt153 NOT SIGN: &#xAC; => ac
154 &#xAC; => ac
H A Dhtml_entity_decode_win1251.phpt285 NOT SIGN: &#xAC; => ac
286 &#xAC; => ac
/PHP-7.4/scripts/dev/
H A Dgenfiles49 required_bison_version=$($SED -n 's/PHP_PROG_BISON(\[\([0-9\.]*\)\].*/\1/p' configure.ac)
74 required_re2c_version=$($SED -n 's/PHP_PROG_RE2C(\[\(.*\)\])/\1/p' configure.ac)
/PHP-7.4/
H A Dbuildconf13 php_extra_version=$(grep '^AC_INIT(' configure.ac)
81 min_version=$(sed -n 's/AC_PREREQ(\[\(.*\)\])/\1/p' configure.ac)
H A D.editorconfig20 [*.{ac,m4,sh,yml}]
H A D.gitignore174 /ext/*/configure.ac
/PHP-7.4/ext/skeleton/
H A D.gitignore.in16 configure.ac
/PHP-7.4/ext/intl/tests/
H A Dcollator_compare.phpt74 array( 'ac' , null ),
123 'ac' > NULL
H A Dcollator_compare_variant2.phpt74 array( 'ac' , null ),
123 'ac' > NULL
/PHP-7.4/ext/hash/
H A Dhash_md.c241 #define FF(a, b, c, d, x, s, ac) { \ argument
242 (a) += F ((b), (c), (d)) + (x) + (uint32_t)(ac); \
246 #define GG(a, b, c, d, x, s, ac) { \ argument
247 (a) += G ((b), (c), (d)) + (x) + (uint32_t)(ac); \
251 #define HH(a, b, c, d, x, s, ac) { \ argument
252 (a) += H ((b), (c), (d)) + (x) + (uint32_t)(ac); \
256 #define II(a, b, c, d, x, s, ac) { \ argument
257 (a) += I ((b), (c), (d)) + (x) + (uint32_t)(ac); \
/PHP-7.4/scripts/
H A Dphpize.in155 < "$phpdir/phpize.m4" > configure.ac
H A Dphpize.m41 dnl This file becomes configure.ac for self-contained extensions.
/PHP-7.4/ext/standard/tests/array/
H A D009.phpt17 array('a', 'b', 'c', "ab", "ac", "ad"), // string array
239 string(2) "ac"
240 string(2) "ac"
261 string(2) "ac"
/PHP-7.4/build/
H A Dpkg.m489 dnl only at the first occurrence in configure.ac, so if the first place
138 dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
207 dnl configure.ac.
H A Dphp_cxx_compile_stdcxx.m4219 auto ac = c;
221 auto sumi = ac + av + 'x';
222 auto sumf = ac + av + 1.0;
223 static_assert(is_same<int, decltype(ac)>::value == true, "");
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in2 // "Master" config file; think of it as a configure.ac
/PHP-7.4/docs/
H A Drelease-process.md92 `configure.ac` and possibly `NEWS`. Do not use abbreviations for alpha and
120 `configure.ac` and `NEWS` in the *main* branch (PHP-7.4 for example) to
210 `Zend/zend.h`, `configure.ac` and possibly `NEWS`.
387 `configure.ac` (run `./configure` to automatically update

Completed in 58 milliseconds

12