Home
last modified time | relevance | path

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

123

/PHP-7.3/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.3/TSRM/
H A Dbuild.mk30 aclocal.m4: configure.ac acinclude.m4
33 $(config_h_in): configure.ac
39 configure: aclocal.m4 configure.ac
H A Dconfigure.ac2 dnl Minimalistic configure.ac for TSRM.
/PHP-7.3/Zend/
H A Dbuild.mk31 aclocal.m4: configure.ac acinclude.m4
34 $(config_h_in): configure.ac
40 configure: aclocal.m4 configure.ac
/PHP-7.3/build/
H A Dbuild2.mk44 aclocal.m4: configure.ac acinclude.m4
48 configure: aclocal.m4 configure.ac $(config_m4_files)
/PHP-7.3/ext/standard/
H A Dassert.c289 int ac = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
301 if (ac == 2) { in PHP_FUNCTION()
313 if (ac == 2) { in PHP_FUNCTION()
325 if (ac == 2) { in PHP_FUNCTION()
337 if (ac == 2) { in PHP_FUNCTION()
355 if (ac == 2) { in PHP_FUNCTION()
363 if (ac == 2) { in PHP_FUNCTION()
/PHP-7.3/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.3/ext/dba/
H A Ddba.c197 int ac = ZEND_NUM_ARGS()
260 switch(ac) { \
578 int ac = ZEND_NUM_ARGS(); in php_dba_update() local
638 int ac = ZEND_NUM_ARGS(); in php_dba_open() local
656 if (ac < 2) { in php_dba_open()
661 args = safe_emalloc(ac, sizeof(zval), 0); in php_dba_open()
668 for (i = 0; i < ac; i++) { in php_dba_open()
681 for(i = 0; i < ac; i++) { in php_dba_open()
702 if (ac==2) { in php_dba_open()
863 info->argc = ac - 3; in php_dba_open()
[all …]
/PHP-7.3/
H A Dbuildconf3 eval `grep '^PHP_EXTRA_VERSION=' configure.ac`
H A D.editorconfig20 [*.{ac,m4,sh,yml}]
H A D.gitignore140 ext/*/configure.ac
/PHP-7.3/ext/mbstring/tests/
H A Dbug46843.phpt11 string(4) "20ac"
/PHP-7.3/ext/standard/tests/strings/
H A Dstrcmp.phpt232 [2] => ac
244 - strcmp of 'acc' and 'ac' is => int(%d)
255 - strcmp of 'Acc' and 'ac' is => int(-%d)
264 - strcmp of 'ac' and 'acc' is => int(-%d)
265 - strcmp of 'ac' and 'Acc' is => int(%d)
266 - strcmp of 'ac' and 'ac' is => int(0)
268 - strcmp of 'ac' and 'acd' is => int(-%d)
269 - strcmp of 'ac' and '?acc' is => int(%d)
272 - strcmp of 'ac' and ';acc' is => int(%d)
277 - strcmp of 'accc' and 'ac' is => int(%d)
[all …]
H A Dstrtolower-win32.phpt235 ac => ac
H A Dstrtoupper1-win32.phpt235 ac => ac
/PHP-7.3/ext/skeleton/
H A D.gitignore.in16 configure.ac
/PHP-7.3/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.3/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.3/ext/mysqli/tests/
H A Dcacert.pem22 db:ac:89:ac:34:9b:d0:07:e3:81:e9:ca:5b:26:f0:
H A Dclient-cert.pem27 2f:76:15:78:b5:33:62:ac:1e:6b:66:dd:27:61:0a:
/PHP-7.3/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.3/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-7.3/win32/build/
H A Dconfig.w32.phpize.in2 // "Master" config file; think of it as a configure.ac

Completed in 32 milliseconds

123