Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/iconv/
H A Dphp_iconv.h58 PHP_FUNCTION(ob_iconv_handler);
59 PHP_FUNCTION(iconv_get_encoding);
60 PHP_FUNCTION(iconv_set_encoding);
61 PHP_FUNCTION(iconv_strlen);
62 PHP_FUNCTION(iconv_substr);
63 PHP_FUNCTION(iconv_strpos);
64 PHP_FUNCTION(iconv_strrpos);
65 PHP_FUNCTION(iconv_mime_encode);
66 PHP_FUNCTION(iconv_mime_decode);
67 PHP_FUNCTION(iconv_mime_decode_headers);
/PHP-5.5/ext/wddx/
H A Dphp_wddx.h29 PHP_FUNCTION(wddx_serialize_value);
30 PHP_FUNCTION(wddx_serialize_vars);
31 PHP_FUNCTION(wddx_packet_start);
32 PHP_FUNCTION(wddx_packet_end);
33 PHP_FUNCTION(wddx_add_vars);
34 PHP_FUNCTION(wddx_deserialize);
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h62 PHP_FUNCTION(shm_attach);
63 PHP_FUNCTION(shm_detach);
64 PHP_FUNCTION(shm_remove);
65 PHP_FUNCTION(shm_put_var);
66 PHP_FUNCTION(shm_get_var);
67 PHP_FUNCTION(shm_has_var);
68 PHP_FUNCTION(shm_remove_var);
/PHP-5.5/ext/ereg/
H A Dphp_ereg.h40 PHP_FUNCTION(ereg);
41 PHP_FUNCTION(eregi);
42 PHP_FUNCTION(eregi_replace);
43 PHP_FUNCTION(ereg_replace);
44 PHP_FUNCTION(split);
45 PHP_FUNCTION(spliti);
46 PHP_EREG_API PHP_FUNCTION(sql_regcase);
/PHP-5.5/ext/dba/
H A Dphp_dba.h131 PHP_FUNCTION(dba_open);
132 PHP_FUNCTION(dba_popen);
133 PHP_FUNCTION(dba_close);
135 PHP_FUNCTION(dba_nextkey);
136 PHP_FUNCTION(dba_replace);
137 PHP_FUNCTION(dba_insert);
138 PHP_FUNCTION(dba_delete);
139 PHP_FUNCTION(dba_exists);
140 PHP_FUNCTION(dba_fetch);
142 PHP_FUNCTION(dba_sync);
[all …]
/PHP-5.5/ext/fileinfo/
H A Dphp_fileinfo.h41 PHP_FUNCTION(finfo_open);
42 PHP_FUNCTION(finfo_close);
43 PHP_FUNCTION(finfo_set_flags);
44 PHP_FUNCTION(finfo_file);
45 PHP_FUNCTION(finfo_buffer);
46 PHP_FUNCTION(mime_content_type);
/PHP-5.5/ext/standard/
H A Dpageinfo.h24 PHP_FUNCTION(getmyuid);
25 PHP_FUNCTION(getmygid);
26 PHP_FUNCTION(getmypid);
27 PHP_FUNCTION(getmyinode);
28 PHP_FUNCTION(getlastmod);
H A Dtype.c26 PHP_FUNCTION(gettype) in PHP_FUNCTION() function
91 PHP_FUNCTION(settype) in PHP_FUNCTION() function
134 PHP_FUNCTION(intval) in PHP_FUNCTION() function
166 PHP_FUNCTION(floatval) in PHP_FUNCTION() function
181 PHP_FUNCTION(boolval) in PHP_FUNCTION() function
195 PHP_FUNCTION(strval) in PHP_FUNCTION() function
250 PHP_FUNCTION(is_null) in PHP_FUNCTION() function
266 PHP_FUNCTION(is_bool) in PHP_FUNCTION() function
274 PHP_FUNCTION(is_long) in PHP_FUNCTION() function
282 PHP_FUNCTION(is_float) in PHP_FUNCTION() function
[all …]
H A Durl.h42 PHP_FUNCTION(parse_url);
43 PHP_FUNCTION(urlencode);
44 PHP_FUNCTION(urldecode);
45 PHP_FUNCTION(rawurlencode);
46 PHP_FUNCTION(rawurldecode);
47 PHP_FUNCTION(get_headers);
H A Dinfo.h58 PHP_FUNCTION(phpversion);
59 PHP_FUNCTION(phpinfo);
60 PHP_FUNCTION(phpcredits);
61 PHP_FUNCTION(php_sapi_name);
62 PHP_FUNCTION(php_uname);
63 PHP_FUNCTION(php_ini_scanned_files);
64 PHP_FUNCTION(php_ini_loaded_file);
H A Dphp_dns.h54 PHP_FUNCTION(gethostbyaddr);
55 PHP_FUNCTION(gethostbyname);
56 PHP_FUNCTION(gethostbynamel);
59 PHP_FUNCTION(gethostname);
63 PHP_FUNCTION(dns_check_record);
66 PHP_FUNCTION(dns_get_mx);
67 PHP_FUNCTION(dns_get_record);
H A Dphp_link.h26 PHP_FUNCTION(link);
27 PHP_FUNCTION(readlink);
28 PHP_FUNCTION(linkinfo);
29 PHP_FUNCTION(symlink);
H A Dphp_password.h24 PHP_FUNCTION(password_hash);
25 PHP_FUNCTION(password_verify);
26 PHP_FUNCTION(password_needs_rehash);
27 PHP_FUNCTION(password_get_info);
/PHP-5.5/ext/shmop/
H A Dphp_shmop.h30 PHP_FUNCTION(shmop_open);
31 PHP_FUNCTION(shmop_read);
32 PHP_FUNCTION(shmop_close);
33 PHP_FUNCTION(shmop_size);
34 PHP_FUNCTION(shmop_write);
35 PHP_FUNCTION(shmop_delete);
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.h51 PHP_FUNCTION( resourcebundle_create );
52 PHP_FUNCTION( resourcebundle_get );
53 PHP_FUNCTION( resourcebundle_count );
54 PHP_FUNCTION( resourcebundle_locales );
55 PHP_FUNCTION( resourcebundle_get_error_code );
56 PHP_FUNCTION( resourcebundle_get_error_message );
/PHP-5.5/ext/hash/
H A Dphp_hash.h120 PHP_FUNCTION(hash);
121 PHP_FUNCTION(hash_file);
122 PHP_FUNCTION(hash_hmac);
123 PHP_FUNCTION(hash_hmac_file);
124 PHP_FUNCTION(hash_init);
125 PHP_FUNCTION(hash_update);
126 PHP_FUNCTION(hash_update_stream);
127 PHP_FUNCTION(hash_update_file);
128 PHP_FUNCTION(hash_final);
129 PHP_FUNCTION(hash_algos);
[all …]
/PHP-5.5/ext/intl/collator/
H A Dcollator_attr.h23 PHP_FUNCTION( collator_get_attribute );
24 PHP_FUNCTION( collator_set_attribute );
25 PHP_FUNCTION( collator_get_strength );
26 PHP_FUNCTION( collator_set_strength );
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-5.5/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-5.5/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-5.5/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.cpp129 U_CFUNC PHP_FUNCTION(breakiter_get_text) in PHP_FUNCTION() function
149 U_CFUNC PHP_FUNCTION(breakiter_set_text) in PHP_FUNCTION() function
249 U_CFUNC PHP_FUNCTION(breakiter_first) in PHP_FUNCTION() function
256 U_CFUNC PHP_FUNCTION(breakiter_last) in PHP_FUNCTION() function
263 U_CFUNC PHP_FUNCTION(breakiter_previous) in PHP_FUNCTION() function
270 U_CFUNC PHP_FUNCTION(breakiter_next) in PHP_FUNCTION() function
299 U_CFUNC PHP_FUNCTION(breakiter_current) in PHP_FUNCTION() function
317 U_CFUNC PHP_FUNCTION(breakiter_following) in PHP_FUNCTION() function
324 U_CFUNC PHP_FUNCTION(breakiter_preceding) in PHP_FUNCTION() function
331 U_CFUNC PHP_FUNCTION(breakiter_is_boundary) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/exif/
H A Dphp_exif.h26 PHP_FUNCTION(exif_read_data);
27 PHP_FUNCTION(exif_tagname);
28 PHP_FUNCTION(exif_thumbnail);
29 PHP_FUNCTION(exif_imagetype);
/PHP-5.5/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-5.5/ext/readline/
H A Dreadline.c44 PHP_FUNCTION(readline);
45 PHP_FUNCTION(readline_add_history);
46 PHP_FUNCTION(readline_info);
47 PHP_FUNCTION(readline_clear_history);
49 PHP_FUNCTION(readline_list_history);
51 PHP_FUNCTION(readline_read_history);
59 PHP_FUNCTION(readline_redisplay);
60 PHP_FUNCTION(readline_on_new_line);
211 PHP_FUNCTION(readline) in PHP_FUNCTION() function
237 PHP_FUNCTION(readline_info) in PHP_FUNCTION() function
[all …]

Completed in 66 milliseconds

12345678910>>...14