Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 23 of 23) sorted by relevance

/PHP-8.2/.github/workflows/
H A Dnightly.yml13 matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
14 windows-matrix-include: ${{ steps.set-matrix.outputs.windows-matrix-include }}
44 matrix:
53 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA…
123 matrix:
198 matrix:
299 matrix:
419 matrix:
495 matrix:
592 matrix:
[all …]
H A Dpush.yml48 matrix:
54 … name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
73 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${…
80 --${{ matrix.debug && 'enable' || 'disable' }}-debug
81 --${{ matrix.zts && 'enable' || 'disable' }}-zts
/PHP-8.2/ext/gd/tests/
H A Dimageconvolution_error3.phpt36 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
37 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dbug79067.phpt7 $matrix = [1, 1, 1, 1, 1, 1];
9 var_dump(imageaffine($src, $matrix));
H A Dbug47946.phpt26 function makeFilter($resource, $matrix, $offset = 1.0)
28 $divisor = array_sum(array_flatten($matrix));
32 return imageconvolution($resource, $matrix, $divisor, $offset);
H A Dimageconvolution_error2.phpt28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh12382.phpt27 $matrix = SplFixedArray::fromArray(
34 applyMaskPenaltyRule3($matrix);
35 applyMaskPenaltyRule3($matrix);
H A Dbug80861.phpt104 // simple driver code - fills up a 2D bool matrix and calls the static matrix constructing function…
/PHP-8.2/ext/gd/libgd/
H A Dgdft.c830 FT_Matrix matrix; local
920 matrix.xx = (FT_Fixed) (cos_a * (1 << 16));
921 matrix.yx = (FT_Fixed) (sin_a * (1 << 16));
922 matrix.xy = -matrix.yx;
923 matrix.yy = matrix.xx;
1083 FT_Set_Transform(face, &matrix, NULL);
/PHP-8.2/Zend/
H A Dbench.php292 function matrix($n) { function
413 matrix(20);
/PHP-8.2/ext/dba/tests/
H A Ddba_inifile_creation_matrix.phpt2 DBA INIFILE opening matrix of combination
H A Ddba_flatfile_creation_matrix.phpt2 DBA flatfile opening matrix of combination
H A Ddba_db4_creation_matrix.phpt2 DBA DB4 opening matrix of combination
H A Ddba_tcadb_creation_matrix.phpt2 DBA tcadb opening matrix of combination
H A Ddba_gdbm_creation_matrix.phpt2 DBA GDBM opening matrix of combination
H A Ddba_cdb_creation_matrix.phpt2 DBA CDB opening matrix of combination
H A Ddba_qdbm_creation_matrix.phpt2 DBA QDBM opening matrix of combination
H A Ddba_lmdb_creation_matrix.phpt2 DBA LMDB opening matrix of combination
/PHP-8.2/ext/gd/
H A Dgd.stub.php758 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
H A Dgd.c3404 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local
3427 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION()
3435 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
H A Dgd_arginfo.h519 ZEND_ARG_TYPE_INFO(0, matrix, IS_ARRAY, 0)
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic32175 >0x00003B byte 0x02 (matrix)
32193 >0x00003B byte 0x02 (matrix)
32210 >0x00003B byte 0x02 (matrix)
32228 >0x00003B byte 0x02 (matrix)
32253 >0x00003B byte 0x06 (real matrix)
32254 >0x00003B byte 0x07 (complex matrix)
32286 >0x00003B byte 0x06 (real matrix)
32287 >0x00003B byte 0x07 (complex matrix)
32313 >0x000048 byte 0x06 (matrix)
32331 >0x000048 byte 0x06 (matrix)
[all …]
H A Dmagic私はガラスを食べられます32175 >0x00003B byte 0x02 (matrix)
32193 >0x00003B byte 0x02 (matrix)
32210 >0x00003B byte 0x02 (matrix)
32228 >0x00003B byte 0x02 (matrix)
32253 >0x00003B byte 0x06 (real matrix)
32254 >0x00003B byte 0x07 (complex matrix)
32286 >0x00003B byte 0x06 (real matrix)
32287 >0x00003B byte 0x07 (complex matrix)
32313 >0x000048 byte 0x06 (matrix)
32331 >0x000048 byte 0x06 (matrix)
[all …]

Completed in 173 milliseconds