Home
last modified time | relevance | path

Searched refs:be (Results 1601 – 1625 of 3246) sorted by relevance

1...<<61626364656667686970>>...130

/PHP-7.0/Zend/tests/
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug33257.phpt19 Notice: Only variables should be passed by reference in %sbug33257.php on line 10
H A Dbug46381.phpt17 Fatal error: Uncaught Error: Non-static method ArrayIterator::current() cannot be called statically…
H A Dbug48248.phpt26 Notice: Only variable references should be returned by reference in %s on line %d
H A Dbug32322.phpt71 Notice: Only variables should be assigned by reference in %sbug32322.php on line 49
77 Notice: Only variables should be assigned by reference in %sbug32322.php on line 55
/PHP-7.0/ext/standard/tests/misc/
H A Dtime_nanosleep_error3.phpt17 Warning: time_nanosleep(): The seconds value must be greater than 0 in %stime_nanosleep_error3.php …
H A Dtime_nanosleep_error4.phpt17 Warning: time_nanosleep(): The nanoseconds value must be greater than 0 in %stime_nanosleep_error4.…
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME9 there will be no new development. New projects are advised to use the new PCRE2
58 https://github.com/YasserAsmi/regexp, which aims to be simple and similar in
71 an existing program that uses the POSIX API, pcreposix.h will have to be
143 PCRE can also be configured using the GUI facility provided by CMake's
147 PCRE has been compiled on many different operating systems. It should be
171 to the directory where you want the files to be created. This command is a
223 will be a compile time error.
266 to be some failures. With --enable-newline-is-anycrlf or
385 Of course, the relevant libraries must be installed on your system.
392 The value must be a plain integer. The default is 20480.
[all …]
/PHP-7.0/
H A DREADME.REDIST.BINS35 may be used to endorse or promote products derived from this software
73 It is my intent that you should be able to use this on your system,
92 Some of the tricks in BF_ROUND might be inspired by Eric Young's
93 Blowfish library (I can't be sure if I would think of something if I
142 3. The names of its contributors may not be used to endorse or promote
175 Modifications to this software may be copyrighted by their authors
198 software shall be classified as "Commercial Computer Software" and the
222 2. Altered source versions must be plainly marked as such, and must not be
291 The authors can be contacted at <libzip@nih.at>
302 3. The names of the authors may not be used to endorse or promote
[all …]
H A DREADME.RELEASE_PROCESS11 2. Package two days before a release. So if the release is to be on Thursday,
32 6. Verify the tags to be extra sure everything was tagged properly.
53 For Moving extensions from PECL to php-src the svn mv has to be tone the other
97 and output verification information to be included in announcement email
103 15. Now the RC can be found on http://downloads.php.net/yourname,
107 (internals-win@lists.php.net) so that Windows binaries can be created. Once
108 those are made, they should be placed into the same directory as the source snapshots.
131 and RCs are configured here. Only $QA_RELEASES needs to be edited.
140 a. ``$PHP_x_RC`` = "5.4.0RC1" (should be set to "false" before)
157 2. If a CVE commit needs to be merged to the release, then have it committed to
[all …]
/PHP-7.0/sapi/phpdbg/
H A D.phpdbginit87 # PHP has many functions that might be useful
101 # The output of shell commands will usually be more
/PHP-7.0/ext/standard/tests/array/
H A Darray_filter_error.phpt19 * Parameters : $input - array for which each elements should be checked into the function
48 Warning: array_filter() expects parameter 2 to be a valid callback, function 'even' not found or in…
H A Darray_fill_keys.phpt15 Warning: array_fill_keys() expects parameter 1 to be array, string given in %s on line %d
/PHP-7.0/ext/gmp/tests/
H A Dgmp_export.phpt70 Warning: gmp_export(): Word size must be positive, -1 given in %s on line %d
73 Warning: gmp_export(): Word size must be positive, 0 given in %s on line %d
/PHP-7.0/ext/zip/
H A DLICENSE_libzip3 The authors can be contacted at <libzip@nih.at>
17 3. The names of the authors may not be used to endorse or promote
/PHP-7.0/ext/spl/internal/
H A Drecursivecachingiterator.inc47 * will be created.
81 * @note The check whether the Iterator for the children can be created was
/PHP-7.0/ext/session/tests/
H A Dsession_save_path_error.phpt40 // Unexpected values to be passed as arguments
176 Warning: session_save_path() expects parameter 1 to be string, resource given in %s on line %d
/PHP-7.0/ext/imap/tests/
H A Dimap_createmailbox_basic.phpt23 echo "Newname will be '$newname'\n";
60 Newname will be 'phpnewbox'
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_free_result.phpt69 Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in %s on line …
76 Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in %s on line …
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_csr_export_to_file_basic.phpt73 Warning: openssl_csr_export_to_file() expects parameter 1 to be resource, string given in %s on lin…
81 Warning: openssl_csr_export_to_file() expects parameter 1 to be resource, array given in %s on line…
/PHP-7.0/ext/standard/tests/file/
H A Dfgets_variation2.phpt55 Warning: fgets() expects parameter 1 to be resource, null given in %s on line %d
60 Warning: fgets() expects parameter 1 to be resource, null given in %s on line %d
H A Dis_file_variation4.phpt71 Warning: is_file() expects parameter 1 to be a valid path, string given in %s on line %d
75 Warning: is_file() expects parameter 1 to be a valid path, string given in %s on line %d
/PHP-7.0/ext/pcre/tests/
H A Dpreg_replace_error1.phpt34 Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in %spreg_replace_error1.p…
58 Catchable fatal error: Object of class stdClass could not be converted to string in %spreg_replace_…
/PHP-7.0/tests/lang/operators/
H A Doperator_spaceship_basic.phpt26 // false cannot be tested as 0 can never be > 0 or 1
/PHP-7.0/tests/lang/
H A DreturnByReference.006.phpt48 Notice: Only variable references should be returned by reference in %s on line 15
54 Notice: Only variable references should be returned by reference in %s on line 7

Completed in 28 milliseconds

1...<<61626364656667686970>>...130