Home
last modified time | relevance | path

Searched refs:functions (Results 26 – 50 of 536) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/array/
H A Darray_uintersect_variation5.phpt2 Test array_uintersect() function : usage variation - differing comparison functions
5 echo "*** Testing array_uintersect() : usage variation - differing comparison functions***\n";
34 *** Testing array_uintersect() : usage variation - differing comparison functions***
H A Duasort_variation8.phpt6 * Passing different built-in library functions in place of 'cmp_function'
7 * valid comparison functions: strcmp() & strcasecmp()
16 // Testing library functions as comparison function
H A Darray_filter_variation4.phpt6 * Passing different types of callback functions to array_filter()
13 echo "*** Testing array_filter() : usage variation - different 'callback' functions***\n";
54 *** Testing array_filter() : usage variation - different 'callback' functions***
/php-src/sapi/phpdbg/tests/
H A Dphpdbg_oplog_001.phpt2 Test phpdbg_*_oplog() functions
57 var_dump(phpdbg_end_oplog(["functions" => true]));
/php-src/ext/pgsql/tests/
H A D07optional.phpt2 PostgreSQL optional functions
9 // optional functions
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
12 // optional functions
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
9 // optional functions
/php-src/ext/reflection/tests/types/
H A DReflectionType_possible_types.phpt6 $functions = [
20 foreach ($functions as $function) {
/php-src/Zend/tests/named_params/
H A Dinternal.phpt2 Named params on internal functions
13 // Named params work with specialized functions.
/php-src/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt2 Test is_callable() function : usage variations - undefined functions
5 function check_iscallable( $functions ) {
7 foreach($functions as $func) {
20 echo "\n*** Testing is_callable() on undefined functions ***\n";
50 *** Testing is_callable() on undefined functions ***
/php-src/ext/standard/tests/file/
H A Dglob_basic.phpt2 Test glob() function: basic functions
5 echo "*** Testing glob() : basic functions ***\n";
47 *** Testing glob() : basic functions ***
H A D007_variation17.phpt2 Test fopen and fclose() functions - usage variations - "rb" mode
18 echo "*** Test fopen() & fclose() functions: with 'rb' mode ***\n";
34 *** Test fopen() & fclose() functions: with 'rb' mode ***
H A D007_variation1.phpt2 Test fopen and fclose() functions - usage variations - "r" mode
18 echo "*** Test fopen() & fclose() functions: with 'r' mode ***\n";
34 *** Test fopen() & fclose() functions: with 'r' mode ***
H A D007_variation9.phpt2 Test fopen and fclose() functions - usage variations - "rt" mode
18 echo "*** Test fopen() & fclose() functions: with 'rt' mode ***\n";
34 *** Test fopen() & fclose() functions: with 'rt' mode ***
H A Dstat_variation4-win32.phpt2 Test stat() functions: usage variations - effects of is_dir() & is_file()
26 with is_dir() and is_file() functions ***\n";
74 with is_dir() and is_file() functions ***
H A D007_variation18.phpt2 Test fopen and fclose() functions - usage variations - "r+b" mode
18 echo "*** Test fopen() & fclose() functions: with 'r+b' mode ***\n";
36 *** Test fopen() & fclose() functions: with 'r+b' mode ***
H A D007_variation2.phpt2 Test fopen and fclose() functions - usage variations - "r+" mode
18 echo "*** Test fopen() & fclose() functions: with 'r+' mode ***\n";
36 *** Test fopen() & fclose() functions: with 'r+' mode ***
H A D007_variation10.phpt2 Test fopen and fclose() functions - usage variations - "r+t" mode
18 echo "*** Test fopen() & fclose() functions: with 'r+t' mode ***\n";
36 *** Test fopen() & fclose() functions: with 'r+t' mode ***
/php-src/
H A DCODING_STANDARDS.md33 1. Functions that are tightly integrated with other functions within the same
44 calculated with `strlen()`. Write your functions in such a way so that
81 1. The return type of "is" or "has" style functions should be `bool`,
83 return value for functions that perform some operation that may
86 ## User functions/methods naming conventions
88 1. Function names for user-level functions should be enclosed with in the
118 1. If they are part of a "parent set" of functions, that parent should be
122 A family of `foo` functions, for example:
259 line between two functions, preferably two. Always prefer:
292 ## New and experimental functions
[all …]
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt5 registerPHPFunctions adds the new functions to the allowed parameter
6 list - it does not replace the previously allowed functions.
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt5 registerPHPFunctions adds the new functions to the allowed parameter
6 list - it does not replace the previously allowed functions.
/php-src/ext/standard/tests/strings/
H A Dlocale_independent_float_to_string.phpt26 echo "- *printf functions:\n";
67 - *printf functions:
88 - *printf functions:
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md11 internal PHP wrapper functions can set these error codes when appropriate. For
54 functions:
63 Node the extra `s` in the functions' names (`errors`, not `error`).
74 * Intl methods and functions should return `FALSE` on error (even argument
82 * Intl functions and methods should reset the global error before doing anything
87 operates, where functions return immediately if an error is set.
97 plain functions mapped to the same internal functions as their instance methods.
/php-src/ext/posix/
H A Dconfig.m42 [whether to enable POSIX-like functions],
4 [Disable POSIX-like functions])],
8 AC_DEFINE(HAVE_POSIX, 1, [whether to include POSIX-like functions])
/php-src/ext/session/tests/
H A Dbug74514.phpt2 Bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode.
16 Therefore, once HTTP header is considered as sent, these functions emits

Completed in 26 milliseconds

12345678910>>...22