Home
last modified time | relevance | path

Searched refs:from (Results 76 – 100 of 1416) sorted by relevance

12345678910>>...57

/php-src/ext/ffi/tests/
H A Dbug77632b.phpt20 $args = ["test from zend_printf\n"];
22 $args2 = ["Hello, %s from zend_printf\n", "world"];
26 test from zend_printf
27 Hello, world from zend_printf
/php-src/Zend/tests/enum/
H A Dbacked-from-invalid-type.phpt2 BackedEnum::from() reject invalid type
14 var_dump(Suit::from(42));
25 var_dump(Foo::from('H'));
34 Foo::from(): Argument #1 ($value) must be of type int, string given
H A Dno-from.phpt2 Enum no manual from method
9 public static function from(string|int $value): self {
16 Fatal error: Cannot redeclare Foo::from() in %s on line %d
/php-src/ext/zend_test/tests/
H A Dobserver_fiber_02.phpt23 <!-- switching from fiber %s to %s -->
27 <!-- switching from fiber %s to %s -->
29 <!-- switching from fiber %s to %s -->
31 <!-- switching from fiber %s to %s -->
H A Dobserver_fiber_01.phpt27 <!-- switching from fiber %s to %s -->
31 <!-- switching from fiber %s to %s -->
34 <!-- switching from fiber %s to %s -->
36 <!-- switching from fiber %s to %s -->
H A Dobserver_fiber_06.phpt29 <!-- switching from fiber %s to %s -->
33 <!-- switching from fiber %s to %s -->
37 <!-- switching from fiber %s to %s -->
39 <!-- switching from fiber %s to %s -->
/php-src/ext/standard/tests/file/
H A Dfread_variation2.phpt74 // read from file, by giving the file actual size,
106 Reading 1024 bytes from file, expecting 0 bytes ...
115 Reading 1000 bytes from file, expecting 0 bytes ...
125 Reading 1024 bytes from file, expecting 0 bytes ...
134 Reading 1000 bytes from file, expecting 0 bytes ...
144 Reading 1024 bytes from file, expecting 0 bytes ...
153 Reading 1000 bytes from file, expecting 0 bytes ...
163 Reading 1024 bytes from file, expecting 0 bytes ...
172 Reading 1000 bytes from file, expecting 0 bytes ...
182 Reading 1024 bytes from file, expecting 0 bytes ...
[all …]
H A Dfread_variation4.phpt104 Reading 1030 bytes from file, expecting 0 bytes ...
112 Reading 10 bytes from file, expecting 0 bytes ...
129 Reading 10 bytes from file, expecting 0 bytes ...
146 Reading 10 bytes from file, expecting 0 bytes ...
163 Reading 10 bytes from file, expecting 0 bytes ...
180 Reading 10 bytes from file, expecting 0 bytes ...
197 Reading 10 bytes from file, expecting 0 bytes ...
214 Reading 10 bytes from file, expecting 0 bytes ...
231 Reading 10 bytes from file, expecting 0 bytes ...
248 Reading 10 bytes from file, expecting 0 bytes ...
[all …]
H A Dfgets_socket_variation2.phpt38 echo "Write data from the file:\n";
45 echo "\nRead lines from the client\n";
53 echo "\nClose the server side socket and read the remaining data from the client\n";
63 Write data from the file:
66 Read lines from the client
68 Close the server side socket and read the remaining data from the client
/php-src/Zend/tests/generators/
H A Dyield_from_by_reference.phpt2 Yield from by reference is not supported
7 yield from [];
12 Fatal error: Cannot use "yield from" inside a by-reference generator in %s on line %d
H A Dyield_from_non_iterable.phpt2 Yield from non-iterable
7 yield from new stdClass;
18 Can use "yield from" only with arrays and Traversables
/php-src/ext/dom/tests/
H A DDOMDocument_validate_basic.phpt12 <!ELEMENT note (to,from,heading,body)>
14 <!ELEMENT from (#PCDATA)>
20 <from>Jani</from>
/php-src/Zend/tests/
H A Dbug55086.phpt8 public function hello() { return 'hello from t1'; }
12 public function hello() { return 'hello from t2'; }
35 hello from t1
36 hello from t1
H A Dbug46701.phpt30 Deprecated: Implicit conversion from float 3428599296 to int loses precision in %s on line %d
32 Deprecated: Implicit conversion from float 3459455488 to int loses precision in %s on line %d
34 Deprecated: Implicit conversion from float 3459616768 to int loses precision in %s on line %d
44 Deprecated: Implicit conversion from float 3459455488 to int loses precision in %s on line %d
47 Deprecated: Implicit conversion from float 3459616768 to int loses precision in %s on line %d
/php-src/ext/gd/tests/
H A Dcreatefromgd2.phpt17 echo 'test create from gd2: ';
22 echo 'test create from gd2 part: ';
27 test create from gd2: ok
28 test create from gd2 part: ok
/php-src/ext/standard/tests/array/
H A Darray_shift_variation4.phpt6 * Test popping elements from a sub-array and popping an array from an array
20 echo "---- Pop array from array:\n";
26 echo "---- Pop element from array within array:\n";
72 ---- Pop array from array:
88 ---- Pop element from array within array:
/php-src/ext/standard/tests/strings/
H A Dltrim_basic.phpt16 echo "\n-- Trim non-whitespace from a string --\n";
19 echo "\n-- Trim some non-white space characters from a string --\n";
22 echo "\n-- Trim some non-white space characters from a string suing a character range --\n";
36 -- Trim non-whitespace from a string --
39 -- Trim some non-white space characters from a string --
42 -- Trim some non-white space characters from a string suing a character range --
H A Drtrim_basic.phpt18 echo "\n-- Trim non-whitespace from a string --\n";
21 echo "\n-- Trim some non-white space characters from a string --\n";
24 echo "\n-- Trim some non-white space characters from a string using a character range --\n";
37 -- Trim non-whitespace from a string --
40 -- Trim some non-white space characters from a string --
43 -- Trim some non-white space characters from a string using a character range --
/php-src/ext/sockets/tests/
H A Dbug76839.phpt2 Bug #76839: socket_recvfrom may return an invalid 'from' address on MacOS
27 // Send message from sender socket to receiver socket
31 $from = '';
33 socket_recvfrom($receiverSocket, $message, 65535, 0, $from);
36 // Respond to the sender using the 'from' address from socket_recvfrom
37 socket_sendto($receiverSocket, 'Pong!', 5, 0, $from);
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h250 #define SLJIT_CACHE_FLUSH(from, to) \ argument
263 #define SLJIT_CACHE_FLUSH(from, to) argument
271 #define SLJIT_CACHE_FLUSH(from, to) \
272 sys_icache_invalidate((void*)(from), (size_t)((char*)(to) - (char*)(from)))
277 #define SLJIT_CACHE_FLUSH(from, to) \
278 ppc_cache_flush((from), (to))
283 #define SLJIT_CACHE_FLUSH(from, to) \
284 FlushInstructionCache(GetCurrentProcess(), (void*)(from), (char*)(to) - (char*)(from))
288 #define SLJIT_CACHE_FLUSH(from, to) \
295 #define SLJIT_CACHE_FLUSH(from, to) \
[all …]
/php-src/ext/standard/tests/math/
H A Dbug30695.phpt56 Deprecated: Implicit conversion from float 4294967168 to int loses precision in %s on line %d
59 Deprecated: Implicit conversion from float 4294967168 to int loses precision in %s on line %d
61 Deprecated: Implicit conversion from float 4294965248 to int loses precision in %s on line %d
64 Deprecated: Implicit conversion from float 4294967168 to int loses precision in %s on line %d
66 Deprecated: Implicit conversion from float 4294965248 to int loses precision in %s on line %d
69 Deprecated: Implicit conversion from float 4294967168 to int loses precision in %s on line %d
71 Deprecated: Implicit conversion from float 4294965248 to int loses precision in %s on line %d
73 Deprecated: Implicit conversion from float 4294901760 to int loses precision in %s on line %d
/php-src/ext/sysvsem/tests/
H A Dsysv.phpt58 echo "Fail to retrieve Var 1 from Shared memory, return value=$var1.\n";
66 echo "Fail to retrieve Var 2 from Shared memory, return value=$var2.\n";
77 // remove shared memory segmant from SysV
79 echo "Shared memory successfully removed from SysV.\n";
81 echo "Fail to remove shared memory from SysV.\n";
86 echo "semaphore removed successfully from SysV.\n";
88 echo "Fail to remove semaphore from SysV.\n";
102 Shared memory successfully removed from SysV.
103 semaphore removed successfully from SysV.
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt90 identifyValidString($from, $encoding);
95 if (substr($from, 0, 3) == "\x1B(B")
96 $from = substr($from, 3, strlen($from) - 3);
99 …if (strpos($from, "\x1B\$B") !== false || strpos($from, "\x1B(I") !== false || strpos($from, "\x1B…
100 $from .= "\x1B(B";
163 $from = $to = '';
166 $from .= $goodChar;
176 $from = $to = '';
179 $from .= $goodChar;
207 // Switch from JISX 0208 Kanji to ASCII
[all …]
/php-src/ext/exif/
H A Dconfig.m42 [whether to enable EXIF (metadata from images) support],
4 [Enable EXIF (metadata from images) support])])
7 AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitWXExecAllocatorWindows.c53 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument
54 sljit_update_wx_flags((from), (to), (enable_exec))
83 static void sljit_update_wx_flags(void *from, void *to, sljit_s32 enable_exec) in sljit_update_wx_flags() argument
87 sljit_uw start = (sljit_uw)from; in sljit_update_wx_flags()

Completed in 32 milliseconds

12345678910>>...57