Home
last modified time | relevance | path

Searched refs:to (Results 201 – 225 of 4974) sorted by relevance

12345678910>>...199

/php-src/ext/standard/tests/array/range/
H A Drange_inputs_null_variations.phpt27 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
29 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
36 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
52 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
69 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
83 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
98 Deprecated: range(): Passing null to parameter #1 ($start) of type string|int|float is deprecated i…
100 …g if argument #2 ($end) is a single byte string, argument #2 ($end) converted to 0 in %s on line %d
106 Deprecated: range(): Passing null to parameter #2 ($end) of type string|int|float is deprecated in …
108 … argument #1 ($start) is a single byte string, argument #1 ($start) converted to 0 in %s on line %d
/php-src/ext/phar/tests/
H A Dbug54289.phpt2 Bug #54289 Phar::extractTo() does not accept specific directories to be extracted
16 // we should be able to pull out a directory that's there, but none that share
25 // should also not be able to pull out non-existent ones
28 echo 'failed to throw expected exception';
32 // should also not be able to pull out /, because paths are not "rooted" that way
35 echo 'failed to throw expected exception';
39 // should be able to do by array, too
47 echo 'failed to throw expected exception';
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt9 to change its type to other types */
91 // set to new type
540 Cannot convert to resource type
542 Cannot convert to resource type
544 Cannot convert to resource type
546 Cannot convert to resource type
548 Cannot convert to resource type
550 Cannot convert to resource type
552 Cannot convert to resource type
786 2: Array to string conversion
[all …]
/php-src/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt29 Warning: Transliterator::createFromRules(): String conversion of rules to UTF-16 failed in %s on li…
30 String conversion of rules to UTF-16 failed: U_INVALID_CHAR_FOUND
32 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
33 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
35 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
36 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
/php-src/ext/opcache/tests/
H A Dphp_cli_server.inc22 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'
23 // it might not be listening yet...need to wait until fsockopen() call returns
24 $error = "Unable to connect to server\n";
34 // Success, Connected to servers
54 /* Wait for server to shutdown */
/php-src/ext/standard/tests/file/
H A Dsymlink_to_symlink.phpt2 symlink() using a relative path, and symlink() to a symlink
15 // symlink to a regular file using a relative dest
18 // symlink to a symlink using a relative path
21 // symlink to a non-existent path
25 // symlink to a regular file using an absolute path
28 // symlink to a symlink using an absolute path
/php-src/ext/standard/tests/network/
H A Dtcp6loop.phpt6 …If IPv6 is NOT supported, $errno will be set to something else (indicating parse/getaddrinfo error)
7 …Note: Might be a good idea to export an IPv6 support indicator (such as AF_INET6 exported by ext/s…
26 die('Unable to create AF_INET6 socket [server]');
29 /* Connect to it */
32 die('Unable to create AF_INET6 socket [client]');
38 die('Unable to accept connection');
/php-src/ext/standard/tests/dir/
H A Ddir_variation6.phpt12 * Passing a non-existent directory as argument to dir() function
13 * and checking to see if proper warning message is output.
26 // remove directory and try to open the same(non-existent) directory again
33 // point to a non-existent directory
45 Warning: dir(%s): Failed to open directory: %s in %s on line %d
49 Warning: dir(%s): Failed to open directory: %s in %s on line %d
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation3.phpt9 /* Connect to it */
12 die("Unable to create socket");
20 echo "\n\nSet blocking to false:\n";
24 echo "\n\nSet blocking to true:\n";
54 Set blocking to false:
76 Set blocking to true:
/php-src/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt23 'The path name to the key file.',
24 'The path name to the certificate file.',
25 'The path name to the certificate authority file.',
26 'The pathname to a directory that contains trusted SSL CA certificates in PEM format.',
27 'A list of allowable ciphers to use for SSL encryption.')))
32 will return an error when you attempt to connect.
/php-src/ext/date/tests/
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
15 echo "\n-- Testing gmmktime() function with supplying octal values to arguments --\n";
26 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
32 -- Testing gmmktime() function with supplying octal values to arguments --
35 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
/php-src/ext/ffi/tests/
H A Dgh11934.phpt2 Feature GH-11934 (Allow to pass CData into struct and/or union fields)
14 // Choose integer numbers off the maximum to test copy
136 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
138 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
140 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
142 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
144 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
146 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
148 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
150 Warning: Object of class FFI\CData could not be converted to int in %s on line %d
[all …]
/php-src/tests/output/
H A Dob_end_clean_basic_001.phpt22 Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in %s on line %d
27 Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in %s on line %d
/php-src/Zend/tests/fibers/
H A Dcall-to-ctor-of-terminated-fiber.phpt2 Multiple calls to constructor are prevented after fiber terminated
22 Fatal error: Uncaught FiberError: Cannot call constructor twice in %scall-to-ctor-of-terminated-fib…
24 #0 %scall-to-ctor-of-terminated-fiber.php(%d): Fiber->__construct(Object(Closure))
26 thrown in %scall-to-ctor-of-terminated-fiber.php 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 -->
/php-src/ext/mbstring/tests/
H A Duuencode_encoding.phpt9 /* Using mbstring to convert strings from UUEncode has already been deprecated
16 …die('Expected "' . $uuencode . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($c…
19 …die('Expected ' . bin2hex($raw) . ' to convert to "' . $uuencode . '"; actually got "' . $converte…
24 /* mbstring's uuencode requires the user to strip off the terminating "`\nend\n" */
35 …die("Round-trip failed! Expected " . bin2hex($data) . " to round-trip; actually got " . bin2hex($d…
/php-src/Zend/asm/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person or organization
5 this license (the "Software") to use, reproduce, display, distribute,
6 execute, and transmit the Software, and to prepare derivative works of the
7 Software, and to permit third-parties to whom the Software is furnished to
8 do so, all subject to the following:
H A Dmake_sparc64_sysv_elf_gas.S25 # shift address in %i0 (allocated stack) to lower 16 byte boundary
33 # third argument of make_fcontext() is the context-function to call
34 # store it in the first stack frame, also clear %fp there to indicate
40 # a stack frame. So this code uses an extra trampoline to load
41 # to call the context-function and then do the _exit(0) dance.
48 # Save framepointer to first stack frame but first substract the BIAS
59 # no need to setup boost_context_data, already in %o0 and %o1
/php-src/Zend/tests/
H A D024.phpt20 Warning: Trying to access array offset on null in %s on line %d
27 Warning: Trying to access array offset on null in %s on line %d
44 Warning: Attempt to read property "1" on int in %s on line %d
47 Warning: Attempt to read property "1" on int in %s on line %d
52 Warning: Trying to access array offset on null in %s on line %d
54 Warning: Attempt to read property "1" on int in %s on line %d
56 Warning: Attempt to read property "" on null in %s on line %d
/php-src/ext/xmlreader/tests/
H A D014.phpt24 // Find a node to try modifying
26 // Try to set the value of the element from book1 to movie1
32 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
39 // Try to set the name of the first attribute from "num" to "number"
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt19 "control" means (i) the power, direct or indirect, to cause the
28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
34 and conversions to other media types.
38 copyright notice that is included in or attached to the work
51 to that Work or Derivative Works thereof, that is intentionally
56 to the Licensor or its representatives, including but not limited to
70 copyright license to reproduce, prepare Derivative Works of,
104 excluding those notices that do not pertain to any part of
145 agreed to in writing, Licensor provides the Work (and each
[all …]
/php-src/ext/standard/tests/strings/
H A Dprintf_variation2.phpt26 //array of values to iterate over
162 Warning: Array to string conversion in %s on line %d
166 Warning: Array to string conversion in %s on line %d
172 Warning: Array to string conversion in %s on line %d
176 Warning: Array to string conversion in %s on line %d
182 Warning: Array to string conversion in %s on line %d
186 Warning: Array to string conversion in %s on line %d
192 Warning: Array to string conversion in %s on line %d
196 Warning: Array to string conversion in %s on line %d
202 Warning: Array to string conversion in %s on line %d
[all …]
H A Dsprintf_variation2.phpt26 //array of values to iterate over
141 Warning: Array to string conversion in %s on line %d
144 Warning: Array to string conversion in %s on line %d
149 Warning: Array to string conversion in %s on line %d
152 Warning: Array to string conversion in %s on line %d
157 Warning: Array to string conversion in %s on line %d
160 Warning: Array to string conversion in %s on line %d
165 Warning: Array to string conversion in %s on line %d
168 Warning: Array to string conversion in %s on line %d
173 Warning: Array to string conversion in %s on line %d
[all …]
/php-src/ext/curl/tests/
H A Dserver.inc15 // First, wait for the dev server to declare itself ready.
43 // Now wait for a connection to succeed.
44 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'
45 // it might not be listening yet...need to wait until fsockopen() call returns
46 $error = "Unable to connect to server\n";
56 // Success, Connected to servers
76 /* Wait for server to shutdown */
/php-src/ext/standard/tests/mail/
H A Dmail_variation_win.phpt47 $to = $users[$index];
51 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
55 $res = mail($to, $subject, $message);
61 $mailBox = MailBox::login($to);
86 Warning: mail(): Failed to connect to mailserver at "localhost" port 2525, verify your "SMTP" and "…
89 Warning: mail(): Failed to connect to mailserver at "localplace" port 1025, verify your "SMTP" and …

Completed in 35 milliseconds

12345678910>>...199