Home
last modified time | relevance | path

Searched refs:d (Results 301 – 325 of 7036) sorted by relevance

1...<<11121314151617181920>>...282

/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_success2.phpt28 object(Foo)#1 (%d) {
30 object(stdClass)#2 (%d) {
33 object(Foo)#3 (%d) {
37 object(Foo)#1 (%d) {
39 object(stdClass)#2 (%d) {
42 object(Foo)#3 (%d) {
44 object(stdClass)#4 (%d) {
/php-src/.github/actions/install-linux-x32/
H A Daction.yml9 mkdir -p /etc/php.d
10 chmod 777 /etc/php.d
11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
12 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
13 echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
14 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
15 echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/php-src/ext/date/tests/
H A DDateTime_construct-dst-overlap.phpt10 $d = new DateTime('2011-11-06 01:30:00');
11 echo $d->format('P') . "\n";
15 $d = new DateTime('2011-10-30 00:30:00');
16 echo $d->format('P') . "\n";
20 $d = new DateTime('2011-10-30 01:30:00');
21 echo $d->format('P') . "\n";
25 $d = new DateTime('2011-10-30 02:30:00');
26 echo $d->format('P') . "\n";
H A Ddate_period_unserialize1.phpt27 object(DatePeriod)#%d (%d) {
29 object(DateTime)#%d (%d) {
40 object(DateTime)#%d (%d) {
49 object(DateInterval)#%d (%d) {
54 ["d"]=>
H A Didate_variation4.phpt13 'Day of the month' => 'd',
34 int(%d)
37 int(%d)
40 int(%d)
43 int(%d)
46 int(%d)
49 int(%d)
52 int(%d)
55 int(%d)
58 int(%d)
H A Dstrftime_variation7.phpt15 'Day of the month as a decimal number' => "%d",
34 …nction strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
35 string(%d) "%d"
37 …nction strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
42 …nction strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
43 string(%d) "%d"
45 …nction strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
50 …nction strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
51 string(%d) "%d"
53 …nction strftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
H A Dgmstrftime_variation7.phpt14 'Day of the month as a decimal number' => "%d",
33 …tion gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
34 string(%d) "%d"
36 …tion gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
41 …tion gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
42 string(%d) "%d"
44 …tion gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
49 …tion gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
50 string(%d) "%d"
52 …tion gmstrftime() is deprecated since 8.1, use IntlDateFormatter::format() instead in %s on line %d
/php-src/ext/odbc/tests/
H A Dodbc_tables_001.phpt30 object(Odbc\Result)#%d (%d) {
33 object(Odbc\Result)#%d (%d) {
37 object(Odbc\Result)#%d (%d) {
41 object(Odbc\Result)#%d (%d) {
H A Dodbc_columnprivileges_001.phpt25 object(Odbc\Result)#%d (%d) {
29 …nprivileges(): Passing null to parameter #3 ($schema) of type string is deprecated in %s on line %d
31 …mnprivileges(): Passing null to parameter #4 ($table) of type string is deprecated in %s on line %d
33 …nprivileges(): Passing null to parameter #5 ($column) of type string is deprecated in %s on line %d
34 object(Odbc\Result)#%d (%d) {
37 object(Odbc\Result)#%d (%d) {
/php-src/ext/reflection/tests/
H A DReflectionClass_getConstants_filter.phpt36 array(%d) {
38 string(%d) "BAR"
40 string(%d) "BAZ"
42 array(%d) {
44 string(%d) "BAZ"
46 string(%d) "FOO"
48 array(%d) {
50 string(%d) "QUOZ"
52 string(%d) "BAZ"
/php-src/ext/standard/tests/file/
H A Dbug75679.phpt5 $d = __DIR__;
8 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_259_characters_long_', 100, '_') . '/', 1)…
9 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_260_characters_long_', 100, '_') . '/', 1)…
10 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_261_characters_long_', 100, '_') . '/', 1)…
29 $d = __DIR__;
32 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_259_characters_long_', 100, '_') . '/', 1)…
33 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_260_characters_long_', 100, '_') . '/', 1)…
34 …str_pad ($d . '/' . str_repeat (str_pad ('bug75679_path_261_characters_long_', 100, '_') . '/', 1)…
43 while ($d1 != $d) {
/php-src/Zend/tests/
H A Dgh13142.phpt23 Warning: Undefined variable $test%0test in %s on line %d
25 Warning: Undefined variable $%0test in %s on line %d
27 Warning: Undefined variable $test%0 in %s on line %d
29 Warning: Undefined global variable $test%0test in %s on line %d
31 Warning: Undefined global variable $%0test in %s on line %d
33 Warning: Undefined global variable $test%0 in %s on line %d
35 Warning: compact(): Undefined variable $a%0b in %s on line %d
37 Warning: compact(): Undefined variable $%0ab in %s on line %d
39 Warning: compact(): Undefined variable $ab%0 in %s on line %d
H A Dclosure_041.phpt48 $d = $staticUnscoped->bindTo(null); $d(); echo "\n";
49 $d = $nonstaticUnscoped->bindTo(null); $d(); echo "\n";
50 $d = $staticScoped->bindTo(null); $d(); echo "\n";
51 $d = $nonstaticScoped->bindTo(null); var_dump($d); echo "\n";
54 $d = $staticUnscoped->bindTo(new A);
55 $d = $nonstaticUnscoped->bindTo(new A); $d(); echo " (should be scoped to dummy class)\n";
56 $d = $staticScoped->bindTo(new A);
57 $d = $nonstaticScoped->bindTo(new A); $d(); echo "\n";
60 $d = $nonstaticUnscoped->bindTo(new B); $d(); echo " (should be scoped to dummy class)\n";
61 $d = $nonstaticScoped->bindTo(new B); $d(); echo "\n";
[all …]
H A Dbug60738.phpt19 object(Closure)#%d (3) {
21 string(%d) "{closure:%s:%d}"
23 string(%d) "%s"
25 int(%d)
28 Notice: Error! in %s on line %d
/php-src/ext/zend_test/tests/
H A Dobserver_types_01.phpt28 </Error::getTraceAsString:'#0 %s(%d): foo(42)
30 …r::__toString:'TypeError: foo(): Argument #1 ($a) must be of type array, int given, called in %s:%d
32 #0 %s%eobserver_types_%d.php(%d): foo(42)
35 …rror: Uncaught TypeError: foo(): Argument #1 ($a) must be of type array, int given, called in %s:%d
37 #0 %s%eobserver_types_%d.php(%d): foo(42)
39 thrown in %s%eobserver_types_%d.php on line %d
/php-src/Zend/tests/lazy_objects/
H A Dreset_as_lazy_ignores_additional_props.phpt20 public readonly int $d;
23 $this->d = 1;
59 var_dump($obj->d ?? 'undef');
67 lazy ghost object(B)#%d (1) {
72 object(B)#%d (2) {
80 lazy ghost object(C)#%d (1) {
85 object(C)#%d (2) {
93 lazy ghost object(D)#%d (0) {
94 ["d"]=>
98 object(D)#%d (2) {
[all …]
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_overflow.phpt44 printf("%d\n", zend_test_zend_ini_parse_quantity($value));
63 # No overflow 004: "%d"
64 %d
67 # No overflow 005: "-%d"
68 -%d
79 # Subject overflow 001: "%d"
81 Warning: Invalid quantity "%d": value is out of range, using overflow result for backwards compatib…
85 # Subject overflow 002: "-%d"
87 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
93 …ty "%dK": value is out of range, using overflow result for backwards compatibility in %s on line %d
[all …]
/php-src/ext/date/lib/
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
113 static double astro_GMST0(double d) in astro_GMST0() argument
133 static void astro_sunpos(double d, double *lon, double *r) in astro_sunpos() argument
144 M = astro_revolution(356.0470 + 0.9856002585 * d); in astro_sunpos()
145 w = 282.9404 + 4.70935E-5 * d; in astro_sunpos()
146 e = 0.016709 - 1.151E-9 * d; in astro_sunpos()
165 astro_sunpos(d, &lon, r); in astro_sun_RA_dec()
172 obl_ecl = 23.4393 - 3.563E-7 * d; in astro_sun_RA_dec()
238 t_utc->d = t_loc->d; in timelib_astro_rise_set_altitude()
244 d = timelib_ts_to_j2000(timestamp) + 2 - lon/360.0; in timelib_astro_rise_set_altitude()
[all …]
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_013.phpt87 object(stdClass)#%d (3) {
96 object(stdClass)#%d (3) {
104 object(stdClass)#%d (3) {
112 object(stdClass)#%d (3) {
120 object(stdClass)#%d (3) {
131 object(stdClass)#%d (3) {
140 object(stdClass)#%d (3) {
148 object(stdClass)#%d (3) {
156 object(stdClass)#%d (3) {
164 object(stdClass)#%d (3) {
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_autocommit_oo.phpt26 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
29 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
40 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
47 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
54 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
57 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
60 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
63 printf("[014] Expecting 1 row in table test, found %d rows. [%d] %s\n",
69 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
72 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
/php-src/ext/opcache/tests/opt/
H A Dgh14873.phpt59 ; (lines=43, args=0, vars=0, tmps=%d)
62 0000 INIT_FCALL 1 %d string("var_dump")
63 0001 INIT_FCALL 1 %d string("testtrim1")
68 0006 INIT_FCALL 1 %d string("var_dump")
74 0012 INIT_FCALL 1 %d string("var_dump")
80 0018 INIT_FCALL 1 %d string("var_dump")
86 0024 INIT_FCALL 1 %d string("var_dump")
92 0030 INIT_FCALL 1 %d string("var_dump")
98 0036 INIT_FCALL 1 %d string("var_dump")
107 ; (lines=4, args=1, vars=1, tmps=%d)
[all …]
/php-src/ext/standard/tests/array/
H A Dshuffle_basic1.phpt79 int(%d)
81 int(%d)
83 int(%d)
85 int(%d)
87 int(%d)
89 int(%d)
91 int(%d)
93 int(%d)
95 int(%d)
126 string(%d) "%s"
[all …]
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite6.phar3 $d = dirname(__FILE__) . "/copyonwrite6";
4 mkdir($d);
5 file_put_contents($d . "/file1", "file1\n");
6 file_put_contents($d . "/file2", "file2\n");
7 …ar->buildFromIterator(new RecursiveDirectoryIterator($d, RecursiveDirectoryIterator::SKIP_DOTS),$d
8 $arr = $phar->buildFromDirectory($d);
/php-src/ext/simplexml/tests/
H A Dsxe_001.phpt30 object(SimpleXMLIterator)#%d (2) {
37 object(SimpleXMLIterator)#%d (3) {
44 object(SimpleXMLIterator)#%d (0) {
47 object(SimpleXMLIterator)#%d (1) {
49 object(SimpleXMLIterator)#%d (1) {
51 object(SimpleXMLIterator)#%d (1) {
53 object(SimpleXMLIterator)#%d (0) {
/php-src/Zend/tests/fibers/
H A Dticks.phpt26 …tal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sticks.php:%d
28 #0 %sticks.php(%d): Fiber::suspend()
29 #1 %s(%d): {closure:%s:%d}()
30 #2 [internal function]: {closure:%s:%d}()
31 #3 %sticks.php(%d): Fiber->start()
33 thrown in %sticks.php on line %d

Completed in 28 milliseconds

1...<<11121314151617181920>>...282