/PHP-8.3/.github/workflows/ |
H A D | root.yml | 14 branches: ${{ steps.set-matrix.outputs.branches }} 32 id: set-matrix 41 name: ${{ matrix.branch.ref }} 46 matrix: 50 branch: ${{ matrix.branch.ref }} 51 …community_verify_type_inference: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >=… 52 …libmysqlclient_with_mysqli: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1) }} 53 …run_alpine: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.… 54 …run_macos_arm64: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.br… 55 …ubuntu_version: ${{ ((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 3) || matrix.br… [all …]
|
H A D | push.yml | 68 matrix: 76 …name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${… 77 runs-on: ubuntu-${{ !matrix.asan && '22' || '24' }}.04 92 if: ${{ !matrix.asan }} 95 if: ${{ !matrix.asan }} 105 …key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{… 115 skipSlow: ${{ matrix.asan }} 121 if: ${{ !matrix.asan }} 124 if: matrix.asan == false 133 ${{ matrix.asan && '--asan -x' || '' }} [all …]
|
H A D | nightly.yml | 113 matrix: 146 …name: "LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && '… 223 matrix: 226 … name: "LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}" 299 matrix: 305 …name: "MACOS_${{ matrix.os == '13' && 'X64' || 'ARM64' }}_${{ matrix.debug && 'DEBUG' || 'RELEASE'… 329 if: matrix.os != '14' || !matrix.zts 343 if: matrix.os != '14' || !matrix.zts 426 matrix: 948 matrix: [all …]
|
/PHP-8.3/ext/gd/tests/ |
H A D | gh16322.phpt | 2 GH-16322 (imageaffine overflow/underflow on affine matrix) 9 $matrix = [INF, 1, 1, 1, 1, 1]; 13 imageaffine($src, $matrix); 17 $matrix[0] = 1; 18 $matrix[3] = -INF; 20 imageaffine($src, $matrix);
|
H A D | imageconvolution_error3.phpt | 36 !! [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 D | bug79067.phpt | 7 $matrix = [1, 1, 1, 1, 1, 1]; 9 var_dump(imageaffine($src, $matrix));
|
H A D | bug47946.phpt | 26 function makeFilter($resource, $matrix, $offset = 1.0) 28 $divisor = array_sum(array_flatten($matrix)); 32 return imageconvolution($resource, $matrix, $divisor, $offset);
|
H A D | imageconvolution_error2.phpt | 28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | gh12382.phpt | 27 $matrix = SplFixedArray::fromArray( 34 applyMaskPenaltyRule3($matrix); 35 applyMaskPenaltyRule3($matrix);
|
H A D | bug80861.phpt | 104 // simple driver code - fills up a 2D bool matrix and calls the static matrix constructing function…
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gdft.c | 830 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.3/Zend/ |
H A D | bench.php | 292 function matrix($n) { function 413 matrix(20);
|
/PHP-8.3/ext/dba/tests/ |
H A D | dba_flatfile_creation_matrix.phpt | 2 DBA flatfile opening matrix of combination
|
H A D | dba_inifile_creation_matrix.phpt | 2 DBA INIFILE opening matrix of combination
|
H A D | dba_tcadb_creation_matrix.phpt | 2 DBA tcadb opening matrix of combination
|
H A D | dba_db4_creation_matrix.phpt | 2 DBA DB4 opening matrix of combination
|
H A D | dba_cdb_creation_matrix.phpt | 2 DBA CDB opening matrix of combination
|
H A D | dba_gdbm_creation_matrix.phpt | 2 DBA GDBM opening matrix of combination
|
H A D | dba_qdbm_creation_matrix.phpt | 2 DBA QDBM opening matrix of combination
|
H A D | dba_lmdb_creation_matrix.phpt | 2 DBA LMDB opening matrix of combination
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 757 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
|
H A D | gd.c | 3405 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local 3428 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION() 3436 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
H A D | gd_arginfo.h | 518 ZEND_ARG_TYPE_INFO(0, matrix, IS_ARRAY, 0)
|
/PHP-8.3/ |
H A D | NEWS | 65 . Fixed bug GH-16334 (imageaffine overflow on matrix elements).
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 26012 # check for valid ASCII matrix name 37298 >0x00003B byte 0x02 (matrix) 37316 >0x00003B byte 0x02 (matrix) 37333 >0x00003B byte 0x02 (matrix) 37351 >0x00003B byte 0x02 (matrix) 37376 >0x00003B byte 0x06 (real matrix) 37377 >0x00003B byte 0x07 (complex matrix) 37409 >0x00003B byte 0x06 (real matrix) 37436 >0x000048 byte 0x06 (matrix) 37454 >0x000048 byte 0x06 (matrix) [all …]
|