Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 217) sorted by path

123456789

/php-src/.circleci/
H A Dconfig.yml176 -P -q -x -j2 \
/php-src/
H A D.cirrus.yml29 …- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff…
/php-src/.github/actions/setup-x64/
H A Daction.yml14 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "cre…
15 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "cre…
16 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "ALT…
17 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "CRE…
18 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "CRE…
/php-src/.github/actions/test-libmysqlclient/
H A Daction.yml17 sapi/cli/php run-tests.php -P -q \
/php-src/.github/actions/test-linux/
H A Daction.yml46 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
/php-src/.github/actions/test-macos/
H A Daction.yml22 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
/php-src/Zend/tests/attributes/override/
H A D001.phpt15 class P {
22 class PP extends P {
H A D004.phpt10 class P {
15 class C extends P implements I {}
21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D005.phpt10 class C extends P implements I {}
12 class P {
21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D010.phpt6 class P {
10 class C extends P {
H A D011.phpt6 class P {
10 class C extends P {
H A D012.phpt6 class P {
10 class C extends P {
H A D013.phpt6 class P {
10 class C extends P {
H A D021.phpt6 class P {
10 class C extends P {
H A D023.phpt6 class P {
10 class C extends P {
H A D024.phpt6 abstract class P {
10 class C extends P {
/php-src/Zend/tests/
H A Dbug69180-backtrace.phpt47 class P extends Model {
74 $m = new P();
109 string(8) "P::__get"
110 string(10) "P::__t_get"
117 [2] => P::__t_get
118 [3] => P::__get
H A Dbug69676_3.phpt6 class P {
7 const N = 'P';
9 class A extends P {
19 var_dump(B::parentN); // P
66 string(1) "P"
H A Dstr_offset_004.phpt17 $str[-5] = 'P';
H A Dtrait_type_errors.phpt19 class P extends C {
/php-src/Zend/tests/type_declarations/literal_types/
H A Dfalse_no_coercion_on_overload.phpt6 class P {
18 $p = new P();
H A Dtrue_no_coercion_on_overload.phpt6 class P {
18 $p = new P();
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_trait.phpt15 class P extends C {
19 $p = new P;
29 object(P)#2 (0) {
31 object(P)#2 (0) {
34 Fatal error: Uncaught TypeError: C::test(): Return value must be of type P, C returned in %s:%d
/php-src/Zend/
H A Dzend_strtod.c364 #define P 53 macro
421 #define P 14 macro
450 #define P 56 macro
1421 *bits = P - k;
1810 emin = Emin - P,
2332 p2 = Emin - P + 1;
2358 i = P - bbits;
2364 i = P - 1;
2940 bc.scale = 2*P;
3074 j += P - Emin;
[all …]
/php-src/docs-old/
H A Dparameter-parsing-api.md88 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)

Completed in 33 milliseconds

123456789