Home
last modified time | relevance | path

Searched refs:to (Results 226 – 250 of 4426) sorted by relevance

12345678910>>...178

/PHP-8.0/
H A DCONTRIBUTING.md1 # Contributing to PHP
31 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
50 sent to the pull request mailing list. Sending a note to PHP Internals list
63 [guide to reporting a bug](https://bugs.php.net/how-to-report.php).
82 You may also want to read
107 There are two ways to contribute to the PHP manual. You can edit the manual and
116 If you are having trouble contributing to PHP, or just want to talk to a human
248 or pointer to the bug to pecl-dev@lists.php.net. Also CC the extension
296 with regards to Git usage will:
312 of the code you want to contribute to.
[all …]
/PHP-8.0/ext/standard/tests/file/
H A Dcopy_variation10.phpt5 /* Test copy(): Try copying source file to desntination file, where destination file name is identi…
9 echo "*** Test copy(): Trying to create a copy of file with the same source name ***\n";
26 *** Test copy(): Trying to create a copy of file with the same source name ***
H A Dstream_rfc2397_006.phpt29 …e_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhcg==): Failed to open stream: rfc2397: unable to deco…
32 …ile_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): Failed to open stream: rfc2397: unable to deco…
H A Dsymlink_link_linkinfo_is_link_basic2.phpt2 Test symlink(), linkinfo(), link() and is_link() functions: basic functionality - link to dirs
16 /* Creating soft/hard link to the temporary dir $dirname and checking
17 linkinfo() and is_link() on the link created to $dirname */
24 // name of the soft link created to $dirname
27 // name of the hard link created to $dirname
32 // creating soft link to $dirname
34 // gets information about soft link created to directory; expected: true
44 // creating hard link to $dirname; expected: false
/PHP-8.0/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt2 Test if socket_create_listen() returns false, when it cannot bind to the port.
17 die('SKIP Test cannot be run in environment that will allow binding to port 80 (azure)');
24 Warning: socket_create_listen(): unable to bind to given address [13]: Permission denied in %s on l…
/PHP-8.0/tests/output/
H A Dob_end_flush_basic_001.phpt27 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
33 Notice: ob_end_flush(): Failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
5 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **…
12 echo "This is being written to a user buffer.\n";
22 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***
/PHP-8.0/ext/standard/tests/streams/
H A Dbug76943.phpt18 Warning: stream_wrapper_restore(): foo:// never existed, nothing to restore in %s on line %d
21 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
24 Warning: stream_wrapper_restore(): foo:// never existed, nothing to restore in %s on line %d
27 Notice: stream_wrapper_restore(): phar:// was never changed, nothing to restore in %s on line %d
H A Dglob-wrapper.phpt15 echo "Failed to open $spec\n";
29 Warning: opendir(%s): Failed to open directory: Operation not permitted in %s%eglob-wrapper.php on …
30 Failed to open %s
35 Warning: opendir(glob://%s): Failed to open directory: operation failed in %s%eglob-wrapper.php on …
36 Failed to open glob://%s
/PHP-8.0/ext/session/tests/
H A Dsession_destroy_variation1.phpt27 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
30 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
33 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
36 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
/PHP-8.0/Zend/tests/array_unpack/
H A Dalready_occupied.phpt2 Appending to an array via unpack may fail
31 Cannot add element to the array as the next element is already occupied
32 Cannot add element to the array as the next element is already occupied
33 Cannot add element to the array as the next element is already occupied
/PHP-8.0/Zend/tests/
H A Dbug71572.phpt30 Cannot assign an empty string to a string offset
31 Cannot assign an empty string to a string offset
32 Cannot assign an empty string to a string offset
33 Cannot assign an empty string to a string offset
H A Dclosure_015.phpt2 Closure 015: converting to string/unicode
20 Object of class Closure could not be converted to string
21 Object of class Closure could not be converted to string
H A Ddim_assign_001.phpt2 JIT - Assigning to arrays using string key which parses to an integer
5 /* We are going to store a value in an array, using the key "1"
6 * PHP should always convert such strings to integers when storing or retrieving
12 * Also, the test will do this in a way which guarantees PHP won't be able to
/PHP-8.0/ext/standard/tests/strings/
H A Dbug36306.phpt6 /* as an example how to write crc32 tests
9 Have to find some small strings to truly reproduce
H A Dhtmlentities23.phpt31 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
38 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
45 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
52 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
59 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
66 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
73 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
80 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
87 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
94 …ted for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in …
[all …]
/PHP-8.0/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt33 die("Failed to start child. ");
41 echo "Running `$cmd` to check the process indeed exists:\n";
45 echo "Sending ", get_evt_name($evt), " to child $child_pid\n";
48 …echo ($ret ? "Successfully" : "Unsuccessfuly"), " sent ", get_evt_name($evt), " to child $child_pi…
82 Running `tasklist /FI "PID eq %d" /NH` to check the process indeed exists:
84 Sending CTRL+C to child %d
85 Successfully sent CTRL+C to child %d
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation9.phpt6 * Passing different types of callback functions to array_walk_recursive()
18 // dump the arguments to check that they are passed
22 echo "\n"; // new line to separate the output between each element
29 // dump the arguments to check that they are passed
32 echo "\n"; // new line to separate the output between each element
43 echo "-- passing one more parameter to function with two parameters --\n";
80 -- passing one more parameter to function with two parameters --
H A Darray_walk_variation9.phpt6 * Passing different types of callback functions to array_walk()
18 // dump the arguments to check that they are passed
22 echo "\n"; // new line to separate the output between each element
29 // dump the arguments to check that they are passed
32 echo "\n"; // new line to separate the output between each element
43 echo "-- passing one more parameter to function with two parameters --\n";
80 -- passing one more parameter to function with two parameters --
H A Darray_intersect_assoc_variation5.phpt7 * associative arrays having different possible keys to $arr1 argument.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr1 argument ***\n";
22 // different variations of associative arrays to be passed to $arr1 argument
55 // array to be passsed to $arr2 argument
60 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
77 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr1 argument ***
H A Darray_intersect_assoc_variation6.phpt7 * associative arrays having different possible keys to $arr2 argument.
11 echo "*** Testing array_intersect_assoc() : assoc array with diff keys to \$arr2 argument ***\n";
22 // different variations of associative arrays to be passed to $arr2 argument
55 // array to be passsed to $arr1 argument
60 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
77 *** Testing array_intersect_assoc() : assoc array with diff keys to $arr2 argument ***
/PHP-8.0/ext/pdo_firebird/tests/
H A Dpayload_server.inc12 // First, wait for the payload server to declare itself ready.
40 // Now wait for a connection to succeed.
42 // it might not be listening yet...need to wait until fsockopen() call returns
43 $error = "Unable to connect to server\n";
53 // Success, Connected to servers
73 /* Wait for server to shutdown */
/PHP-8.0/ext/intl/tests/
H A Ddateformat_get_locale.phpt31 $res_str .= "\nAfter call to get_locale : locale= $locale";
52 After call to get_locale : locale= de_DE
55 After call to get_locale : locale= sl
58 After call to get_locale : locale= en
61 After call to get_locale : locale= hi
H A Dtransliterator_transliterate_variant1.phpt27 Warning: transliterator_transliterate(): String conversion of id to UTF-16 failed in %s on line %d
31 String conversion of id to UTF-16 failed: U_INVALID_CHAR_FOUND
33 Warning: transliterator_transliterate(): transliterator_create: unable to open ICU transliterator w…
35 …eate transliterator with ID "inexistent id" (transliterator_create: unable to open ICU translitera…
37 transliterator_create: unable to open ICU transliterator with id "inexistent id": U_INVALID_ID
/PHP-8.0/docs/
H A Dparameter-parsing-api.md6 This API uses inlining to improve applications performance compared with the
15 of parameters, and try to output meaningful error messages.
26 the extension function, the type specifier string, and the list of pointers to
52 reading the arguments from the stack, it receives a single zval to convert
62 that need to be passed by address. All passed parameters are set if the PHP
95 by the parsing function if they are not passed to it.
111 and `size_t` to strings length (i.e. for "s" you need to pass char `*` and
135 php ./scripts/dev/check_parameters.php /path/to/your/sources/
161 If null is passed for object, obj will be set to NULL. */
180 * The function expects a pointer to a size_t in this case, not a long
[all …]

Completed in 50 milliseconds

12345678910>>...178