Home
last modified time | relevance | path

Searched refs:functions (Results 51 – 75 of 1113) sorted by path

12345678910>>...45

/PHP-7.4/Zend/tests/
H A Dns_015.phpt2 015: Name conflict and functions (php name in case if ns name exists)
H A Dns_016.phpt2 016: Run-time name conflict and functions (ns name)
H A Dns_017.phpt2 017: Run-time name conflict and functions (php name)
H A Dns_031.phpt2 031: Namespace support for user functions (ns name)
H A Dns_032.phpt2 032: Namespace support for user functions (php name)
/PHP-7.4/Zend/tests/return_types/
H A Dinternal_functions001.phpt2 Return type for internal functions
H A Dinternal_functions002.phpt2 Return type for internal functions 2
H A Dinternal_functions003.phpt2 Return type for internal functions 3: Void return type
/PHP-7.4/Zend/tests/traits/
H A Dbug55355.phpt2 Bug #55355 (Abstract functions required by a trait are not correctly found when implemented in an a…
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_basic.phpt15 $functions = [
47 foreach ($functions as $type => $function) {
H A Dscalar_none.phpt6 $functions = [
17 foreach ($functions as $type => $function) {
H A Dscalar_null.phpt6 $functions = [
17 foreach ($functions as $type => $function) {
H A Dscalar_return_basic.phpt17 $functions = [
49 foreach ($functions as $type => $function) {
H A Dscalar_return_basic_64bit.phpt17 $functions = [
49 foreach ($functions as $type => $function) {
H A Dscalar_strict.phpt9 $functions = [
41 foreach ($functions as $type => $function) {
H A Dscalar_strict_64bit.phpt9 $functions = [
41 foreach ($functions as $type => $function) {
H A Dscalar_strict_basic.phpt8 $functions = [
39 foreach ($functions as $type => $function) {
H A Dtyped_properties_044.phpt2 Test increment functions on typed property references
/PHP-7.4/Zend/tests/typehints/
H A Dor_null.phpt2 Test "or null"/"or be null" in type-checking errors for userland functions
6 …_type`, `zend_verify_return_type` and `zend_verify_missing_return_type` functions which produces a…
/PHP-7.4/Zend/tests/use_function/
H A Dalias.phpt2 aliasing imported functions to resolve naming conflicts
H A Dno_global_fallback.phpt2 non-existent imported functions should not be looked up in the global table
H A Dno_global_fallback2.phpt2 non-existent imported functions should not be looked up in the global table
/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()
H A Dzend_API.h186 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ argument
187 INIT_CLASS_ENTRY_EX(class_container, class_name, sizeof(class_name)-1, functions)
189 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ argument
193 class_container.info.internal.builtin_functions = functions; \
196 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions) \ argument
225 class_container.info.internal.builtin_functions = functions; \
229 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ argument
230 INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions)
271 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,…
272 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
H A Dzend_builtin_functions.c2667 if (module->functions) { in ZEND_FUNCTION()

Completed in 81 milliseconds

12345678910>>...45