Home
last modified time | relevance | path

Searched refs:a1 (Results 51 – 75 of 93) sorted by relevance

1234

/PHP-8.3/ext/xsl/tests/
H A Dxslt007.phpt19 a1 b1 c1 <br/>
H A Dxslt008-mb.phpt24 a1 b1 c1 <br/>
H A Dxslt008.phpt24 a1 b1 c1 <br/>
H A Dxslt005.phpt25 a1 b1 c1 <br/>
H A Dxslt004.phpt25 a1 b1 c1 <br/>
H A Dxslt002.phpt24 a1 b1 c1 <br>
H A Dxslt012.phpt47 a1 b1 c1 <br/>
/PHP-8.3/ext/pcre/tests/
H A Dbug73392.phpt20 …) { return "c"; }, "/c/" => new Rep, "reporting" => array("Foo", "rep"), "a1" => array("Foo", "re…
/PHP-8.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller8.phar8 �k+����������a1.phps?����WX?���ק�7����������a.jpg����WX�����b�����������a.php����WX���…
H A Dfrontcontroller8.phar.inc5 $a['a1.phps'] = '<?php var_dump($_SERVER["REQUEST_URI"], $_SERVER["PATH_INFO"]);';
/PHP-8.3/ext/phar/tests/files/
H A Dfrontcontroller8.phar8 �k+����������a1.phps?���kXX?���ק�7����������a.jpg���kXX�����b�����������a.php���kXX���…
H A Dfrontcontroller8.phar.inc5 $a['a1.phps'] = '<?php var_dump($_SERVER["REQUEST_URI"], $_SERVER["PATH_INFO"]);';
/PHP-8.3/ext/sqlite3/tests/
H A Dbug68760.phpt14 $db->exec("INSERT INTO test VALUES ('a1')");
/PHP-8.3/Zend/asm/
H A Djump_mips32_o32_elf_gas.S77 move $sp, $a1
111 move $a1, $a2
H A Djump_mips64_n64_elf_gas.S116 move $v1, $a1 # move *data from a1 to v1 as return
H A Djump_riscv64_sysv_elf_gas.S138 # a0 == FCTX, a1 == DATA
/PHP-8.3/ext/dom/tests/
H A Dregsiter_node_class.phpt20 $root->setAttribute('a', 'a1');
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
H A Ddom001.phpt198 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
257 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
/PHP-8.3/Zend/tests/
H A Dbug76860_2.phpt14 private static $a = "a1";
H A Dbug55509.phpt64 $a1 = str_repeat("1", 1024 * 1024 * 1024 * 0.5);
/PHP-8.3/ext/standard/tests/strings/
H A Dstrtolower.phpt215 a1 => a1
H A Dbug49785.phpt187 string(2) "a1"
2883 string(4) "81a1"
2893 string(4) "82a1"
2903 string(4) "83a1"
2913 string(4) "84a1"
2923 string(4) "85a1"
2933 string(4) "86a1"
2943 string(4) "87a1"
2953 string(4) "88a1"
2963 string(4) "89a1"
[all …]
H A Dstrtoupper1.phpt218 a1 => a1
/PHP-8.3/ext/gd/libgd/
H A Dgd.c2993 int a1, a2; in gdLayerOverlay() local
2994 a1 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerOverlay()
2996 return ( ((gdAlphaMax - a1*a2/gdAlphaMax) << 24) + in gdLayerOverlay()
3026 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local
3027 a1 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerMultiply()
3030 r1 = gdRedMax - (a1 * (gdRedMax - gdTrueColorGetRed(src))) / gdAlphaMax; in gdLayerMultiply()
3032 g1 = gdGreenMax - (a1 * (gdGreenMax - gdTrueColorGetGreen(src))) / gdAlphaMax; in gdLayerMultiply()
3034 b1 = gdBlueMax - (a1 * (gdBlueMax - gdTrueColorGetBlue(src))) / gdAlphaMax; in gdLayerMultiply()
3037 a1 = gdAlphaMax - a1; in gdLayerMultiply()
3039 return ( ((a1*a2/gdAlphaMax) << 24) + in gdLayerMultiply()

Completed in 46 milliseconds

1234