Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug78898.phpt8 protected function _x()
23 parent::_x();
24 call_user_func('parent::_x');
25 call_user_func(['parent', '_x']);
/PHP-7.4/ext/ffi/tests/
H A D028.phpt10 FFI::cdef("struct _x {int a; int b[0];};");
16 FFI::cdef("struct _x {int a; int b[];};");
22 FFI::cdef("struct _x {int a[0]; int b;};");
28 FFI::cdef("struct _x {int a[]; int b;};");
34 FFI::cdef("struct _x { struct {int a; int b[];}; int c;};");
40 FFI::cdef("union _x {int a; int b[];};");
H A D027.phpt49 FFI::cdef("struct _x {int a; int b[];};");
/PHP-7.4/Zend/
H A Dzend_bitset.h223 zend_ulong _x = _set[_i]; \
224 if (_x) { \
226 for (; _x != 0; _x >>= Z_UL(1), (bit)++) { \
227 if (!(_x & Z_UL(1))) continue;
234 zend_ulong _x = _set[_i]; \
235 if (_x) { \
237 for (; _x != 0; _x <<= Z_UL(1), (bit)--) { \
238 if (!(_x & _test)) continue; \
/PHP-7.4/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 DMakefile154 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
155 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
156 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
162 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
174 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1676 #define PHP_PQ_COPY_PARAM(_x) tmp = (char*)PQparameterStatus(pgsql, _x); \ argument
1677 if(tmp) add_assoc_string(return_value, _x, tmp); \
1678 else add_assoc_null(return_value, _x);
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt286 array( ')\\l~-hmG{}`"\\y`7eo6FpIc1\\_x/rC~{ k{.UjURi7TF16]w&s>w>"*z', 'c6ec7195' ),
H A Dfnv1a64.phpt184 array( 'WNzUKh"BjL~/}o[]?+_x.[6Vu^4y ^$X- .Y', '0457576f79c1af9f' ),

Completed in 38 milliseconds