Home
last modified time | relevance | path

Searched refs:from (Results 201 – 225 of 1416) sorted by relevance

12345678910>>...57

/php-src/ext/opcache/tests/jit/
H A Dqm_assign_001.phpt12 Deprecated: Implicit conversion from float 1.5 to int loses precision in %sqm_assign_001.php on lin…
14 Deprecated: Implicit conversion from float 1.5 to int loses precision in %sqm_assign_001.php on lin…
H A Dmul_007.phpt17 Deprecated: Implicit conversion from float 1.5 to int loses precision in %smul_007.php on line 3
19 Deprecated: Implicit conversion from float 0.5 to int loses precision in %smul_007.php on line 3
/php-src/Zend/tests/enum/
H A Dbacked-from-invalid-string.phpt2 BackedEnum::from() reject invalid string
14 var_dump(Suit::from('A'));
/php-src/ext/standard/tests/dir/
H A Dopendir_variation5.phpt13 * remove the execute permission from the parent dir and test opendir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test opendir()
15 * 2) remove execute permission from 2nd parent and test opendir()
39 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
/php-src/ext/standard/tests/file/
H A Duserwrapper.phpt12 function rename($from, $to) {
13 print "Renaming $from to $to\n";
39 rename('test://example.com/path/to/from', 'test://example.com/path/to/to');
41 @rename('test://example.com/path/to/from', 'http://example.com/path/to/to');
50 Renaming test://example.com/path/to/from to test://example.com/path/to/to
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt25 …O::setAttribute(int attribute, mixed value) has changed the type of value from %s to %s, test will…
66 Read options from the named option file instead of from my.cnf.
69 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unset.phpt10 throw new RuntimeException("thrown from destructor");
38 Caught: thrown from destructor
50 Caught: thrown from destructor
/php-src/ext/standard/tests/mail/
H A Dgh10990.phpt12 $from = 'test@example.com';
13 $headers = ['From' => &$from];
/php-src/Zend/tests/
H A Dreturn_by_ref_from_void_function.phpt2 Returning by reference from void function is deprecated
14 Deprecated: test(): Returning by reference from a void function is deprecated in %s on line %d
/php-src/ext/standard/tests/array/
H A Dshuffle_basic1.phpt27 echo "\n-- return value from shuffle() function --\n";
28 var_dump( shuffle($array_arg_int) ); // prints the return value from shuffle() function
40 echo "\n-- return value from shuffle() function --\n";
41 var_dump( shuffle($array_arg_strings) ); // prints the return value from shuffle() function
73 -- return value from shuffle() function --
120 -- return value from shuffle() function --
H A Darray_diff_assoc_variation9.phpt21 echo "\n-- Compare subarrays from two 2-D arrays --\n";
27 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
77 -- Compare subarrays from two 2-D arrays --
105 -- Compare a subarray from one 2-D array and one 2-D array --
/php-src/tests/func/
H A D004.phpt27 echo "Returned from function call...\n";
31 echo "Returned from function call...\n";
54 Returned from function call...
63 Returned from function call...
/php-src/tests/lang/
H A DforeachLoopObjects.005.phpt14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
46 Removing properties before the current element from an iterated object.
62 Removing properties before the current element from an iterated object.
/php-src/ext/reflection/tests/
H A DReflectionParameter_002.phpt22 echo "Parameters from staticMethod:\n\n";
37 echo "Parameters from instanceMethod:\n\n";
52 Parameters from staticMethod:
66 Parameters from instanceMethod:
H A DReflectionParameter_003.phpt12 echo "hello from test\n";
25 echo "parameter names from staticMethod method:\n\n";
56 hello from test
60 parameter names from staticMethod method:
/php-src/ext/pgsql/tests/
H A D27large_object_oid.phpt19 echo "create LO from int\n";
27 echo "create LO from string\n";
46 create LO from int
47 create LO from string
/php-src/ext/dom/tests/modern/spec/
H A DNodeList_dimensions.phpt50 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
52 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
54 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
56 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
/php-src/Zend/tests/generators/
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
12 yield from $gen;
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)
19 var_dump(yield from gen1());
/php-src/ext/fileinfo/tests/
H A Dbug71434.phpt10 from serial import Serial
11 from sys import exit
/php-src/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt30 * data/JISX0208.txt, which comes from the Unicode Consortium */
36 /* Single bytes from 0x0-0x20 are allowed */
88 function testValid($from, $to, $bothWays = true) {
89 identifyValidString($from, 'ISO-2022-JP-2004');
96 if (substr($from, 0, 3) == "\x1B(B")
97 $from = substr($from, 3, strlen($from) - 3);
100 …if (strpos($from, "\x1B\$B") !== false || strpos($from, "\x1B\$(Q") !== false || strpos($from, "\x…
101 $from .= "\x1B(B";
107 function testInvalid($from, $to) {
131 echo "Codepoints from U+0080-009F are rejected\n";
[all …]
H A Dcp5022x_encoding.phpt102 identifyValidString($from, $encoding);
108 if ($from[0] == "\x0F")
109 $from = substr($from, 1, strlen($from) - 1);
111 if (substr($from, 0, 3) == "\x1B(B")
112 $from = substr($from, 3, strlen($from) - 3);
115 …if (strpos($from, "\x1B\$B") !== false || strpos($from, "\x1B(J") !== false || strpos($from, "\x1B…
116 $from .= "\x1B(B";
117 if ($encoding == 'CP50222' && $from[0] == "\x0E")
118 $from .= "\x0F";
124 function testInvalid($from, $to, $encoding) {
[all …]
/php-src/ext/pcntl/tests/
H A Dpcntl_realtime_signal.phpt12 printf("got realtime signal from %s, ruid:%s\n", $siginfo['pid'] ?? '', $siginfo['uid'] ?? '');
20 %rgot realtime signal from \d+, ruid:\d+%r
/php-src/ext/calendar/tests/
H A Dunixtojd.phpt24 // -if omitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning
27 // -if omitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
31 // but returns -1 day from expected because its input is -1 from expected
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation2.phpt25 echo "\n\nWrite some data from the server:\n";
29 echo "\n\nRead some data from the client:\n";
80 Write some data from the server:
101 Read some data from the client:

Completed in 26 milliseconds

12345678910>>...57