Searched defs:ident (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/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.2/ext/standard/ |
H A D | password.c | 39 int php_password_algo_register(const char *ident, const php_password_algo *algo) { in php_password_algo_register() 44 void php_password_algo_unregister(const char *ident) { in php_password_algo_unregister() 472 const php_password_algo* php_password_algo_find(const zend_string *ident) { in php_password_algo_find() 524 const char *ident, *ident_end; in php_password_algo_extract_ident() local 543 zend_string *ident = php_password_algo_extract_ident(hash); in php_password_algo_identify_ex() local 558 zend_string *hash, *ident; in PHP_FUNCTION() local
|
H A D | syslog.c | 61 char *ident; in PHP_FUNCTION() local
|
/PHP-8.2/win32/ |
H A D | wsyslog.c | 146 void openlog(const char *ident, int logopt, int facility) in openlog()
|
/PHP-8.2/main/ |
H A D | php_syslog.c | 74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_tga.h | 26 char *ident; // identifcation tag string member
|
/PHP-8.2/ext/pdo_firebird/ |
H A D | firebird_driver.c | 300 char pname[254], ident[253], ident2[253]; in preprocess() local
|
/PHP-8.2/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 | 128 unsigned char *ident; member
|
Completed in 40 milliseconds