Home
last modified time | relevance | path

Searched refs:functions (Results 76 – 100 of 1113) sorted by path

12345678910>>...45

/PHP-7.4/Zend/
H A Dzend_modules.h79 const struct _zend_function_entry *functions; member
H A Dzend_multibyte.c87 ZEND_API int zend_multibyte_set_functions(const zend_multibyte_functions *functions) in zend_multibyte_set_functions() argument
89 zend_multibyte_encoding_utf32be = functions->encoding_fetcher("UTF-32BE"); in zend_multibyte_set_functions()
93 zend_multibyte_encoding_utf32le = functions->encoding_fetcher("UTF-32LE"); in zend_multibyte_set_functions()
97 zend_multibyte_encoding_utf16be = functions->encoding_fetcher("UTF-16BE"); in zend_multibyte_set_functions()
101 zend_multibyte_encoding_utf16le = functions->encoding_fetcher("UTF-16LE"); in zend_multibyte_set_functions()
105 zend_multibyte_encoding_utf8 = functions->encoding_fetcher("UTF-8"); in zend_multibyte_set_functions()
111 multibyte_functions = *functions; in zend_multibyte_set_functions()
H A Dzend_multibyte.h60 ZEND_API int zend_multibyte_set_functions(const zend_multibyte_functions *functions);
/PHP-7.4/build/
H A Dlibtool.m44289 # Compiler flag to turn off builtin functions.
H A Dphp.m4999 dnl This macro is scanned by genif.sh when it builds the internal functions
1029 dnl Checks for structures, typedefs, broken functions, etc.
1115 dnl Check type of reentrant time-related functions. Type can be: irix, hpux or
1119 AC_CACHE_CHECK(for type of reentrant time-related functions, ac_cv_time_r_type,[
1162 irix[)] AC_DEFINE(PHP_IRIX_TIME_R,1,[Whether you have IRIX-style functions]) ;;
1279 AC_MSG_CHECKING([for missing declarations of reentrant functions])
/PHP-7.4/
H A Dconfigure.ac393 dnl checks, if we already have the functions which are usually in libnsl. Also,
414 dnl QNX requires unix.h to allow functions in libunix to work properly.
583 dnl Checks for library functions.
/PHP-7.4/docs/
H A Dinput-filter.md10 functions. To implement your own security policy you will need to write a
H A Dparameter-parsing-api.md9 ## Parameter parsing functions
11 Borrowing from Python's example, there is a set of functions that given the
14 `convert_to_*` conversions. The functions also check for the appropriate number
31 Both functions return `SUCCESS` or `FAILURE` depending on the result.
H A Dself-contained-extensions.md106 for handling arguments passed to your functions. See `./ext/ext_skel.php --help`
H A Dstreams.md21 The main functions are:
39 These (should) behave in the same way as the ANSI stdio functions with similar
71 streams there are a range of functions to do this defined in `php_streams.h`. A
72 brief list of the most commonly used functions:
/PHP-7.4/ext/bcmath/
H A Dconfig.m42 [whether to enable bc style precision math functions],
4 [Enable bc style precision math functions])])
H A Dconfig.w323 ARG_ENABLE("bcmath", "bc style precision math functions", "yes");
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE126 A "library" means a collection of software functions and/or data
128 (which use some of those functions and data) to form executables.
264 functions (ten lines or less in length), then the use of the object
304 rather than copying library functions into the executable, and (2)
/PHP-7.4/ext/bcmath/tests/
H A Dscale.phpt2 BCMath functions return result with requested scale
H A Dscale_ini.phpt2 BCMath functions return result with default scale
/PHP-7.4/ext/ctype/
H A Dconfig.m42 [whether to enable ctype functions],
4 [Disable ctype functions])],
/PHP-7.4/ext/ctype/tests/
H A Dbug25745.phpt2 Bug #25745 (ctype functions fail with non-ascii characters)
/PHP-7.4/ext/curl/tests/
H A Dbug55767.phpt12 * Alias to functions:
H A Dcurl_basic_001.phpt13 * Alias to functions:
H A Dcurl_basic_002.phpt13 * Alias to functions:
H A Dcurl_basic_003.phpt13 * Alias to functions:
H A Dcurl_basic_004.phpt13 * Alias to functions:
H A Dcurl_basic_005.phpt13 * Alias to functions:
H A Dcurl_basic_006.phpt13 * Alias to functions:
H A Dcurl_basic_011.phpt12 * Alias to functions:

Completed in 81 milliseconds

12345678910>>...45