Home
last modified time | relevance | path

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

12

/php-src/ext/standard/
H A Dassert.c255 uint32_t ac = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
267 if (ac == 2) { in PHP_FUNCTION()
283 if (ac == 2) { in PHP_FUNCTION()
299 if (ac == 2) { in PHP_FUNCTION()
322 if (ac == 2) { in PHP_FUNCTION()
334 if (ac == 2) { in PHP_FUNCTION()
/php-src/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-src/ext/standard/tests/strings/
H A Dstrcmp.phpt198 [2] => ac
210 - strcmp of 'acc' and 'ac' is => int(%d)
221 - strcmp of 'Acc' and 'ac' is => int(-%d)
230 - strcmp of 'ac' and 'acc' is => int(-%d)
231 - strcmp of 'ac' and 'Acc' is => int(%d)
232 - strcmp of 'ac' and 'ac' is => int(0)
234 - strcmp of 'ac' and 'acd' is => int(-%d)
235 - strcmp of 'ac' and '?acc' is => int(%d)
238 - strcmp of 'ac' and ';acc' is => int(%d)
243 - strcmp of 'accc' and 'ac' is => int(%d)
[all …]
H A Dstrtolower.phpt226 ac => ac
H A Dstrtoupper1.phpt229 ac => ac
H A Dhtml_entity_decode_iso8859-15.phpt154 NOT SIGN: &#xAC; => ac
155 &#xAC; => ac
H A Dhtml_entity_decode_macroman.phpt278 &#xA8; => ac
289 DIAERESIS: &#xA8; => ac
H A Dhtml_entity_decode_win1251.phpt286 NOT SIGN: &#xAC; => ac
287 &#xAC; => ac
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h223 uint64_t a, b, c, d, ac, bc, ad, bd, tmp; in lexbor_diyfp_mul()
230 ac = a * c; in lexbor_diyfp_mul()
241 return lexbor_diyfp(ac + (ad >> 32) + (bc >> 32) + (tmp >> 32), in lexbor_diyfp_mul()
/php-src/ext/mbstring/tests/
H A Dbug46843.phpt11 string(4) "20ac"
H A Dmb_str_split_jp.phpt125 [61, 62, 63, 85ab, 85ac, 85ad]
/php-src/ext/intl/tests/
H A Dcollator_compare.phpt75 array( 'ac' , null ),
124 'ac' > NULL
H A Dcollator_compare_variant2.phpt75 array( 'ac' , '' ),
123 'ac' > ''
/php-src/
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.gitignore176 /ext/*/configure.ac
/php-src/scripts/dev/
H A Dgenfiles48 required_bison_version=$($SED -n 's/PHP_PROG_BISON(\[\([0-9\.]*\)\].*/\1/p' configure.ac)
73 required_re2c_version=$($SED -n 's/PHP_PROG_RE2C(\[\(.*\)\])/\1/p' configure.ac)
/php-src/ext/skeleton/
H A D.gitignore.in16 configure.ac
/php-src/ext/standard/tests/array/
H A D009.phpt11 array('a', 'b', 'c', "ab", "ac", "ad"), // string array
188 string(2) "ac"
189 string(2) "ac"
210 string(2) "ac"
/php-src/scripts/
H A Dphpize.in159 < "$phpdir/phpize.m4" > configure.ac
H A Dphpize.m41 dnl This file becomes configure.ac for self-contained extensions.
/php-src/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.m4234 auto ac = c;
236 auto sumi = ac + av + 'x';
237 auto sumf = ac + av + 1.0;
238 static_assert(is_same<int, decltype(ac)>::value == true, "");
/php-src/win32/build/
H A Dconfig.w32.phpize.in2 // "Master" config file; think of it as a configure.ac
/php-src/.github/
H A Dlabeler.yml19 - configure.ac

Completed in 36 milliseconds

12