Searched refs:_x (Results 1 – 11 of 11) sorted by relevance
/php-src/Zend/tests/ |
H A D | bug78898.phpt | 8 protected function _x() 23 parent::_x(); 24 call_user_func('parent::_x'); 25 call_user_func(['parent', '_x']);
|
/php-src/ext/ffi/tests/ |
H A D | 028.phpt | 10 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 D | 027.phpt | 51 FFI::cdef("struct _x {int a; int b[];};");
|
/php-src/Zend/ |
H A D | zend_bitset.h | 270 zend_ulong _x = _set[_i]; \ 271 if (_x) { \ 273 for (; _x != 0; _x >>= Z_UL(1), (bit)++) { \ 274 if (!(_x & Z_UL(1))) continue; 281 zend_ulong _x = _set[_i]; \ 282 if (_x) { \ 284 for (; _x != 0; _x <<= Z_UL(1), (bit)--) { \ 285 if (!(_x & _test)) continue; \
|
/php-src/Zend/tests/property_hooks/ |
H A D | bug001.phpt | 11 private $_x; 13 get => $this->_x;
|
/php-src/win32/build/ |
H A D | Makefile.phpize | 30 @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 D | Makefile | 154 @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-src/ext/opcache/jit/ir/ |
H A D | ir_private.h | 462 ir_bitset_base_t _x = *_set; \ 463 while (_x) { \ 464 (bit) = IR_BITSET_BITS * _i + ir_bitset_ntz(_x); \ 465 _x &= _x - 1; 472 ir_bitset_base_t _x = _set1[_i] & ~_set2[_i]; \ 473 while (_x) { \ 474 (bit) = IR_BITSET_BITS * _i + ir_bitset_ntz(_x); \ 475 _x &= _x - 1;
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 959 #define PHP_PQ_COPY_PARAM(_x) tmp = (char*)PQparameterStatus(pgsql, _x); \ in php_pgsql_get_link_info() argument 960 if(tmp) add_assoc_string(return_value, _x, tmp); \ in php_pgsql_get_link_info() 961 else add_assoc_null(return_value, _x); in php_pgsql_get_link_info()
|
/php-src/ext/hash/tests/ |
H A D | fnv1a32.phpt | 286 array( ')\\l~-hmG{}`"\\y`7eo6FpIc1\\_x/rC~{ k{.UjURi7TF16]w&s>w>"*z', 'c6ec7195' ),
|
H A D | fnv1a64.phpt | 184 array( 'WNzUKh"BjL~/}o[]?+_x.[6Vu^4y ^$X- .Y', '0457576f79c1af9f' ),
|
Completed in 30 milliseconds