Home
last modified time | relevance | path

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

12

/PHP-8.0/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-8.0/ext/standard/
H A Dassert.c212 int ac = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
224 if (ac == 2) { in PHP_FUNCTION()
240 if (ac == 2) { in PHP_FUNCTION()
256 if (ac == 2) { in PHP_FUNCTION()
279 if (ac == 2) { in PHP_FUNCTION()
291 if (ac == 2) { in PHP_FUNCTION()
/PHP-8.0/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-8.0/ext/dba/
H A Ddba.c97 int ac = ZEND_NUM_ARGS()
160 switch(ac) { \
473 int ac = ZEND_NUM_ARGS(); in php_dba_update() local
531 int ac = ZEND_NUM_ARGS(); in php_dba_open() local
549 if (ac < 2) { in php_dba_open()
554 args = safe_emalloc(ac, sizeof(zval), 0); in php_dba_open()
561 for (i = 0; i < ac; i++) { in php_dba_open()
580 for(i = 0; i < ac; i++) { in php_dba_open()
601 if (ac==2) { in php_dba_open()
762 info->argc = ac - 3; in php_dba_open()
[all …]
/PHP-8.0/ext/mbstring/tests/
H A Dbug46843.phpt11 string(4) "20ac"
/PHP-8.0/ext/standard/tests/strings/
H A Dstrcmp.phpt200 [2] => ac
212 - strcmp of 'acc' and 'ac' is => int(%d)
223 - strcmp of 'Acc' and 'ac' is => int(-%d)
232 - strcmp of 'ac' and 'acc' is => int(-%d)
233 - strcmp of 'ac' and 'Acc' is => int(%d)
234 - strcmp of 'ac' and 'ac' is => int(0)
236 - strcmp of 'ac' and 'acd' is => int(-%d)
237 - strcmp of 'ac' and '?acc' is => int(%d)
240 - strcmp of 'ac' and ';acc' is => int(%d)
245 - strcmp of 'accc' and 'ac' is => int(%d)
[all …]
H A Dstrtoupper1-win32.phpt227 ac => ac
H A Dstrtolower-win32.phpt226 ac => ac
H A Dhtml_entity_decode_iso8859-15.phpt154 NOT SIGN: &#xAC; => ac
155 &#xAC; => ac
H A Dhtml_entity_decode_win1251.phpt286 NOT SIGN: &#xAC; => ac
287 &#xAC; => ac
H A Dhtml_entity_decode_macroman.phpt278 &#xA8; => ac
289 DIAERESIS: &#xA8; => ac
/PHP-8.0/scripts/dev/
H A Dgenfiles47 required_bison_version=$($SED -n 's/PHP_PROG_BISON(\[\([0-9\.]*\)\].*/\1/p' configure.ac)
72 required_re2c_version=$($SED -n 's/PHP_PROG_RE2C(\[\(.*\)\])/\1/p' configure.ac)
/PHP-8.0/
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.gitignore173 /ext/*/configure.ac
/PHP-8.0/ext/skeleton/
H A D.gitignore.in16 configure.ac
/PHP-8.0/ext/intl/tests/
H A Dcollator_compare_variant2.phpt74 array( 'ac' , null ),
123 'ac' > NULL
H A Dcollator_compare.phpt74 array( 'ac' , null ),
123 'ac' > NULL
/PHP-8.0/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-8.0/scripts/
H A Dphpize.in156 < "$phpdir/phpize.m4" > configure.ac
H A Dphpize.m41 dnl This file becomes configure.ac for self-contained extensions.
/PHP-8.0/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-8.0/win32/build/
H A Dconfig.w32.phpize.in2 // "Master" config file; think of it as a configure.ac
/PHP-8.0/docs/
H A Drelease-process.md92 `configure.ac` and possibly `NEWS`. Do not use abbreviations for alpha and
121 `configure.ac` and `NEWS` in the *main* branch (PHP-7.4 for example) to
213 `Zend/zend.h`, `configure.ac` and possibly `NEWS`.
400 `configure.ac` (run `./configure` to automatically update

Completed in 43 milliseconds

12