Home
last modified time | relevance | path

Searched refs:PHP_FUNCTION (Results 76 – 100 of 334) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c34 static PHP_FUNCTION(xmlwriter_set_indent);
50 static PHP_FUNCTION(xmlwriter_start_pi);
51 static PHP_FUNCTION(xmlwriter_end_pi);
52 static PHP_FUNCTION(xmlwriter_write_pi);
54 static PHP_FUNCTION(xmlwriter_end_cdata);
56 static PHP_FUNCTION(xmlwriter_text);
57 static PHP_FUNCTION(xmlwriter_write_raw);
66 static PHP_FUNCTION(xmlwriter_end_dtd);
79 static PHP_FUNCTION(xmlwriter_open_uri);
82 static PHP_FUNCTION(xmlwriter_flush);
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c49 PHP_FUNCTION(virtual);
52 PHP_FUNCTION(apachelog);
53 PHP_FUNCTION(apache_note);
54 PHP_FUNCTION(apache_lookup_uri);
56 PHP_FUNCTION(apache_setenv);
57 PHP_FUNCTION(apache_get_version);
58 PHP_FUNCTION(apache_get_modules);
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
[all …]
/PHP-5.5/ext/sysvsem/
H A Dphp_sysvsem.h30 PHP_FUNCTION(sem_get);
31 PHP_FUNCTION(sem_acquire);
32 PHP_FUNCTION(sem_release);
33 PHP_FUNCTION(sem_remove);
/PHP-5.5/ext/pspell/
H A Dpspell.c55 static PHP_FUNCTION(pspell_new);
56 static PHP_FUNCTION(pspell_new_personal);
57 static PHP_FUNCTION(pspell_new_config);
58 static PHP_FUNCTION(pspell_check);
59 static PHP_FUNCTION(pspell_suggest);
67 static PHP_FUNCTION(pspell_config_mode);
72 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 …]
/PHP-5.5/ext/standard/
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 Dphp_image.h25 PHP_FUNCTION(getimagesize);
26 PHP_FUNCTION(getimagesizefromstring);
28 PHP_FUNCTION(image_type_to_mime_type);
29 PHP_FUNCTION(image_type_to_extension);
H A Dhtml.h51 PHP_FUNCTION(htmlspecialchars);
52 PHP_FUNCTION(htmlentities);
53 PHP_FUNCTION(htmlspecialchars_decode);
54 PHP_FUNCTION(html_entity_decode);
55 PHP_FUNCTION(get_html_translation_table);
H A Dmicrotime.h25 PHP_FUNCTION(microtime);
26 PHP_FUNCTION(gettimeofday);
29 PHP_FUNCTION(getrusage);
H A Dphp_ext_syslog.h35 PHP_FUNCTION(openlog);
36 PHP_FUNCTION(syslog);
37 PHP_FUNCTION(closelog);
H A Dpageinfo.c97 PHP_FUNCTION(getmyuid) in PHP_FUNCTION() function
116 PHP_FUNCTION(getmygid) in PHP_FUNCTION() function
135 PHP_FUNCTION(getmypid) in PHP_FUNCTION() function
154 PHP_FUNCTION(getmyinode) in PHP_FUNCTION() function
177 PHP_FUNCTION(getlastmod) in PHP_FUNCTION() function
/PHP-5.5/main/
H A Dphp_output.h253 PHP_FUNCTION(ob_start);
254 PHP_FUNCTION(ob_flush);
255 PHP_FUNCTION(ob_clean);
256 PHP_FUNCTION(ob_end_flush);
257 PHP_FUNCTION(ob_end_clean);
258 PHP_FUNCTION(ob_get_flush);
259 PHP_FUNCTION(ob_get_clean);
260 PHP_FUNCTION(ob_get_contents);
261 PHP_FUNCTION(ob_get_length);
262 PHP_FUNCTION(ob_get_level);
[all …]
/PHP-5.5/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-5.5/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-5.5/ext/intl/dateformat/
H A Ddateformat.h21 PHP_FUNCTION( datefmt_create );
22 PHP_FUNCTION( datefmt_get_error_code );
23 PHP_FUNCTION( datefmt_get_error_message );
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
/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/sapi/apache/
H A Dphp_apache.c45 PHP_FUNCTION(virtual);
48 PHP_FUNCTION(apachelog);
49 PHP_FUNCTION(apache_note);
50 PHP_FUNCTION(apache_lookup_uri);
52 PHP_FUNCTION(apache_setenv);
53 PHP_FUNCTION(apache_get_version);
54 PHP_FUNCTION(apache_get_modules);
313 PHP_FUNCTION(apache_note) in PHP_FUNCTION() function
347 PHP_FUNCTION(virtual) in PHP_FUNCTION() function
436 PHP_FUNCTION(apache_setenv) 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/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/spl/
H A Dphp_spl.h83 PHP_FUNCTION(spl_classes);
84 PHP_FUNCTION(class_parents);
85 PHP_FUNCTION(class_implements);
86 PHP_FUNCTION(class_uses);
/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/dom/
H A Ddomconfiguration.c66 PHP_FUNCTION(dom_domconfiguration_set_parameter) in PHP_FUNCTION() function
76 PHP_FUNCTION(dom_domconfiguration_get_parameter) in PHP_FUNCTION() function
86 PHP_FUNCTION(dom_domconfiguration_can_set_parameter) in PHP_FUNCTION() function
/PHP-5.5/ext/sockets/
H A Dsendrecvmsg.h8 PHP_FUNCTION(socket_sendmsg);
9 PHP_FUNCTION(socket_recvmsg);
10 PHP_FUNCTION(socket_cmsg_space);
/PHP-5.5/ext/intl/collator/
H A Dcollator_attr.c34 PHP_FUNCTION( collator_get_attribute ) in PHP_FUNCTION() function
65 PHP_FUNCTION( collator_set_attribute ) in PHP_FUNCTION() function
97 PHP_FUNCTION( collator_get_strength ) in PHP_FUNCTION() function
124 PHP_FUNCTION( collator_set_strength ) in PHP_FUNCTION() function

Completed in 100 milliseconds

12345678910>>...14