/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_64.c | 348 sljit_si a, sljit_sw imma, in emit_x86_instruction()
|
H A D | sljitNativePPC_common.c | 113 #define A(a) (reg_map[a] << 16) argument 716 #define ARCH_32_64(a, b) a argument 720 #define ARCH_32_64(a, b) b argument
|
H A D | sljitNativeSPARC_common.c | 476 #define ARCH_32_64(a, b) a argument 478 #define ARCH_32_64(a, b) b argument
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_io_dp.c | 216 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
|
H A D | gd_gif_in.c | 49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
|
/PHP-5.6/ext/phar/ |
H A D | dirstream.c | 155 static int phar_compare_dir_name(const void *a, const void *b TSRMLS_DC) /* {{{ */ in phar_compare_dir_name()
|
/PHP-5.6/ext/interbase/ |
H A D | php_ibase_udf.c | 103 #define min(a,b) ((a)<(b)?(a):(b)) argument
|
/PHP-5.6/ext/session/ |
H A D | mod_mm.c | 70 # define ps_mm_debug(a) argument
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_open.c | 497 zip_int64_t a, i; in _zip_find_central_dir() local
|
/PHP-5.6/main/streams/ |
H A D | streams.c | 2259 PHPAPI int php_stream_dirent_alphasort(const char **a, const char **b) 2267 PHPAPI int php_stream_dirent_alphasortr(const char **a, const char **b) 2275 PHPAPI int _php_stream_scandir(const char *dirname, char **namelist[], int flags, php_stream_contex…
|
/PHP-5.6/ext/standard/ |
H A D | pack.c | 56 #define INC_OUTPUTPOS(a,b) \ argument
|
H A D | info.c | 889 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
|
H A D | filters.c | 328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument 329 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument 631 #define bmask(a) (0xffff >> (16 - a)) argument
|
/PHP-5.6/Zend/ |
H A D | micro_bench.php | 25 static $a = 0; variable in Foo
|
H A D | zend_ini.c | 148 static int ini_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in ini_key_compare()
|
H A D | zend_hash.c | 79 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument 82 #define IS_CONSISTENT(a) argument
|
/PHP-5.6/ext/ereg/regex/ |
H A D | regcomp.c | 48 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) argument 50 #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) argument
|
/PHP-5.6/ext/mcrypt/ |
H A D | mcrypt.c | 360 #define MCRYPT_ENTRY2_2_4(a,b) REGISTER_STRING_CONSTANT("MCRYPT_" #a, b, CONST_PERSISTENT) argument 361 #define MCRYPT_ENTRY2_4(a) MCRYPT_ENTRY_NAMED(a, a) argument
|
/PHP-5.6/main/ |
H A D | php_network.h | 48 # define ftruncate(a, b) chsize(a, b) argument
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_conf.h | 11 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand… argument
|
/PHP-5.6/ext/sockets/ |
H A D | sockets.c | 56 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument 57 # define set_errno(a) (errno = a) argument
|
/PHP-5.6/sapi/cli/ |
H A D | php_http_parser.c | 27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 1444 #define FLIPWORD(a) (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) |… argument 4335 #define max(a, b) (a > b ? a : b) in PHP_FUNCTION() argument 4336 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() argument 4337 #define new_x(a, b) (int) ((a) * cos_a - (b) * sin_a) in PHP_FUNCTION() argument 4338 #define new_y(a, b) (int) ((a) * sin_a + (b) * cos_a) in PHP_FUNCTION() argument 4761 long a = 0; in php_image_filter_colorize() local
|
/PHP-5.6/ |
H A D | server-tests.php | 729 function test_sort($a, $b) {
|
/PHP-5.6/ext/mysql/ |
H A D | php_mysql.c | 50 # define signal(a, b) NULL argument 53 # define signal(a, b) NULL argument
|