Home
last modified time | relevance | path

Searched refs:functions (Results 1026 – 1050 of 1113) sorted by relevance

1...<<4142434445

/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation8.phpt16 * Alias to functions:
H A Dtouch_variation5-win32.phpt15 * Alias to functions:
H A Dtouch_variation6-win32.phpt16 * Alias to functions:
H A Dfopen_variation14-win32.phpt15 * Alias to functions:
H A Dfopen_variation15-win32.phpt15 * Alias to functions:
H A Dfile.inc2 /* Header file for common file test functions
3 Following functions are provided :
/PHP-7.4/docs/
H A Dself-contained-extensions.md106 for handling arguments passed to your functions. See `./ext/ext_skel.php --help`
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_002.phpt8 * Alias to functions:
H A Dparse_url_basic_008.phpt8 * Alias to functions:
H A Dparse_url_basic_007.phpt8 * Alias to functions:
H A Dparse_url_basic_003.phpt8 * Alias to functions:
/PHP-7.4/Zend/
H A Dzend_API.c2048 …if (module->functions && zend_register_functions(NULL, module->functions, NULL, module->type)==FAI… in zend_register_module_ex()
2140 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,… in zend_register_functions() argument
2142 const zend_function_entry *ptr = functions; in zend_register_functions()
2260 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2383 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2488 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions() argument
2490 const zend_function_entry *ptr = functions; in zend_unregister_functions()
2586 if (module->type == MODULE_TEMPORARY && module->functions) { in module_destructor()
2587 zend_unregister_functions(module->functions, -1, NULL); in module_destructor()
/PHP-7.4/
H A DNEWS824 . Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb,
964 . Fixed bug #79200 (Some iconv functions cut Windows-1258). (cmb)
1331 compiled functions). (Majkl578)
1475 . Fixed bug #78314 (missing freetype support/functions with external gd).
1517 . Fixed bug #77907 (mb-functions do not respect default_encoding). (Nikita)
2105 . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
2270 . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
2400 . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
2402 . Fixed bug #77371 (heap buffer overflow in mb regex functions
2508 . Fixed bug #33502 (Some nullary functions don't check the number of
[all …]
H A DREADME.REDIST.BINS26 PCRE2 is a library of functions to support regular expressions whose syntax
35 The basic library functions are written in C and are freestanding. Also
199 The following php_mt_...() functions are based on a C++ class MTRand by
454 SIO stdio-replacement strx_* functions by Panos Tsirigotis
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt9 * Alias to functions: none
H A Dstrspn_variation7.phpt9 * Alias to functions: none
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt2 Test gettype() & settype() functions : usage variations
22 /* Test usage variation of gettype() and settype() functions:
H A Dgettype_settype_variation3.phpt2 Test gettype() & settype() functions : usage variations
18 /* Test usage variation of gettype() and settype() functions:
H A Dis_float.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
H A Dis_float_64bit.phpt2 Test is_float() & it's FALIASes: is_double() & is_real() functions
H A Dis_int.phpt2 Test is_int() & it's FALIASes: is_long() & is_integer() functions
H A Dis_int_64bit.phpt2 Test is_int() & it's FALIASes: is_long() & is_integer() functions
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE124 A "library" means a collection of software functions and/or data
126 (which use some of those functions and data) to form executables.
261 functions (ten lines or less in length), then the use of the object
301 rather than copying library functions into the executable, and (2)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fork.phpt13 die("skip POSIX functions not available");
/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)

Completed in 74 milliseconds

1...<<4142434445