Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 51 – 75 of 310) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/
H A Dtype.c24 PHP_FUNCTION(gettype) in PHP_FUNCTION() function
44 PHP_FUNCTION(settype) in PHP_FUNCTION() function
103 PHP_FUNCTION(intval) in PHP_FUNCTION() function
163 PHP_FUNCTION(floatval) in PHP_FUNCTION() function
177 PHP_FUNCTION(boolval) in PHP_FUNCTION() function
191 PHP_FUNCTION(strval) in PHP_FUNCTION() function
228 PHP_FUNCTION(is_null) in PHP_FUNCTION() function
246 PHP_FUNCTION(is_bool) in PHP_FUNCTION() function
261 PHP_FUNCTION(is_int) in PHP_FUNCTION() function
270 PHP_FUNCTION(is_float) in PHP_FUNCTION() function
[all …]
H A Dphp_link.h24 PHP_FUNCTION(link);
25 PHP_FUNCTION(readlink);
26 PHP_FUNCTION(linkinfo);
27 PHP_FUNCTION(symlink);
H A Dinfo.h57 PHP_FUNCTION(phpversion);
58 PHP_FUNCTION(phpinfo);
59 PHP_FUNCTION(phpcredits);
60 PHP_FUNCTION(php_sapi_name);
61 PHP_FUNCTION(php_uname);
62 PHP_FUNCTION(php_ini_scanned_files);
63 PHP_FUNCTION(php_ini_loaded_file);
H A Dphp_dns.h61 PHP_FUNCTION(gethostbyaddr);
62 PHP_FUNCTION(gethostbyname);
63 PHP_FUNCTION(gethostbynamel);
66 PHP_FUNCTION(gethostname);
70 PHP_FUNCTION(dns_check_record);
73 PHP_FUNCTION(dns_get_mx);
74 PHP_FUNCTION(dns_get_record);
H A Durl.h43 PHP_FUNCTION(parse_url);
44 PHP_FUNCTION(urlencode);
45 PHP_FUNCTION(urldecode);
46 PHP_FUNCTION(rawurlencode);
47 PHP_FUNCTION(rawurldecode);
48 PHP_FUNCTION(get_headers);
H A Dphp_image.h23 PHP_FUNCTION(getimagesize);
24 PHP_FUNCTION(getimagesizefromstring);
26 PHP_FUNCTION(image_type_to_mime_type);
27 PHP_FUNCTION(image_type_to_extension);
H A Dmicrotime.h23 PHP_FUNCTION(microtime);
24 PHP_FUNCTION(gettimeofday);
27 PHP_FUNCTION(getrusage);
H A Dhtml.h49 PHP_FUNCTION(htmlspecialchars);
50 PHP_FUNCTION(htmlentities);
51 PHP_FUNCTION(htmlspecialchars_decode);
52 PHP_FUNCTION(html_entity_decode);
53 PHP_FUNCTION(get_html_translation_table);
/PHP-7.4/ext/intl/common/
H A Dcommon_error.h23 PHP_FUNCTION( intl_get_error_code );
24 PHP_FUNCTION( intl_get_error_message );
25 PHP_FUNCTION( intl_is_failure );
26 PHP_FUNCTION( intl_error_name );
/PHP-7.4/ext/hash/
H A Dphp_hash.h132 PHP_FUNCTION(hash);
133 PHP_FUNCTION(hash_file);
134 PHP_FUNCTION(hash_hkdf);
135 PHP_FUNCTION(hash_hmac);
136 PHP_FUNCTION(hash_hmac_file);
137 PHP_FUNCTION(hash_init);
138 PHP_FUNCTION(hash_update);
141 PHP_FUNCTION(hash_final);
142 PHP_FUNCTION(hash_algos);
143 PHP_FUNCTION(hash_pbkdf2);
[all …]
/PHP-7.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.h24 PHP_FUNCTION(rbbi_get_rules);
26 PHP_FUNCTION(rbbi_get_rule_status);
28 PHP_FUNCTION(rbbi_get_rule_status_vec);
30 PHP_FUNCTION(rbbi_get_binary_rules);
H A Dbreakiterator_methods.cpp130 U_CFUNC PHP_FUNCTION(breakiter_get_text) in PHP_FUNCTION() function
150 U_CFUNC PHP_FUNCTION(breakiter_set_text) in PHP_FUNCTION() function
237 U_CFUNC PHP_FUNCTION(breakiter_first) in PHP_FUNCTION() function
244 U_CFUNC PHP_FUNCTION(breakiter_last) in PHP_FUNCTION() function
251 U_CFUNC PHP_FUNCTION(breakiter_previous) in PHP_FUNCTION() function
258 U_CFUNC PHP_FUNCTION(breakiter_next) in PHP_FUNCTION() function
287 U_CFUNC PHP_FUNCTION(breakiter_current) in PHP_FUNCTION() function
305 U_CFUNC PHP_FUNCTION(breakiter_following) in PHP_FUNCTION() function
312 U_CFUNC PHP_FUNCTION(breakiter_preceding) in PHP_FUNCTION() function
319 U_CFUNC PHP_FUNCTION(breakiter_is_boundary) in PHP_FUNCTION() function
[all …]
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.h22 PHP_FUNCTION(intlgregcal_create_instance);
26 PHP_FUNCTION(intlgregcal_set_gregorian_change);
28 PHP_FUNCTION(intlgregcal_get_gregorian_change);
30 PHP_FUNCTION(intlgregcal_is_leap_year);
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.h56 PHP_FUNCTION( resourcebundle_create );
57 PHP_FUNCTION( resourcebundle_get );
58 PHP_FUNCTION( resourcebundle_count );
59 PHP_FUNCTION( resourcebundle_locales );
60 PHP_FUNCTION( resourcebundle_get_error_code );
61 PHP_FUNCTION( resourcebundle_get_error_message );
/PHP-7.4/ext/exif/
H A Dphp_exif.h28 PHP_FUNCTION(exif_read_data);
29 PHP_FUNCTION(exif_tagname);
30 PHP_FUNCTION(exif_thumbnail);
31 PHP_FUNCTION(exif_imagetype);
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.h25 PHP_FUNCTION( collator_sort );
26 PHP_FUNCTION( collator_sort_with_sort_keys );
27 PHP_FUNCTION( collator_get_sort_key );
28 PHP_FUNCTION( collator_asort );
/PHP-7.4/ext/filter/
H A Dphp_filter.h47 PHP_FUNCTION(filter_input);
48 PHP_FUNCTION(filter_var);
49 PHP_FUNCTION(filter_input_array);
50 PHP_FUNCTION(filter_var_array);
51 PHP_FUNCTION(filter_list);
52 PHP_FUNCTION(filter_has_var);
53 PHP_FUNCTION(filter_id);
/PHP-7.4/ext/sysvsem/
H A Dphp_sysvsem.h32 PHP_FUNCTION(sem_get);
33 PHP_FUNCTION(sem_acquire);
34 PHP_FUNCTION(sem_release);
35 PHP_FUNCTION(sem_remove);
/PHP-7.4/main/
H A Dphp_output.h247 PHP_FUNCTION(ob_start);
248 PHP_FUNCTION(ob_flush);
249 PHP_FUNCTION(ob_clean);
250 PHP_FUNCTION(ob_end_flush);
251 PHP_FUNCTION(ob_end_clean);
252 PHP_FUNCTION(ob_get_flush);
253 PHP_FUNCTION(ob_get_clean);
254 PHP_FUNCTION(ob_get_contents);
255 PHP_FUNCTION(ob_get_length);
256 PHP_FUNCTION(ob_get_level);
[all …]
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_attr.h22 PHP_FUNCTION( msgfmt_set_pattern );
23 PHP_FUNCTION( msgfmt_get_pattern );
24 PHP_FUNCTION( msgfmt_get_locale );
H A Dmsgformat.h22 PHP_FUNCTION( msgfmt_create );
23 PHP_FUNCTION( msgfmt_get_error_code );
24 PHP_FUNCTION( msgfmt_get_error_message );
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.h22 PHP_FUNCTION( normalizer_normalize );
23 PHP_FUNCTION( normalizer_is_normalized );
25 PHP_FUNCTION( normalizer_get_raw_decomposition );
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c31 static PHP_FUNCTION(xmlwriter_set_indent);
44 static PHP_FUNCTION(xmlwriter_start_pi);
45 static PHP_FUNCTION(xmlwriter_end_pi);
46 static PHP_FUNCTION(xmlwriter_write_pi);
48 static PHP_FUNCTION(xmlwriter_end_cdata);
50 static PHP_FUNCTION(xmlwriter_text);
51 static PHP_FUNCTION(xmlwriter_write_raw);
58 static PHP_FUNCTION(xmlwriter_end_dtd);
69 static PHP_FUNCTION(xmlwriter_open_uri);
72 static PHP_FUNCTION(xmlwriter_flush);
[all …]
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.h22 PHP_FUNCTION( numfmt_create );
23 PHP_FUNCTION( numfmt_get_error_code );
24 PHP_FUNCTION( numfmt_get_error_message );
/PHP-7.4/ext/pspell/
H A Dpspell.c51 static PHP_FUNCTION(pspell_new);
52 static PHP_FUNCTION(pspell_new_personal);
53 static PHP_FUNCTION(pspell_new_config);
54 static PHP_FUNCTION(pspell_check);
55 static PHP_FUNCTION(pspell_suggest);
63 static PHP_FUNCTION(pspell_config_mode);
68 static PHP_FUNCTION(pspell_config_repl);
260 static PHP_FUNCTION(pspell_new) in PHP_FUNCTION() function
462 static PHP_FUNCTION(pspell_new_config) in PHP_FUNCTION() function
492 static PHP_FUNCTION(pspell_check) in PHP_FUNCTION() function
[all …]

Completed in 45 milliseconds

12345678910>>...13