Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 536) sorted by last modified time

12345678910>>...22

/php-src/
H A DUPGRADING61 character indices in the same manner as most other mbstring functions. This
74 . odbc_prepare(), odbc_exec(), and various other functions will now return
113 . The functions pcntl_sigprocmask(), pcntl_sigwaitinfo() and
119 Moreover, those functions now always return false on failure.
163 . The xml_set_*_handler() functions now declare and check for an effective
368 . bind_textdomain_codeset, textdomain and d(*)gettext functions now throw an exception
492 . Added mb_trim, mb_ltrim and mb_rtrim functions.
495 . Added mb_ucfirst and mb_lcfirst functions.
513 functions to support the AEGIS family of authenticated encryption algorithms,
515 . sodium_crypto_aead_aes256gcm_*() functions are now enabled on aarch64 CPUs
[all …]
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 …]
H A DNEWS64 . bind_textdomain_codeset, textdomain and d(*)gettext functions
H A Dconfigure.ac387 dnl QNX requires unix.h to allow functions in libunix to work properly.
577 dnl Checks for library functions.
648 dnl Check for functions inside their belonging headers.
/php-src/ext/xsl/
H A Dphp_xsl.stub.php119 public function registerPHPFunctions(array|string|null $functions = null): void {} argument
H A Dphp_xsl_arginfo.h42 ZEND_ARG_TYPE_MASK(0, functions, MAY_BE_ARRAY|MAY_BE_STRING|MAY_BE_NULL, "null")
/php-src/ext/soap/
H A Dsoap.c2586 ZEND_HASH_MAP_FOREACH_PTR(&sdl->functions, function) {
4089 if ((tmp = zend_hash_str_find_ptr(&sdl->functions, str, len)) != NULL) {
4108 ZEND_HASH_MAP_FOREACH_PTR(&sdl->functions, tmp) {
H A Dsoap.stub.php522 * @param array|string|int $functions
525 public function addFunction($functions): void {} argument
H A Dsoap_arginfo.h80 ZEND_ARG_INFO(0, functions)
H A Dphp_sdl.c1557 sdlFunctionPtr *functions = NULL; in get_sdl_from_cache() local
1719 sdl_deserialize_key(&sdl->functions, func, &in); in get_sdl_from_cache()
1776 functions[i] = func; in get_sdl_from_cache()
1794 if (functions) { in get_sdl_from_cache()
1795 efree(functions); in get_sdl_from_cache()
2306 i = zend_hash_num_elements(&sdl->functions); in add_sdl_to_cache()
3094 …zend_hash_init(&psdl->functions, zend_hash_num_elements(&sdl->functions), NULL, delete_function_pe… in make_persistent_sdl()
3095 if (zend_hash_num_elements(&sdl->functions)) { in make_persistent_sdl()
3105 zend_hash_next_index_insert_ptr(&psdl->functions, pfunc); in make_persistent_sdl()
3148 zend_hash_destroy(&tmp->functions); in delete_psdl_int()
[all …]
H A Dphp_sdl.h52 HashTable functions; /* array of sdlFunction */ member
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc2338 /* alloca() may be used only in functions */
8539 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
8554 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
10137 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
/php-src/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-src/docs/source/core/data-structures/
H A Dreference-counting.rst214 The ``GC_PROTECTED`` flag is used to protect against recursion in various internal functions. For
/php-src/Zend/
H A Dzend_API.h279 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ argument
280 INIT_CLASS_ENTRY_EX(class_container, class_name, strlen(class_name), functions)
282 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ argument
287 class_container.info.internal.builtin_functions = functions; \
290 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions) \ argument
321 class_container.info.internal.builtin_functions = functions; \
325 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ argument
326 INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions)
378 …_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *func…
379 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
H A Dzend_builtin_functions.c2135 if (module->functions) { in ZEND_FUNCTION()
H A Dzend_API.c2568 …if (module->functions && zend_register_functions(NULL, module->functions, NULL, module_type)==FAIL… in zend_register_module_ex()
2854 …_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *func… in zend_register_functions() argument
2856 const zend_function_entry *ptr = functions; in zend_register_functions()
2977 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
3132 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
3142 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions() argument
3144 const zend_function_entry *ptr = functions; in zend_unregister_functions()
3267 if (module->type == MODULE_TEMPORARY && module->functions) { in module_destructor()
3268 zend_unregister_functions(module->functions, -1, NULL); in module_destructor()
/php-src/build/
H A Dlibtool.m44298 # Compiler flag to turn off builtin functions.
H A Dphp.m4969 dnl This macro is scanned by genif.sh when it builds the internal functions
999 dnl Checks for structures, typedefs, broken functions, etc.
1061 dnl Check type of reentrant time-related functions. Type can be: irix, hpux or
1065 AC_CACHE_CHECK(for type of reentrant time-related functions, ac_cv_time_r_type,[
1108 irix[)] AC_DEFINE(PHP_IRIX_TIME_R,1,[Whether you have IRIX-style functions]) ;;
1227 AC_MSG_CHECKING([for missing declarations of reentrant functions])
/php-src/ext/mbstring/
H A Dconfig.w323 ARG_ENABLE("mbstring", "multibyte string functions", "no");
/php-src/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt18 $functions = [
50 foreach ($functions as $type => $function) {
H A Dscalar_strict.phpt9 $functions = [
41 foreach ($functions as $type => $function) {
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt2 Test file_put_contents() and file_get_contents() functions with 5GB string
/php-src/ext/standard/tests/array/
H A Duasort_variation7.phpt6 * Passing different anonymous functions as 'cmp_function'

Completed in 134 milliseconds

12345678910>>...22