Searched defs:ident (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/standard/html_tables/ |
H A D | html_table_gen.php | 355 $ident = "html5"; variable 794 $ident = "html4"; variable 800 $ident = "be_noapos"; variable 806 $ident = "be_apos"; variable
|
/PHP-8.1/ext/standard/ |
H A D | password.c | 40 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() 476 const php_password_algo* php_password_algo_find(const zend_string *ident) { in php_password_algo_find() 528 const char *ident, *ident_end; in php_password_algo_extract_ident() local 547 zend_string *ident = php_password_algo_extract_ident(hash); in php_password_algo_identify_ex() local 562 zend_string *hash, *ident; in PHP_FUNCTION() local
|
H A D | syslog.c | 117 char *ident; in PHP_FUNCTION() local
|
/PHP-8.1/win32/ |
H A D | wsyslog.c | 146 void openlog(const char *ident, int logopt, int facility) in openlog()
|
/PHP-8.1/main/ |
H A D | php_syslog.c | 74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_tga.h | 26 char *ident; // identifcation tag string member
|
/PHP-8.1/ext/pdo_firebird/ |
H A D | firebird_driver.c | 298 char pname[254], ident[253], ident2[253]; in preprocess() local
|
/PHP-8.1/Zend/ |
H A D | zend_language_scanner.l | 299 ZEND_API zend_result zend_lex_tstring(zval *zv, unsigned char *ident) in zend_lex_tstring()
|
H A D | zend_compile.h | 125 unsigned char *ident; member
|
Completed in 31 milliseconds