Searched refs:PHP_ (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/skeleton/ |
H A D | php_skeleton.h | 3 #ifndef PHP_%EXTNAMECAPS%_H 4 # define PHP_%EXTNAMECAPS%_H macro 9 # define PHP_%EXTNAMECAPS%_VERSION "0.1.0" macro
|
H A D | config.w32.in | 3 if (PHP_%EXTNAMECAPS% != 'no') {
|
H A D | skeleton.c | 76 PHP_%EXTNAMECAPS%_VERSION, /* Version */
|
H A D | config.m4.in | 21 if test "$PHP_%EXTNAMECAPS%" != "no"; then 39 dnl if test -r $PHP_%EXTNAMECAPS%/$SEARCH_FOR; then # path given as parameter 40 dnl %EXTNAMECAPS%_DIR=$PHP_%EXTNAMECAPS%
|
/PHP-8.3/ext/hash/ |
H A D | php_hash_haval.h | 33 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *, ZE…
|
H A D | hash_haval.c | 248 (php_hash_init_func_t) PHP_##p##HAVAL##b##Init, \ 256 PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *… 260 context->Transform = PHP_##p##HAVALTransform; }
|
H A D | hash_tiger.c | 258 (php_hash_init_func_t) PHP_##p##TIGERInit, \
|
/PHP-8.3/ext/pcre/tests/ |
H A D | 004.phpt | 15 var_dump(preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', "PHP_FUNCTION(…
|
/PHP-8.3/build/ |
H A D | php.m4 | 678 PHP_REAL_ARG_WITH([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)]) 706 PHP_REAL_ARG_ENABLE([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)]) 873 PHP_SUBST(PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS) 874 ifelse($3,,,[PHP_ADD_SOURCES_X([sapi/$1],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)]) 928 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no 937 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=yes 946 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no 992 am_i_shared=$[PHP_]translit($1,a-z_-,A-Z__)[_SHARED] 993 is_it_shared=$[PHP_]translit($2,a-z_-,A-Z__)[_SHARED] 994 is_it_enabled=$[PHP_]translit($2,a-z_-,A-Z__) [all …]
|
/PHP-8.3/ |
H A D | CODING_STANDARDS.md | 54 1. Use `PHP_*` macros in the PHP source, and `ZEND_*` macros in the Zend part of 55 the source. Although the `PHP_*` macros are mostly aliased to the `ZEND_*`
|
Completed in 30 milliseconds