Home
last modified time | relevance | path

Searched refs:more (Results 201 – 225 of 447) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt21 echo "\n-- Testing hash_pbkdf2() function with more than expected no. of arguments --\n";
56 -- Testing hash_pbkdf2() function with more than expected no. of arguments --
/PHP-7.4/ext/iconv/
H A Diconv.c727 int more; in _php_iconv_strlen() local
747 more = nbytes > 0; in _php_iconv_strlen()
753 more = in_left > 0; in _php_iconv_strlen()
755 iconv(cd, more ? (char **)&in_p : NULL, more ? &in_left : NULL, (char **) &out_p, &out_left); in _php_iconv_strlen()
812 int more; in _php_iconv_substr() local
867 more = nbytes > 0 && len > 0; in _php_iconv_substr()
873 more = in_left > 0 && len > 0; in _php_iconv_substr()
875 iconv(cd1, more ? (char **)&in_p : NULL, more ? &in_left : NULL, (char **) &out_p, &out_left); in _php_iconv_substr()
965 int more; in _php_iconv_strpos() local
999 more = haystk_nbytes > 0; in _php_iconv_strpos()
[all …]
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt19 * manual, deflate must be called again with more buffer space.
H A Dbug60761.phpt15 // so it follows more of the original code-path than just calling
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_assoc_error.phpt7 * Keys are used to do more restrictive check
H A Darray_intersect_assoc_variation10.phpt7 * Keys are used to do more restrictive check
H A Darray_intersect_assoc_variation7.phpt7 * Keys are used to do more restrictive check
82 // Calling array_intersect_assoc() with more arguments.
H A Darray_intersect_assoc_variation8.phpt7 * Keys are used to do more restrictive check
82 // Calling array_intersect_assoc() with more arguments.
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt36 //more than expected
51 //more than expected
H A Dfgetss1.phpt2 more fgetss() tests
H A Dfile_error.phpt16 var_dump( file($filename, $filename, $filename, $filename) ); // more than expected number of argu…
H A Dsymlink_link_linkinfo_is_link_error2.phpt36 //more than expected
52 //more than expected
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt65 …printf("[008] Cannot find original file content any more. Seems that the trace file got overwritte…
76 …printf("[011] Cannot find original file content any more. Seems that the trace file got overwritte…
/PHP-7.4/ext/simplexml/tests/
H A D006.phpt19 And here some more.
H A D019.phpt19 And here some more.
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt37 // more important to check that all contents are present than order they are returned in
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800_right2.phpt2 Bug #51800 proc_open on Windows hangs forever, the right way to do it with more data
/PHP-7.4/ext/oci8/tests/
H A Derror_bind_3.phpt2 Test some more oci_bind_by_name error conditions
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt42 // check that there are no more results
/PHP-7.4/ext/pdo_firebird/
H A Dconfig.m447 …AC_MSG_ERROR([libfbclient, libgds or libib_util not found! Check config.log for more information.])
/PHP-7.4/ext/imap/tests/
H A Dimap_mail_copy.phpt20 // more tests
H A Dimap_mail_move.phpt20 // more tests
/PHP-7.4/ext/date/tests/
H A Dtimezone_offset_get_error.phpt34 echo "\n-- Testing timezone_offset_get() function with more than expected no. of arguments --\n";
103 -- Testing timezone_offset_get() function with more than expected no. of arguments --
/PHP-7.4/docs/
H A Dunix-build-system.md11 This will allow more fine-grained dependencies.
25 It became more and more apparent that there is a severe need for addressing the
/PHP-7.4/ext/spl/tests/
H A Dbug62978.phpt16 var_dump($a['epic_magic']); // more magic!

Completed in 54 milliseconds

12345678910>>...18