zend_function_entry 2029 Zend/zend_API.c ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC) /* {{{ */
zend_function_entry 2031 Zend/zend_API.c 	const zend_function_entry *ptr = functions;
zend_function_entry 2304 Zend/zend_API.c ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC) /* {{{ */
zend_function_entry 2306 Zend/zend_API.c 	const zend_function_entry *ptr = functions;
zend_function_entry 2666 Zend/zend_API.c static const zend_function_entry disabled_class_new[] = {
zend_function_entry   41 Zend/zend_API.h } zend_function_entry;
zend_function_entry  268 Zend/zend_API.h ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRMLS_DC);
zend_function_entry  269 Zend/zend_API.h ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC);
zend_function_entry  243 Zend/zend_builtin_functions.c static const zend_function_entry builtin_functions[] = { /* {{{ */
zend_function_entry  423 Zend/zend_closures.c static const zend_function_entry closure_functions[] = {
zend_function_entry  763 Zend/zend_exceptions.c const static zend_function_entry default_exception_functions[] = {
zend_function_entry  787 Zend/zend_exceptions.c static const zend_function_entry error_exception_functions[] = {
zend_function_entry  723 Zend/zend_generators.c static const zend_function_entry generator_functions[] = {
zend_function_entry  492 Zend/zend_interfaces.c const zend_function_entry zend_funcs_aggregate[] = {
zend_function_entry  497 Zend/zend_interfaces.c const zend_function_entry zend_funcs_iterator[] = {
zend_function_entry  506 Zend/zend_interfaces.c const zend_function_entry *zend_funcs_traversable    = NULL;
zend_function_entry  521 Zend/zend_interfaces.c const zend_function_entry zend_funcs_arrayaccess[] = {
zend_function_entry  533 Zend/zend_interfaces.c const zend_function_entry zend_funcs_serializable[] = {
zend_function_entry   98 ext/bcmath/bcmath.c const zend_function_entry bcmath_functions[] = {
zend_function_entry  100 ext/bz2/bz2.c  static const zend_function_entry bz2_functions[] = {
zend_function_entry  132 ext/calendar/calendar.c const zend_function_entry calendar_functions[] = {
zend_function_entry  197 ext/com_dotnet/com_extension.c const zend_function_entry com_dotnet_functions[] = {
zend_function_entry  679 ext/com_dotnet/com_persist.c static const zend_function_entry com_persist_helper_methods[] = {
zend_function_entry   97 ext/ctype/ctype.c static const zend_function_entry ctype_functions[] = {
zend_function_entry  156 ext/curl/curl_file.c static const zend_function_entry curlfile_funcs[] = {
zend_function_entry  433 ext/curl/interface.c const zend_function_entry curl_functions[] = {
zend_function_entry  392 ext/date/php_date.c const zend_function_entry date_functions[] = {
zend_function_entry  457 ext/date/php_date.c static const zend_function_entry date_funcs_interface[] = {
zend_function_entry  467 ext/date/php_date.c const zend_function_entry date_funcs_date[] = {
zend_function_entry  489 ext/date/php_date.c const zend_function_entry date_funcs_immutable[] = {
zend_function_entry  512 ext/date/php_date.c const zend_function_entry date_funcs_timezone[] = {
zend_function_entry  525 ext/date/php_date.c const zend_function_entry date_funcs_interval[] = {
zend_function_entry  534 ext/date/php_date.c const zend_function_entry date_funcs_period[] = {
zend_function_entry  133 ext/dba/dba.c  const zend_function_entry dba_functions[] = {
zend_function_entry   49 ext/dom/attr.c const zend_function_entry php_dom_attr_class_functions[] = {
zend_function_entry   44 ext/dom/cdatasection.c const zend_function_entry php_dom_cdatasection_class_functions[] = {
zend_function_entry   65 ext/dom/characterdata.c const zend_function_entry php_dom_characterdata_class_functions[] = {
zend_function_entry   44 ext/dom/comment.c const zend_function_entry php_dom_comment_class_functions[] = {
zend_function_entry  196 ext/dom/document.c const zend_function_entry php_dom_document_class_functions[] = { /* {{{ */
zend_function_entry   46 ext/dom/documentfragment.c const zend_function_entry php_dom_documentfragment_class_functions[] = {
zend_function_entry   37 ext/dom/documenttype.c const zend_function_entry php_dom_documenttype_class_functions[] = {
zend_function_entry   24 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domexception_class_functions[];
zend_function_entry   25 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domstringlist_class_functions[];
zend_function_entry   26 ext/dom/dom_fe.h extern const zend_function_entry php_dom_namelist_class_functions[];
zend_function_entry   27 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domimplementationlist_class_functions[];
zend_function_entry   28 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domimplementationsource_class_functions[];
zend_function_entry   29 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domimplementation_class_functions[];
zend_function_entry   30 ext/dom/dom_fe.h extern const zend_function_entry php_dom_documentfragment_class_functions[];
zend_function_entry   31 ext/dom/dom_fe.h extern const zend_function_entry php_dom_document_class_functions[];
zend_function_entry   32 ext/dom/dom_fe.h extern const zend_function_entry php_dom_node_class_functions[];
zend_function_entry   33 ext/dom/dom_fe.h extern const zend_function_entry php_dom_nodelist_class_functions[];
zend_function_entry   34 ext/dom/dom_fe.h extern const zend_function_entry php_dom_namednodemap_class_functions[];
zend_function_entry   35 ext/dom/dom_fe.h extern const zend_function_entry php_dom_characterdata_class_functions[];
zend_function_entry   36 ext/dom/dom_fe.h extern const zend_function_entry php_dom_attr_class_functions[];
zend_function_entry   37 ext/dom/dom_fe.h extern const zend_function_entry php_dom_element_class_functions[];
zend_function_entry   38 ext/dom/dom_fe.h extern const zend_function_entry php_dom_text_class_functions[];
zend_function_entry   39 ext/dom/dom_fe.h extern const zend_function_entry php_dom_comment_class_functions[];
zend_function_entry   40 ext/dom/dom_fe.h extern const zend_function_entry php_dom_typeinfo_class_functions[];
zend_function_entry   41 ext/dom/dom_fe.h extern const zend_function_entry php_dom_userdatahandler_class_functions[];
zend_function_entry   42 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domerror_class_functions[];
zend_function_entry   43 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domerrorhandler_class_functions[];
zend_function_entry   44 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domlocator_class_functions[];
zend_function_entry   45 ext/dom/dom_fe.h extern const zend_function_entry php_dom_domconfiguration_class_functions[];
zend_function_entry   46 ext/dom/dom_fe.h extern const zend_function_entry php_dom_cdatasection_class_functions[];
zend_function_entry   47 ext/dom/dom_fe.h extern const zend_function_entry php_dom_documenttype_class_functions[];
zend_function_entry   48 ext/dom/dom_fe.h extern const zend_function_entry php_dom_notation_class_functions[];
zend_function_entry   49 ext/dom/dom_fe.h extern const zend_function_entry php_dom_entity_class_functions[];
zend_function_entry   50 ext/dom/dom_fe.h extern const zend_function_entry php_dom_entityreference_class_functions[];
zend_function_entry   51 ext/dom/dom_fe.h extern const zend_function_entry php_dom_processinginstruction_class_functions[];
zend_function_entry   52 ext/dom/dom_fe.h extern const zend_function_entry php_dom_string_extend_class_functions[];
zend_function_entry   53 ext/dom/dom_fe.h extern const zend_function_entry php_dom_xpath_class_functions[];
zend_function_entry   53 ext/dom/domconfiguration.c const zend_function_entry php_dom_domconfiguration_class_functions[] = {
zend_function_entry   38 ext/dom/domerror.c const zend_function_entry php_dom_domerror_class_functions[] = {
zend_function_entry   43 ext/dom/domerrorhandler.c const zend_function_entry php_dom_domerrorhandler_class_functions[] = {
zend_function_entry   39 ext/dom/domexception.c const zend_function_entry php_dom_domexception_class_functions[] = {
zend_function_entry   59 ext/dom/domimplementation.c const zend_function_entry php_dom_domimplementation_class_functions[] = {
zend_function_entry   43 ext/dom/domimplementationlist.c const zend_function_entry php_dom_domimplementationlist_class_functions[] = {
zend_function_entry   48 ext/dom/domimplementationsource.c const zend_function_entry php_dom_domimplementationsource_class_functions[] = {
zend_function_entry   38 ext/dom/domlocator.c const zend_function_entry php_dom_domlocator_class_functions[] = {
zend_function_entry   43 ext/dom/domstringlist.c const zend_function_entry php_dom_domstringlist_class_functions[] = {
zend_function_entry  129 ext/dom/element.c const zend_function_entry php_dom_element_class_functions[] = { /* {{{ */
zend_function_entry   38 ext/dom/entity.c const zend_function_entry php_dom_entity_class_functions[] = {
zend_function_entry   43 ext/dom/entityreference.c const zend_function_entry php_dom_entityreference_class_functions[] = {
zend_function_entry   69 ext/dom/namednodemap.c const zend_function_entry php_dom_namednodemap_class_functions[] = { /* {{{ */
zend_function_entry   47 ext/dom/namelist.c const zend_function_entry php_dom_namelist_class_functions[] = {
zend_function_entry  135 ext/dom/node.c const zend_function_entry php_dom_node_class_functions[] = { /* {{{ */
zend_function_entry   44 ext/dom/nodelist.c const zend_function_entry php_dom_nodelist_class_functions[] = {
zend_function_entry   37 ext/dom/notation.c const zend_function_entry php_dom_notation_class_functions[] = {
zend_function_entry  625 ext/dom/php_dom.c static const zend_function_entry dom_functions[] = {
zend_function_entry   45 ext/dom/processinginstruction.c const zend_function_entry php_dom_processinginstruction_class_functions[] = {
zend_function_entry   47 ext/dom/string_extend.c const zend_function_entry php_dom_string_extend_class_functions[] = {
zend_function_entry   55 ext/dom/text.c const zend_function_entry php_dom_text_class_functions[] = {
zend_function_entry   38 ext/dom/typeinfo.c const zend_function_entry php_dom_typeinfo_class_functions[] = {
zend_function_entry   38 ext/dom/userdatahandler.c const zend_function_entry php_dom_userdatahandler_class_functions[] = {
zend_function_entry   65 ext/dom/xpath.c const zend_function_entry php_dom_xpath_class_functions[] = {
zend_function_entry  127 ext/enchant/enchant.c zend_function_entry enchant_functions[] = {
zend_function_entry   54 ext/ereg/ereg.c const zend_function_entry ereg_functions[] = {
zend_function_entry  121 ext/exif/exif.c const zend_function_entry exif_functions[] = {
zend_function_entry  170 ext/fileinfo/fileinfo.c zend_function_entry finfo_class_functions[] = {
zend_function_entry  204 ext/fileinfo/fileinfo.c zend_function_entry fileinfo_functions[] = {
zend_function_entry  124 ext/filter/filter.c static const zend_function_entry filter_functions[] = {
zend_function_entry  244 ext/ftp/php_ftp.c const zend_function_entry php_ftp_functions[] = {
zend_function_entry  886 ext/gd/gd.c    const zend_function_entry gd_functions[] = {
zend_function_entry   95 ext/gettext/gettext.c const zend_function_entry php_gettext_functions[] = {
zend_function_entry  139 ext/gmp/gmp.c  const zend_function_entry gmp_functions[] = {
zend_function_entry 1236 ext/hash/hash.c const zend_function_entry hash_functions[] = {
zend_function_entry  128 ext/iconv/iconv.c const zend_function_entry iconv_functions[] = {
zend_function_entry  471 ext/imap/php_imap.c const zend_function_entry imap_functions[] = {
zend_function_entry  321 ext/interbase/interbase.c const zend_function_entry ibase_functions[] = {
zend_function_entry  116 ext/intl/collator/collator_class.c zend_function_entry Collator_class_functions[] = {
zend_function_entry  998 ext/intl/converter/converter.c static zend_function_entry php_converter_methods[] = {
zend_function_entry  170 ext/intl/dateformat/dateformat_class.c static zend_function_entry IntlDateFormatter_class_functions[] = {
zend_function_entry  172 ext/intl/formatter/formatter_class.c static zend_function_entry NumberFormatter_class_functions[] = {
zend_function_entry   69 ext/intl/locale/locale_class.c zend_function_entry Locale_class_functions[] = {
zend_function_entry  144 ext/intl/msgformat/msgformat_class.c static zend_function_entry MessageFormatter_class_functions[] = {
zend_function_entry   44 ext/intl/normalizer/normalizer_class.c zend_function_entry Normalizer_class_functions[] = {
zend_function_entry  637 ext/intl/php_intl.c zend_function_entry intl_functions[] = {
zend_function_entry  407 ext/intl/resourcebundle/resourcebundle_class.c static zend_function_entry ResourceBundle_class_functions[] = {
zend_function_entry  111 ext/intl/spoofchecker/spoofchecker_class.c zend_function_entry Spoofchecker_class_functions[] = {
zend_function_entry  380 ext/intl/transliterator/transliterator_class.c zend_function_entry Transliterator_class_functions[] = {
zend_function_entry   76 ext/json/json.c static const zend_function_entry json_functions[] = {
zend_function_entry   90 ext/json/json.c static const zend_function_entry json_serializable_interface[] = {
zend_function_entry 3234 ext/ldap/ldap.c const zend_function_entry ldap_functions[] = {
zend_function_entry  123 ext/libxml/libxml.c static const zend_function_entry libxml_functions[] = {
zend_function_entry  526 ext/mbstring/mbstring.c const zend_function_entry mbstring_functions[] = {
zend_function_entry  241 ext/mcrypt/mcrypt.c const zend_function_entry mcrypt_functions[] = { /* {{{ */
zend_function_entry  150 ext/mssql/php_mssql.c const zend_function_entry mssql_functions[] = {
zend_function_entry  241 ext/mysql/php_mysql.c static const zend_function_entry mysql_functions[] = {
zend_function_entry  168 ext/mysqli/mysqli_driver.c const zend_function_entry mysqli_driver_methods[] = {
zend_function_entry   34 ext/mysqli/mysqli_exception.c const zend_function_entry mysqli_exception_methods[] = {
zend_function_entry  395 ext/mysqli/mysqli_fe.c const zend_function_entry mysqli_functions[] = {
zend_function_entry  532 ext/mysqli/mysqli_fe.c const zend_function_entry mysqli_link_methods[] = {
zend_function_entry  594 ext/mysqli/mysqli_fe.c const zend_function_entry mysqli_result_methods[] = {
zend_function_entry  619 ext/mysqli/mysqli_fe.c const zend_function_entry mysqli_stmt_methods[] = {
zend_function_entry   41 ext/mysqli/mysqli_priv.h extern const zend_function_entry mysqli_functions[];
zend_function_entry   42 ext/mysqli/mysqli_priv.h extern const zend_function_entry mysqli_link_methods[];
zend_function_entry   43 ext/mysqli/mysqli_priv.h extern const zend_function_entry mysqli_stmt_methods[];
zend_function_entry   44 ext/mysqli/mysqli_priv.h extern const zend_function_entry mysqli_result_methods[];
zend_function_entry   45 ext/mysqli/mysqli_priv.h extern const zend_function_entry mysqli_driver_methods[];
zend_function_entry   46 ext/mysqli/mysqli_priv.h extern const zend_function_entry mysqli_warning_methods[];
zend_function_entry   47 ext/mysqli/mysqli_priv.h extern const zend_function_entry mysqli_exception_methods[];
zend_function_entry  331 ext/mysqli/mysqli_warning.c const zend_function_entry mysqli_warning_methods[] = {
zend_function_entry   36 ext/mysqlnd/php_mysqlnd.c static zend_function_entry mysqlnd_functions[] = {
zend_function_entry  853 ext/oci8/oci8.c zend_function_entry php_oci_functions[] = {
zend_function_entry  991 ext/oci8/oci8.c zend_function_entry php_oci_lob_class_functions[] = {
zend_function_entry 1026 ext/oci8/oci8.c zend_function_entry php_oci_coll_class_functions[] = {
zend_function_entry  107 ext/odbc/birdstep.c const zend_function_entry birdstep_functions[] = {
zend_function_entry  328 ext/odbc/php_odbc.c const zend_function_entry odbc_functions[] = {
zend_function_entry   78 ext/opcache/zend_accelerator_module.c static zend_function_entry accel_functions[] = {
zend_function_entry  434 ext/openssl/openssl.c const zend_function_entry openssl_functions[] = {
zend_function_entry  145 ext/pcntl/pcntl.c const zend_function_entry pcntl_functions[] = {
zend_function_entry 2008 ext/pcre/php_pcre.c static const zend_function_entry pcre_functions[] = {
zend_function_entry  126 ext/pdo/pdo.c  const zend_function_entry pdo_functions[] = {
zend_function_entry 1264 ext/pdo/pdo_dbh.c const zend_function_entry pdo_dbh_functions[] = {
zend_function_entry 1288 ext/pdo/pdo_dbh.c 	const zend_function_entry *funcs;
zend_function_entry 2191 ext/pdo/pdo_stmt.c const zend_function_entry pdo_dbstmt_functions[] = {
zend_function_entry 2558 ext/pdo/pdo_stmt.c const zend_function_entry pdo_row_functions[] = {
zend_function_entry  306 ext/pdo/php_pdo_driver.h typedef const zend_function_entry *(*pdo_dbh_get_driver_methods_func)(pdo_dbh_t *dbh, int kind TSRMLS_DC);
zend_function_entry   37 ext/pdo/php_pdo_int.h extern const zend_function_entry pdo_dbh_functions[];
zend_function_entry   42 ext/pdo/php_pdo_int.h extern const zend_function_entry pdo_dbstmt_functions[];
zend_function_entry   51 ext/pdo/php_pdo_int.h extern const zend_function_entry pdo_row_functions[];
zend_function_entry   38 ext/pdo_dblib/pdo_dblib.c const zend_function_entry pdo_dblib_functions[] = {
zend_function_entry   31 ext/pdo_firebird/pdo_firebird.c const zend_function_entry pdo_firebird_functions[] = { /* {{{ */
zend_function_entry  220 ext/pdo_mysql/pdo_mysql.c const zend_function_entry pdo_mysql_functions[] = {
zend_function_entry   34 ext/pdo_oci/pdo_oci.c const zend_function_entry pdo_oci_functions[] = {
zend_function_entry   34 ext/pdo_odbc/pdo_odbc.c const zend_function_entry pdo_odbc_functions[] = {
zend_function_entry   43 ext/pdo_pgsql/pdo_pgsql.c const zend_function_entry pdo_pgsql_functions[] = {
zend_function_entry 1127 ext/pdo_pgsql/pgsql_driver.c static const zend_function_entry dbh_methods[] = {
zend_function_entry 1140 ext/pdo_pgsql/pgsql_driver.c static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC)
zend_function_entry   37 ext/pdo_sqlite/pdo_sqlite.c const zend_function_entry pdo_sqlite_functions[] = {
zend_function_entry  716 ext/pdo_sqlite/sqlite_driver.c static const zend_function_entry dbh_methods[] = {
zend_function_entry  723 ext/pdo_sqlite/sqlite_driver.c static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC)
zend_function_entry  589 ext/pgsql/pgsql.c const zend_function_entry pgsql_functions[] = {
zend_function_entry 3298 ext/phar/phar.c zend_function_entry phar_functions[] = {
zend_function_entry 5294 ext/phar/phar_object.c zend_function_entry php_archive_methods[] = {
zend_function_entry 5370 ext/phar/phar_object.c zend_function_entry php_entry_methods[] = {
zend_function_entry 5390 ext/phar/phar_object.c zend_function_entry phar_exception_methods[] = {
zend_function_entry  219 ext/posix/posix.c const zend_function_entry posix_functions[] = {
zend_function_entry  181 ext/pspell/pspell.c static const zend_function_entry pspell_functions[] = {
zend_function_entry  131 ext/readline/readline.c static const zend_function_entry php_readline_functions[] = {
zend_function_entry   83 ext/recode/recode.c static const zend_function_entry php_recode_functions[] = {
zend_function_entry 5738 ext/reflection/php_reflection.c static const zend_function_entry reflection_exception_functions[] = {
zend_function_entry 5755 ext/reflection/php_reflection.c static const zend_function_entry reflection_functions[] = {
zend_function_entry 5761 ext/reflection/php_reflection.c static const zend_function_entry reflector_functions[] = {
zend_function_entry 5784 ext/reflection/php_reflection.c static const zend_function_entry reflection_function_abstract_functions[] = {
zend_function_entry 5813 ext/reflection/php_reflection.c static const zend_function_entry reflection_function_functions[] = {
zend_function_entry 5853 ext/reflection/php_reflection.c static const zend_function_entry reflection_method_functions[] = {
zend_function_entry 5950 ext/reflection/php_reflection.c static const zend_function_entry reflection_class_functions[] = {
zend_function_entry 6014 ext/reflection/php_reflection.c static const zend_function_entry reflection_object_functions[] = {
zend_function_entry 6045 ext/reflection/php_reflection.c static const zend_function_entry reflection_property_functions[] = {
zend_function_entry 6076 ext/reflection/php_reflection.c static const zend_function_entry reflection_parameter_functions[] = {
zend_function_entry 6109 ext/reflection/php_reflection.c static const zend_function_entry reflection_extension_functions[] = {
zend_function_entry 6132 ext/reflection/php_reflection.c static const zend_function_entry reflection_zend_extension_functions[] = {
zend_function_entry 6146 ext/reflection/php_reflection.c const zend_function_entry reflection_ext_functions[] = { /* {{{ */
zend_function_entry 2292 ext/session/session.c static const zend_function_entry session_functions[] = {
zend_function_entry 2320 ext/session/session.c static const zend_function_entry php_session_iface_functions[] = {
zend_function_entry 2333 ext/session/session.c static const zend_function_entry php_session_id_iface_functions[] = {
zend_function_entry 2341 ext/session/session.c static const zend_function_entry php_session_class_functions[] = {
zend_function_entry   83 ext/shmop/shmop.c const zend_function_entry shmop_functions[] = {
zend_function_entry 2564 ext/simplexml/simplexml.c const zend_function_entry simplexml_functions[] = { /* {{{ */
zend_function_entry 2600 ext/simplexml/simplexml.c static const zend_function_entry sxe_functions[] = { /* {{{ */
zend_function_entry  176 ext/simplexml/sxe.c static const zend_function_entry funcs_SimpleXMLIterator[] = {
zend_function_entry  127 ext/skeleton/skeleton.c const zend_function_entry extname_functions[] = {
zend_function_entry  387 ext/snmp/snmp.c const zend_function_entry snmp_functions[] = {
zend_function_entry 2343 ext/snmp/snmp.c static zend_function_entry php_snmp_class_methods[] = {
zend_function_entry  394 ext/soap/soap.c static const zend_function_entry soap_functions[] = {
zend_function_entry  400 ext/soap/soap.c static const zend_function_entry soap_fault_functions[] = {
zend_function_entry  406 ext/soap/soap.c static const zend_function_entry soap_server_functions[] = {
zend_function_entry  419 ext/soap/soap.c static const zend_function_entry soap_client_functions[] = {
zend_function_entry  437 ext/soap/soap.c static const zend_function_entry soap_var_functions[] = {
zend_function_entry  442 ext/soap/soap.c static const zend_function_entry soap_param_functions[] = {
zend_function_entry  447 ext/soap/soap.c static const zend_function_entry soap_header_functions[] = {
zend_function_entry  311 ext/sockets/sockets.c const zend_function_entry sockets_functions[] = {
zend_function_entry  924 ext/spl/php_spl.c const zend_function_entry spl_functions[] = {
zend_function_entry 1896 ext/spl/spl_array.c static const zend_function_entry spl_funcs_ArrayObject[] = {
zend_function_entry 1923 ext/spl/spl_array.c static const zend_function_entry spl_funcs_ArrayIterator[] = {
zend_function_entry 1952 ext/spl/spl_array.c static const zend_function_entry spl_funcs_RecursiveArrayIterator[] = {
zend_function_entry 1951 ext/spl/spl_directory.c static const zend_function_entry spl_SplFileInfo_functions[] = {
zend_function_entry 1997 ext/spl/spl_directory.c static const zend_function_entry spl_DirectoryIterator_functions[] = {
zend_function_entry 2026 ext/spl/spl_directory.c static const zend_function_entry spl_FilesystemIterator_functions[] = {
zend_function_entry 2037 ext/spl/spl_directory.c static const zend_function_entry spl_RecursiveDirectoryIterator_functions[] = {
zend_function_entry 2047 ext/spl/spl_directory.c static const zend_function_entry spl_GlobIterator_functions[] = {
zend_function_entry 3083 ext/spl/spl_directory.c static const zend_function_entry spl_SplFileObject_functions[] = {
zend_function_entry 3125 ext/spl/spl_directory.c static const zend_function_entry spl_SplTempFileObject_functions[] = {
zend_function_entry 1360 ext/spl/spl_dllist.c static const zend_function_entry spl_funcs_SplQueue[] = {
zend_function_entry 1366 ext/spl/spl_dllist.c static const zend_function_entry spl_funcs_SplDoublyLinkedList[] = {
zend_function_entry 1117 ext/spl/spl_fixedarray.c static zend_function_entry spl_funcs_SplFixedArray[] = { /* {{{ */
zend_function_entry   31 ext/spl/spl_functions.c void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry * functions TSRMLS_DC)
zend_function_entry   41 ext/spl/spl_functions.c PHPAPI void spl_register_std_class(zend_class_entry ** ppce, char * class_name, void * obj_ctor, const zend_function_entry * function_list TSRMLS_DC)
zend_function_entry   56 ext/spl/spl_functions.c PHPAPI void spl_register_sub_class(zend_class_entry ** ppce, zend_class_entry * parent_ce, char * class_name, void *obj_ctor, const zend_function_entry * function_list TSRMLS_DC)
zend_function_entry   52 ext/spl/spl_functions.h void spl_register_std_class(zend_class_entry ** ppce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_list TSRMLS_DC);
zend_function_entry   53 ext/spl/spl_functions.h void spl_register_sub_class(zend_class_entry ** ppce, zend_class_entry * parent_ce, char * class_name, create_object_func_t ctor, const zend_function_entry * function_list TSRMLS_DC);
zend_function_entry   54 ext/spl/spl_functions.h void spl_register_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry *functions TSRMLS_DC);
zend_function_entry 1171 ext/spl/spl_heap.c static const zend_function_entry spl_funcs_SplMinHeap[] = {
zend_function_entry 1175 ext/spl/spl_heap.c static const zend_function_entry spl_funcs_SplMaxHeap[] = {
zend_function_entry 1180 ext/spl/spl_heap.c static const zend_function_entry spl_funcs_SplPriorityQueue[] = {
zend_function_entry 1197 ext/spl/spl_heap.c static const zend_function_entry spl_funcs_SplHeap[] = {
zend_function_entry   69 ext/spl/spl_iterators.c const zend_function_entry spl_funcs_RecursiveIterator[] = {
zend_function_entry  995 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_RecursiveIteratorIterator[] = {
zend_function_entry 1312 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_RecursiveTreeIterator[] = {
zend_function_entry 2424 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_FilterIterator[] = {
zend_function_entry 2441 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_CallbackFilterIterator[] = {
zend_function_entry 2452 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_RecursiveCallbackFilterIterator[] = {
zend_function_entry 2463 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_RecursiveFilterIterator[] = {
zend_function_entry 2470 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_ParentIterator[] = {
zend_function_entry 2497 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_RegexIterator[] = {
zend_function_entry 2518 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_RecursiveRegexIterator[] = {
zend_function_entry 2650 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_SeekableIterator[] = {
zend_function_entry 2665 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_LimitIterator[] = {
zend_function_entry 3084 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_CachingIterator[] = {
zend_function_entry 3151 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_RecursiveCachingIterator[] = {
zend_function_entry 3169 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_IteratorIterator[] = {
zend_function_entry 3266 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_NoRewindIterator[] = {
zend_function_entry 3307 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_InfiniteIterator[] = {
zend_function_entry 3361 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_EmptyIterator[] = {
zend_function_entry 3534 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_AppendIterator[] = {
zend_function_entry 3724 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_OuterIterator[] = {
zend_function_entry 3729 ext/spl/spl_iterators.c static const zend_function_entry spl_funcs_Countable[] = {
zend_function_entry   52 ext/spl/spl_observer.c static const zend_function_entry spl_funcs_SplObserver[] = {
zend_function_entry   68 ext/spl/spl_observer.c static const zend_function_entry spl_funcs_SplSubject[] = {
zend_function_entry  968 ext/spl/spl_observer.c static const zend_function_entry spl_funcs_SplObjectStorage[] = {
zend_function_entry 1296 ext/spl/spl_observer.c static const zend_function_entry spl_funcs_MultipleIterator[] = {
zend_function_entry 1966 ext/sqlite3/sqlite3.c static zend_function_entry php_sqlite3_class_methods[] = {
zend_function_entry 1995 ext/sqlite3/sqlite3.c static zend_function_entry php_sqlite3_stmt_class_methods[] = {
zend_function_entry 2010 ext/sqlite3/sqlite3.c static zend_function_entry php_sqlite3_result_class_methods[] = {
zend_function_entry 2673 ext/standard/basic_functions.c const zend_function_entry basic_functions[] = { /* {{{ */
zend_function_entry  104 ext/standard/dir.c static const zend_function_entry php_dir_class_functions[] = {
zend_function_entry  188 ext/standard/dl.c 				zend_function_entry *functions;
zend_function_entry   70 ext/standard/user_filters.c static const zend_function_entry user_filter_class_funcs[] = {
zend_function_entry  157 ext/sybase_ct/php_sybase_ct.c const zend_function_entry sybase_functions[] = {
zend_function_entry   90 ext/sysvmsg/sysvmsg.c const zend_function_entry sysvmsg_functions[] = {
zend_function_entry   83 ext/sysvsem/sysvsem.c const zend_function_entry sysvsem_functions[] = {
zend_function_entry   81 ext/sysvshm/sysvshm.c const zend_function_entry sysvshm_functions[] = {
zend_function_entry  377 ext/tidy/tidy.c static const zend_function_entry tidy_functions[] = {
zend_function_entry  407 ext/tidy/tidy.c static const zend_function_entry tidy_funcs_doc[] = {
zend_function_entry  432 ext/tidy/tidy.c static const zend_function_entry tidy_funcs_node[] = {
zend_function_entry   54 ext/tokenizer/tokenizer.c const zend_function_entry tokenizer_functions[] = {
zend_function_entry  135 ext/wddx/wddx.c const zend_function_entry wddx_functions[] = {
zend_function_entry  216 ext/xml/xml.c  const zend_function_entry xml_functions[] = {
zend_function_entry 1270 ext/xmlreader/php_xmlreader.c static const zend_function_entry xmlreader_functions[] = {
zend_function_entry  146 ext/xmlrpc/xmlrpc-epi-php.c const zend_function_entry xmlrpc_functions[] = {
zend_function_entry  478 ext/xmlwriter/php_xmlwriter.c static const zend_function_entry xmlwriter_functions[] = {
zend_function_entry  535 ext/xmlwriter/php_xmlwriter.c static const zend_function_entry xmlwriter_class_functions[] = {
zend_function_entry   37 ext/xsl/php_xsl.c const zend_function_entry xsl_functions[] = {
zend_function_entry   24 ext/xsl/xsl_fe.h extern const zend_function_entry php_xsl_xsltprocessor_class_functions[];
zend_function_entry   90 ext/xsl/xsltprocessor.c const zend_function_entry php_xsl_xsltprocessor_class_functions[] = {
zend_function_entry  782 ext/zip/php_zip.c static const zend_function_entry zip_functions[] = {
zend_function_entry 2991 ext/zip/php_zip.c static const zend_function_entry zip_class_functions[] = {
zend_function_entry  847 ext/zlib/zlib.c static const zend_function_entry php_zlib_functions[] = {
zend_function_entry  274 main/SAPI.h    	const zend_function_entry *additional_functions;
zend_function_entry  248 sapi/aolserver/aolserver.c static const zend_function_entry aolserver_functions[] = {
zend_function_entry   98 sapi/apache/php_apache.c const zend_function_entry apache_functions[] = {
zend_function_entry  391 sapi/apache2filter/php_functions.c static const zend_function_entry apache_functions[] = {
zend_function_entry  516 sapi/apache2handler/php_functions.c static const zend_function_entry apache_functions[] = {
zend_function_entry   84 sapi/apache_hooks/php_apache.c const zend_function_entry apache_functions[] = {
zend_function_entry 1293 sapi/apache_hooks/php_apache.c const static zend_function_entry php_apache_request_class_functions[] = {
zend_function_entry  990 sapi/cgi/cgi_main.c static const zend_function_entry additional_functions[] = {
zend_function_entry 1710 sapi/cgi/cgi_main.c const zend_function_entry cgi_functions[] = {
zend_function_entry  482 sapi/cli/php_cli.c static const zend_function_entry additional_functions[] = {
zend_function_entry  597 sapi/cli/php_cli_server.c const zend_function_entry server_additional_functions[] = {
zend_function_entry   26 sapi/cli/php_cli_server.h extern const zend_function_entry server_additional_functions[];
zend_function_entry   83 sapi/continuity/capi.c const zend_function_entry continuity_functions[] = {
zend_function_entry  150 sapi/embed/php_embed.c static const zend_function_entry additional_functions[] = {
zend_function_entry  912 sapi/fpm/fpm/fpm_main.c static const zend_function_entry additional_functions[] = {
zend_function_entry 1578 sapi/fpm/fpm/fpm_main.c static const zend_function_entry cgi_fcgi_sapi_functions[] = {
zend_function_entry 1162 sapi/litespeed/lsapi_main.c zend_function_entry litespeed_functions[] = {
zend_function_entry  830 sapi/milter/php_milter.c const static zend_function_entry milter_functions[] = {
zend_function_entry  187 sapi/nsapi/nsapi.c const zend_function_entry nsapi_functions[] = {
zend_function_entry  404 sapi/phpdbg/phpdbg.c zend_function_entry phpdbg_user_functions[] = {