Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/standard/html_tables/
H A Dhtml_table_gen.php355 $ident = "html5"; variable
794 $ident = "html4"; variable
800 $ident = "be_noapos"; variable
806 $ident = "be_apos"; variable
/PHP-8.0/ext/standard/
H A Dpassword.c40 int php_password_algo_register(const char *ident, const php_password_algo *algo) { in php_password_algo_register()
45 void php_password_algo_unregister(const char *ident) { in php_password_algo_unregister()
471 const php_password_algo* php_password_algo_find(const zend_string *ident) { in php_password_algo_find()
523 const char *ident, *ident_end; in php_password_algo_extract_ident() local
542 zend_string *ident = php_password_algo_extract_ident(hash); in php_password_algo_identify_ex() local
557 zend_string *hash, *ident; in PHP_FUNCTION() local
H A Dsyslog.c132 char *ident; in PHP_FUNCTION() local
/PHP-8.0/win32/
H A Dwsyslog.c146 void openlog(const char *ident, int logopt, int facility) in openlog()
/PHP-8.0/main/
H A Dphp_syslog.c35 void php_openlog(const char *ident, int option, int facility) in php_openlog()
/PHP-8.0/ext/gd/libgd/
H A Dgd_tga.h26 char *ident; // identifcation tag string member
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c297 char pname[254], ident[253], ident2[253]; in preprocess() local
/PHP-8.0/Zend/
H A Dzend_language_scanner.l312 char *ident = (char *) SCNG(yy_start) + ident_ref.offset; in zend_lex_tstring() local
H A Dzend_compile.h130 zend_lexer_ident_ref ident; member

Completed in 65 milliseconds