Searched refs:ac (Results 1 – 25 of 46) sorted by relevance
12
/PHP-8.0/ext/imap/tests/ |
H A D | bug46918.phpt | 12 $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 D | assert.c | 212 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 D | request47456.phpt | 8 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 D | dba.c | 97 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 D | bug46843.phpt | 11 string(4) "20ac"
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strcmp.phpt | 200 [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 D | strtoupper1-win32.phpt | 227 ac => ac
|
H A D | strtolower-win32.phpt | 226 ac => ac
|
H A D | html_entity_decode_iso8859-15.phpt | 154 NOT SIGN: ¬ => ac 155 ¬ => ac
|
H A D | html_entity_decode_win1251.phpt | 286 NOT SIGN: ¬ => ac 287 ¬ => ac
|
H A D | html_entity_decode_macroman.phpt | 278 ¨ => ac 289 DIAERESIS: ¨ => ac
|
/PHP-8.0/scripts/dev/ |
H A D | genfiles | 47 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 D | buildconf | 13 php_extra_version=$(grep '^AC_INIT(' configure.ac) 81 min_version=$(sed -n 's/AC_PREREQ(\[\(.*\)\])/\1/p' configure.ac)
|
H A D | .editorconfig | 20 [*.{ac,m4,sh,yml}]
|
H A D | .gitignore | 173 /ext/*/configure.ac
|
/PHP-8.0/ext/skeleton/ |
H A D | .gitignore.in | 16 configure.ac
|
/PHP-8.0/ext/intl/tests/ |
H A D | collator_compare_variant2.phpt | 74 array( 'ac' , null ), 123 'ac' > NULL
|
H A D | collator_compare.phpt | 74 array( 'ac' , null ), 123 'ac' > NULL
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | 009.phpt | 11 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 D | phpize.in | 156 < "$phpdir/phpize.m4" > configure.ac
|
H A D | phpize.m4 | 1 dnl This file becomes configure.ac for self-contained extensions.
|
/PHP-8.0/build/ |
H A D | pkg.m4 | 89 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 D | php_cxx_compile_stdcxx.m4 | 219 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 D | config.w32.phpize.in | 2 // "Master" config file; think of it as a configure.ac
|
/PHP-8.0/docs/ |
H A D | release-process.md | 92 `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 47 milliseconds
12