/php-src/Zend/ |
H A D | zend_types.h | 1045 #define ZVAL_UNDEF(z) do { \ argument 1049 #define ZVAL_NULL(z) do { \ argument 1053 #define ZVAL_FALSE(z) do { \ argument 1057 #define ZVAL_TRUE(z) do { \ argument 1061 #define ZVAL_BOOL(z, b) do { \ argument 1066 #define ZVAL_LONG(z, l) do { \ argument 1072 #define ZVAL_DOUBLE(z, d) do { \ argument 1261 #define ZVAL_ERROR(z) do { \ argument 1412 #define ZVAL_COPY(z, v) \ argument 1424 #define ZVAL_DUP(z, v) \ argument [all …]
|
H A D | zend_strtod.c | 652 ULong xi, z; local 843 ULLong carry, z; local 845 ULong carry, z; local 1011 ULong *x, *x1, *xe, z; local 1111 ULong z; local 1239 ULong *xa, *xa0, w, y, z; local 1311 ULong *x, y, z; local 2175 ULong si, z, zs; local 2530 ULong y, z; local
|
/php-src/ext/dom/ |
H A D | internal_helpers.h | 21 #define DOM_Z_OWNED(z, v) ZVAL_PTR(z, (void *) (v)) argument 22 #define DOM_Z_UNOWNED(z, v) ZVAL_INDIRECT(z, (void *) (v)) argument 23 #define DOM_Z_IS_OWNED(z) (Z_TYPE_P(z) == IS_PTR) argument
|
/php-src/ext/com_dotnet/ |
H A D | com_misc.c | 45 PHP_COM_DOTNET_API void php_com_wrap_dispatch(zval *z, IDispatch *disp, in php_com_wrap_dispatch() 67 PHP_COM_DOTNET_API void php_com_wrap_variant(zval *z, VARIANT *v, in php_com_wrap_variant()
|
H A D | com_variant.c | 30 static void safe_array_from_zval(VARIANT *v, zval *z, int codepage) in safe_array_from_zval() 96 static void php_com_variant_from_zval_ex(VARIANT *v, zval *z, int codepage, VARTYPE vt) in php_com_variant_from_zval_ex() 181 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval() 186 PHP_COM_DOTNET_API zend_result php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant()
|
/php-src/ext/standard/ |
H A D | md5.c | 144 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 145 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument 146 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 147 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
|
H A D | sha1.c | 114 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 115 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument 116 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument 117 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
|
H A D | crypt_sha256.c | 127 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument 128 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 52 static bool valid_format(zval *z) { in valid_format() 103 zval *z; in PHP_FUNCTION() local
|
/php-src/ext/gd/libgd/ |
H A D | gdtestft.c | 11 #define MAX4(x,y,z,w) \ argument 13 #define MIN4(x,y,z,w) \ argument
|
/php-src/ext/intl/common/ |
H A D | common_date.cpp | 97 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, in intl_datetime_decompose() 165 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func) in intl_zval_to_millis()
|
/php-src/ext/zip/examples/ |
H A D | comment.php | 2 $z = new ZipArchive; variable
|
H A D | addglob.php | 3 $z = new ZipArchive; variable
|
H A D | addpattern.php | 2 $z = new ZipArchive; variable
|
H A D | get_set_comments.php | 4 $z = new ZipArchive; variable
|
H A D | fopen.php | 21 $z = new ZipArchive(); variable
|
H A D | im.php | 6 $z = new ZipArchive(); variable
|
/php-src/ext/date/lib/ |
H A D | unixtime2tm.c | 86 int z = tm->z; in timelib_update_from_sse() local 128 int z = tm->z; in timelib_unixtime2local() local
|
/php-src/ext/hash/ |
H A D | hash_ripemd.c | 156 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument 157 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument 158 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument 159 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument 160 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
|
H A D | hash_md.c | 109 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument 110 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument 111 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
|
H A D | hash_sha_sse2.c | 77 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument 78 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument
|
H A D | hash_sha.c | 118 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 120 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument 396 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 398 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_format.c | 28 #define Z_ADDREF_P(z) ((z)->refcount++) argument
|
/php-src/ext/pdo_pgsql/ |
H A D | php_pdo_pgsql_int.h | 88 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument 90 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
|
/php-src/ext/random/ |
H A D | engine_pcgoneseq128xslrr64.c | 70 zval z; in serialize() local
|