Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_bitset.h225 zend_ulong _x = _set[_i]; \
226 if (_x) { \
228 for (; _x != 0; _x >>= Z_UL(1), (bit)++) { \
229 if (!(_x & Z_UL(1))) continue;
236 zend_ulong _x = _set[_i]; \
237 if (_x) { \
239 for (; _x != 0; _x <<= Z_UL(1), (bit)--) { \
240 if (!(_x & _test)) continue; \
/PHP-7.2/win32/build/
H A DMakefile.phpize30 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
36 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
H A DMakefile141 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
142 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
143 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
149 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
161 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_params.php140 for ($_x = 0; $_x < $x; $_x++) {
142 $a[$_x][$_y] = "x{$_x}y{$_y}";
/PHP-7.2/ext/pgsql/
H A Dpgsql.c1669 #define PHP_PQ_COPY_PARAM(_x) tmp = (char*)PQparameterStatus(pgsql, _x); \ argument
1670 if(tmp) add_assoc_string(return_value, _x, tmp); \
1671 else add_assoc_null(return_value, _x);
/PHP-7.2/ext/hash/tests/
H A Dfnv1a32.phpt288 array( ')\\l~-hmG{}`"\\y`7eo6FpIc1\\_x/rC~{ k{.UjURi7TF16]w&s>w>"*z', 'c6ec7195' ),
H A Dfnv1a64.phpt186 array( 'WNzUKh"BjL~/}o[]?+_x.[6Vu^4y ^$X- .Y', '0457576f79c1af9f' ),

Completed in 25 milliseconds