Home
last modified time | relevance | path

Searched defs:PHP_FUNCTION (Results 1 – 25 of 197) sorted by relevance

12345678

/PHP-5.5/ext/ctype/
H A Dctype.c183 static PHP_FUNCTION(ctype_alnum) in PHP_FUNCTION() function
191 static PHP_FUNCTION(ctype_alpha) in PHP_FUNCTION() function
199 static PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() function
207 static PHP_FUNCTION(ctype_digit) in PHP_FUNCTION() function
215 static PHP_FUNCTION(ctype_lower) in PHP_FUNCTION() function
223 static PHP_FUNCTION(ctype_graph) in PHP_FUNCTION() function
231 static PHP_FUNCTION(ctype_print) in PHP_FUNCTION() function
239 static PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() function
247 static PHP_FUNCTION(ctype_space) in PHP_FUNCTION() function
255 static PHP_FUNCTION(ctype_upper) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/standard/
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 Dmath.c277 PHP_FUNCTION(abs) in PHP_FUNCTION() function
383 PHP_FUNCTION(sin) in PHP_FUNCTION() function
396 PHP_FUNCTION(cos) in PHP_FUNCTION() function
409 PHP_FUNCTION(tan) in PHP_FUNCTION() function
422 PHP_FUNCTION(asin) in PHP_FUNCTION() function
435 PHP_FUNCTION(acos) in PHP_FUNCTION() function
448 PHP_FUNCTION(atan) in PHP_FUNCTION() function
552 PHP_FUNCTION(pi) in PHP_FUNCTION() function
599 PHP_FUNCTION(pow) in PHP_FUNCTION() function
649 PHP_FUNCTION(exp) in PHP_FUNCTION() function
[all …]
H A Dbasic_functions.c3944 PHP_FUNCTION(ip2long) in PHP_FUNCTION() function
3982 PHP_FUNCTION(long2ip) in PHP_FUNCTION() function
4018 PHP_FUNCTION(getenv) in PHP_FUNCTION() function
4079 PHP_FUNCTION(putenv) function
4250 PHP_FUNCTION(getopt) function
4441 PHP_FUNCTION(flush) function
4449 PHP_FUNCTION(sleep) function
4471 PHP_FUNCTION(usleep) function
5331 PHP_FUNCTION(ini_get) function
5437 PHP_FUNCTION(ini_set) function
[all …]
H A Dstreamsfuncs.c50 PHP_FUNCTION(stream_socket_pair) in PHP_FUNCTION() function
86 PHP_FUNCTION(stream_socket_client) in PHP_FUNCTION() function
175 PHP_FUNCTION(stream_socket_server) in PHP_FUNCTION() function
240 PHP_FUNCTION(stream_socket_accept) in PHP_FUNCTION() function
325 PHP_FUNCTION(stream_socket_sendto) in PHP_FUNCTION() function
404 PHP_FUNCTION(stream_get_contents) in PHP_FUNCTION() function
574 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() function
774 PHP_FUNCTION(stream_select) in PHP_FUNCTION() function
1316 PHP_FUNCTION(stream_get_line) in PHP_FUNCTION() function
1378 PHP_FUNCTION(stream_set_timeout) in PHP_FUNCTION() function
[all …]
H A Darray.c236 PHP_FUNCTION(krsort) in PHP_FUNCTION() function
256 PHP_FUNCTION(ksort) in PHP_FUNCTION() function
306 PHP_FUNCTION(count) in PHP_FUNCTION() function
496 PHP_FUNCTION(asort) in PHP_FUNCTION() function
536 PHP_FUNCTION(sort) in PHP_FUNCTION() function
817 PHP_FUNCTION(end) in PHP_FUNCTION() function
840 PHP_FUNCTION(prev) in PHP_FUNCTION() function
863 PHP_FUNCTION(next) in PHP_FUNCTION() function
927 PHP_FUNCTION(key) in PHP_FUNCTION() function
941 PHP_FUNCTION(min) in PHP_FUNCTION() function
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c303 PHP_FUNCTION(apache_request_uri) in PHP_FUNCTION() function
327 PHP_FUNCTION(apache_request_args) in PHP_FUNCTION() function
400 PHP_FUNCTION(apache_request_method) in PHP_FUNCTION() function
495 PHP_FUNCTION(apache_request_mtime) in PHP_FUNCTION() function
1233 PHP_FUNCTION(apache_request_run) in PHP_FUNCTION() function
1550 PHP_FUNCTION(apache_note) in PHP_FUNCTION() function
1713 PHP_FUNCTION(virtual) in PHP_FUNCTION() function
1809 PHP_FUNCTION(apache_setenv) in PHP_FUNCTION() function
1834 PHP_FUNCTION(apache_lookup_uri) in PHP_FUNCTION() function
1933 PHP_FUNCTION(apache_get_version) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp185 U_CFUNC PHP_FUNCTION(intlcal_get_now) in PHP_FUNCTION() function
250 U_CFUNC PHP_FUNCTION(intlcal_get) in PHP_FUNCTION() function
256 U_CFUNC PHP_FUNCTION(intlcal_get_time) in PHP_FUNCTION() function
276 U_CFUNC PHP_FUNCTION(intlcal_set_time) in PHP_FUNCTION() function
296 U_CFUNC PHP_FUNCTION(intlcal_add) in PHP_FUNCTION() function
391 U_CFUNC PHP_FUNCTION(intlcal_after) in PHP_FUNCTION() function
396 U_CFUNC PHP_FUNCTION(intlcal_before) in PHP_FUNCTION() function
401 U_CFUNC PHP_FUNCTION(intlcal_set) in PHP_FUNCTION() function
464 U_CFUNC PHP_FUNCTION(intlcal_roll) in PHP_FUNCTION() function
524 U_CFUNC PHP_FUNCTION(intlcal_clear) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/posix/
H A Dposix.c394 PHP_FUNCTION(posix_kill) in PHP_FUNCTION() function
413 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() function
429 PHP_FUNCTION(posix_getuid) in PHP_FUNCTION() function
437 PHP_FUNCTION(posix_getgid) in PHP_FUNCTION() function
461 PHP_FUNCTION(posix_setuid) in PHP_FUNCTION() function
469 PHP_FUNCTION(posix_setgid) in PHP_FUNCTION() function
550 PHP_FUNCTION(posix_setsid) in PHP_FUNCTION() function
598 PHP_FUNCTION(posix_getsid) in PHP_FUNCTION() function
616 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() function
647 PHP_FUNCTION(posix_times) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/intl/breakiterator/
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/oci8/
H A Doci8_interface.c187 PHP_FUNCTION(oci_lob_save) in PHP_FUNCTION() function
278 PHP_FUNCTION(oci_lob_load) function
312 PHP_FUNCTION(oci_lob_read) function
357 PHP_FUNCTION(oci_lob_eof) function
387 PHP_FUNCTION(oci_lob_tell) function
1120 PHP_FUNCTION(oci_commit) function
1343 PHP_FUNCTION(oci_cancel) function
1363 PHP_FUNCTION(oci_fetch) function
1564 PHP_FUNCTION(oci_close) function
1620 PHP_FUNCTION(oci_error) function
[all …]
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp47 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() function
104 U_CFUNC PHP_FUNCTION(intltz_create_default) in PHP_FUNCTION() function
118 U_CFUNC PHP_FUNCTION(intltz_get_gmt) in PHP_FUNCTION() function
132 U_CFUNC PHP_FUNCTION(intltz_get_unknown) in PHP_FUNCTION() function
293 U_CFUNC PHP_FUNCTION(intltz_get_canonical_id) in PHP_FUNCTION() function
333 U_CFUNC PHP_FUNCTION(intltz_get_region) in PHP_FUNCTION() function
411 U_CFUNC PHP_FUNCTION(intltz_get_id) in PHP_FUNCTION() function
453 U_CFUNC PHP_FUNCTION(intltz_get_offset) in PHP_FUNCTION() function
486 U_CFUNC PHP_FUNCTION(intltz_get_raw_offset) in PHP_FUNCTION() function
502 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c168 PHP_FUNCTION(mysqli_autocommit) in PHP_FUNCTION() function
735 PHP_FUNCTION(mysqli_close) in PHP_FUNCTION() function
760 PHP_FUNCTION(mysqli_commit) function
814 PHP_FUNCTION(mysqli_debug) function
847 PHP_FUNCTION(mysqli_errno) function
862 PHP_FUNCTION(mysqli_error) function
1507 PHP_FUNCTION(mysqli_info) function
1567 PHP_FUNCTION(mysqli_init) function
1592 PHP_FUNCTION(mysqli_kill) function
1861 PHP_FUNCTION(mysqli_ping) function
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c473 PHP_FUNCTION(variant_set) in PHP_FUNCTION() function
620 PHP_FUNCTION(variant_add) in PHP_FUNCTION() function
628 PHP_FUNCTION(variant_cat) in PHP_FUNCTION() function
636 PHP_FUNCTION(variant_sub) in PHP_FUNCTION() function
644 PHP_FUNCTION(variant_mul) in PHP_FUNCTION() function
652 PHP_FUNCTION(variant_and) in PHP_FUNCTION() function
660 PHP_FUNCTION(variant_div) in PHP_FUNCTION() function
668 PHP_FUNCTION(variant_eqv) in PHP_FUNCTION() function
684 PHP_FUNCTION(variant_imp) in PHP_FUNCTION() function
692 PHP_FUNCTION(variant_mod) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attr.c34 PHP_FUNCTION( datefmt_get_datetype ) in PHP_FUNCTION() function
60 PHP_FUNCTION( datefmt_get_timetype ) in PHP_FUNCTION() function
86 PHP_FUNCTION( datefmt_get_pattern ) in PHP_FUNCTION() function
128 PHP_FUNCTION( datefmt_set_pattern ) in PHP_FUNCTION() function
170 PHP_FUNCTION( datefmt_get_locale ) in PHP_FUNCTION() function
201 PHP_FUNCTION( datefmt_is_lenient ) in PHP_FUNCTION() function
228 PHP_FUNCTION( datefmt_set_lenient ) in PHP_FUNCTION() function
H A Ddateformat_attrcpp.cpp45 U_CFUNC PHP_FUNCTION(datefmt_get_timezone_id) in PHP_FUNCTION() function
72 U_CFUNC PHP_FUNCTION(datefmt_get_timezone) in PHP_FUNCTION() function
98 U_CFUNC PHP_FUNCTION(datefmt_set_timezone_id) in PHP_FUNCTION() function
112 U_CFUNC PHP_FUNCTION(datefmt_set_timezone) in PHP_FUNCTION() function
142 U_CFUNC PHP_FUNCTION(datefmt_get_calendar) in PHP_FUNCTION() function
169 U_CFUNC PHP_FUNCTION(datefmt_get_calendar_object) in PHP_FUNCTION() function
205 U_CFUNC PHP_FUNCTION(datefmt_set_calendar) in PHP_FUNCTION() function
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c558 PHP_FUNCTION(mcrypt_module_open) in PHP_FUNCTION() function
670 PHP_FUNCTION(mcrypt_generic) in PHP_FUNCTION() function
719 PHP_FUNCTION(mdecrypt_generic) in PHP_FUNCTION() function
1038 PHP_FUNCTION(mcrypt_list_modes) in PHP_FUNCTION() function
1300 PHP_FUNCTION(mcrypt_encrypt) in PHP_FUNCTION() function
1316 PHP_FUNCTION(mcrypt_decrypt) in PHP_FUNCTION() function
1332 PHP_FUNCTION(mcrypt_ecb) in PHP_FUNCTION() function
1348 PHP_FUNCTION(mcrypt_cbc) in PHP_FUNCTION() function
1364 PHP_FUNCTION(mcrypt_cfb) in PHP_FUNCTION() function
1380 PHP_FUNCTION(mcrypt_ofb) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/pcntl/
H A Dpcntl.c541 PHP_FUNCTION(pcntl_fork) in PHP_FUNCTION() function
557 PHP_FUNCTION(pcntl_alarm) in PHP_FUNCTION() function
570 PHP_FUNCTION(pcntl_waitpid) in PHP_FUNCTION() function
598 PHP_FUNCTION(pcntl_wait) in PHP_FUNCTION() function
633 PHP_FUNCTION(pcntl_wifexited) in PHP_FUNCTION() function
651 PHP_FUNCTION(pcntl_wifstopped) in PHP_FUNCTION() function
705 PHP_FUNCTION(pcntl_wtermsig) in PHP_FUNCTION() function
723 PHP_FUNCTION(pcntl_wstopsig) in PHP_FUNCTION() function
741 PHP_FUNCTION(pcntl_exec) in PHP_FUNCTION() function
841 PHP_FUNCTION(pcntl_signal) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/readline/
H A Dreadline.c211 PHP_FUNCTION(readline) in PHP_FUNCTION() function
237 PHP_FUNCTION(readline_info) in PHP_FUNCTION() function
334 PHP_FUNCTION(readline_add_history) in PHP_FUNCTION() function
351 PHP_FUNCTION(readline_clear_history) in PHP_FUNCTION() function
371 PHP_FUNCTION(readline_list_history) in PHP_FUNCTION() function
394 PHP_FUNCTION(readline_read_history) in PHP_FUNCTION() function
419 PHP_FUNCTION(readline_write_history) in PHP_FUNCTION() function
525 PHP_FUNCTION(readline_completion_function) in PHP_FUNCTION() function
615 PHP_FUNCTION(readline_callback_read_char) in PHP_FUNCTION() function
640 PHP_FUNCTION(readline_redisplay) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1071 PHP_FUNCTION(mysql_connect) function
1079 PHP_FUNCTION(mysql_pconnect) function
1087 PHP_FUNCTION(mysql_close) function
1242 PHP_FUNCTION(mysql_info) function
1292 PHP_FUNCTION(mysql_stat) function
1414 PHP_FUNCTION(mysql_drop_db) function
1558 PHP_FUNCTION(mysql_query) function
1744 PHP_FUNCTION(mysql_error) function
1775 PHP_FUNCTION(mysql_errno) function
1912 PHP_FUNCTION(mysql_result) function
[all …]
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c1199 static PHP_FUNCTION(xmlwriter_start_pi) in PHP_FUNCTION() function
1207 static PHP_FUNCTION(xmlwriter_end_pi) in PHP_FUNCTION() function
1215 static PHP_FUNCTION(xmlwriter_write_pi) in PHP_FUNCTION() function
1294 static PHP_FUNCTION(xmlwriter_end_cdata) in PHP_FUNCTION() function
1310 static PHP_FUNCTION(xmlwriter_write_raw) in PHP_FUNCTION() function
1318 static PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() function
1428 static PHP_FUNCTION(xmlwriter_start_dtd) in PHP_FUNCTION() function
1469 static PHP_FUNCTION(xmlwriter_end_dtd) in PHP_FUNCTION() function
1477 static PHP_FUNCTION(xmlwriter_write_dtd) in PHP_FUNCTION() function
1743 static PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c412 PHP_FUNCTION(ftp_login) in PHP_FUNCTION() function
437 PHP_FUNCTION(ftp_pwd) in PHP_FUNCTION() function
460 PHP_FUNCTION(ftp_cdup) in PHP_FUNCTION() function
482 PHP_FUNCTION(ftp_chdir) in PHP_FUNCTION() function
507 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() function
532 PHP_FUNCTION(ftp_raw) in PHP_FUNCTION() function
736 PHP_FUNCTION(ftp_fget) in PHP_FUNCTION() function
828 PHP_FUNCTION(ftp_pasv) in PHP_FUNCTION() function
850 PHP_FUNCTION(ftp_get) in PHP_FUNCTION() function
1021 PHP_FUNCTION(ftp_fput) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/intl/formatter/
H A Dformatter_attr.c33 PHP_FUNCTION( numfmt_get_attribute ) in PHP_FUNCTION() function
102 PHP_FUNCTION( numfmt_get_text_attribute ) in PHP_FUNCTION() function
146 PHP_FUNCTION( numfmt_set_attribute ) in PHP_FUNCTION() function
208 PHP_FUNCTION( numfmt_set_text_attribute ) in PHP_FUNCTION() function
250 PHP_FUNCTION( numfmt_get_symbol ) in PHP_FUNCTION() function
298 PHP_FUNCTION( numfmt_set_symbol ) in PHP_FUNCTION() function
345 PHP_FUNCTION( numfmt_get_pattern ) in PHP_FUNCTION() function
387 PHP_FUNCTION( numfmt_set_pattern ) in PHP_FUNCTION() function
427 PHP_FUNCTION( numfmt_get_locale ) in PHP_FUNCTION() function
/PHP-5.5/ext/gd/
H A Dgd.c1348 PHP_FUNCTION(gd_info) in PHP_FUNCTION() function
2700 PHP_FUNCTION(imagexbm) in PHP_FUNCTION() function
2708 PHP_FUNCTION(imagegif) in PHP_FUNCTION() function
2717 PHP_FUNCTION(imagepng) in PHP_FUNCTION() function
2728 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() function
2756 PHP_FUNCTION(imagegd) in PHP_FUNCTION() function
2764 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() function
3170 PHP_FUNCTION(imagearc) in PHP_FUNCTION() function
3727 PHP_FUNCTION(imagesx) in PHP_FUNCTION() function
3744 PHP_FUNCTION(imagesy) in PHP_FUNCTION() function
[all …]
/PHP-5.5/ext/enchant/
H A Denchant.c355 PHP_FUNCTION(enchant_broker_init) in PHP_FUNCTION() function
380 PHP_FUNCTION(enchant_broker_free) in PHP_FUNCTION() function
397 PHP_FUNCTION(enchant_broker_get_error) in PHP_FUNCTION() function
512 PHP_FUNCTION(enchant_broker_list_dicts) in PHP_FUNCTION() function
636 PHP_FUNCTION(enchant_broker_free_dict) function
700 PHP_FUNCTION(enchant_broker_describe) function
719 PHP_FUNCTION(enchant_dict_quick_check) function
765 PHP_FUNCTION(enchant_dict_check) function
784 PHP_FUNCTION(enchant_dict_suggest) function
897 PHP_FUNCTION(enchant_dict_get_error) function
[all …]

Completed in 155 milliseconds

12345678