Searched refs:matrix (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/.github/workflows/ |
H A D | nightly.yml | 13 matrix-include: ${{ steps.set-matrix.outputs.matrix-include }} 31 id: set-matrix 38 matrix: 47 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA… 112 matrix: 116 …name: "${{ matrix.branch.name }}_LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.… 183 matrix: 187 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts … 275 matrix: 390 matrix: [all …]
|
H A D | push.yml | 24 matrix: 30 … name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}" 45 --${{ matrix.debug && 'enable' || 'disable' }}-debug 46 --${{ matrix.zts && 'enable' || 'disable' }}-zts
|
/PHP-8.0/ext/gd/tests/ |
H A D | imageconvolution_error3.phpt | 38 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2… 39 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
|
H A D | bug79067.phpt | 9 $matrix = [1, 1, 1, 1, 1, 1]; 11 var_dump(imageaffine($src, $matrix));
|
H A D | bug47946.phpt | 25 function makeFilter($resource, $matrix, $offset = 1.0) 27 $divisor = array_sum(array_flatten($matrix)); 31 return imageconvolution($resource, $matrix, $divisor, $offset);
|
H A D | imageconvolution_error2.phpt | 30 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
|
/PHP-8.0/ext/opcache/tests/jit/ |
H A D | bug80861.phpt | 103 // simple driver code - fills up a 2D bool matrix and calls the static matrix constructing function…
|
/PHP-8.0/ |
H A D | .appveyor.yml | 32 matrix:
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gdft.c | 820 FT_Matrix matrix; local 910 matrix.xx = (FT_Fixed) (cos_a * (1 << 16)); 911 matrix.yx = (FT_Fixed) (sin_a * (1 << 16)); 912 matrix.xy = -matrix.yx; 913 matrix.yy = matrix.xx; 1073 FT_Set_Transform(face, &matrix, NULL);
|
/PHP-8.0/Zend/ |
H A D | bench.php | 292 function matrix($n) { function 413 matrix(20);
|
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 233 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
|
H A D | gd_arginfo.h | 504 ZEND_ARG_TYPE_INFO(0, matrix, IS_ARRAY, 0)
|
H A D | gd.c | 3480 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local 3503 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION() 3511 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 30252 >0x00003B byte 0x02 (matrix) 30270 >0x00003B byte 0x02 (matrix) 30287 >0x00003B byte 0x02 (matrix) 30305 >0x00003B byte 0x02 (matrix) 30330 >0x00003B byte 0x06 (real matrix) 30331 >0x00003B byte 0x07 (complex matrix) 30363 >0x00003B byte 0x06 (real matrix) 30364 >0x00003B byte 0x07 (complex matrix) 30390 >0x000048 byte 0x06 (matrix) 30408 >0x000048 byte 0x06 (matrix) [all …]
|
H A D | magic | 30252 >0x00003B byte 0x02 (matrix) 30270 >0x00003B byte 0x02 (matrix) 30287 >0x00003B byte 0x02 (matrix) 30305 >0x00003B byte 0x02 (matrix) 30330 >0x00003B byte 0x06 (real matrix) 30331 >0x00003B byte 0x07 (complex matrix) 30363 >0x00003B byte 0x06 (real matrix) 30364 >0x00003B byte 0x07 (complex matrix) 30390 >0x000048 byte 0x06 (matrix) 30408 >0x000048 byte 0x06 (matrix) [all …]
|
Completed in 237 milliseconds