Home
last modified time | relevance | path

Searched refs:PHP_ (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/skeleton/
H A Dphp_skeleton.h3 #ifndef PHP_%EXTNAMECAPS%_H
4 # define PHP_%EXTNAMECAPS%_H macro
9 # define PHP_%EXTNAMECAPS%_VERSION "0.1.0" macro
H A Dconfig.w32.in3 if (PHP_%EXTNAMECAPS% != 'no') {
H A Dskeleton.c76 PHP_%EXTNAMECAPS%_VERSION, /* Version */
H A Dconfig.m4.in21 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.0/ext/hash/
H A Dphp_hash_haval.h33 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *); \
H A Dhash_haval.c248 (php_hash_init_func_t) PHP_##p##HAVAL##b##Init, \
256 PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *context) \
260 context->Transform = PHP_##p##HAVALTransform; }
H A Dhash_tiger.c258 (php_hash_init_func_t) PHP_##p##TIGERInit, \
/PHP-8.0/ext/pcre/tests/
H A D004.phpt15 var_dump(preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', "PHP_FUNCTION(…
/PHP-8.0/build/
H A Dphp.m4674 PHP_REAL_ARG_WITH([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
702 PHP_REAL_ARG_ENABLE([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
869 PHP_SUBST(PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)
870 ifelse($3,,,[PHP_ADD_SOURCES_X([sapi/$1],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)])
924 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
933 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=yes
942 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
988 am_i_shared=$[PHP_]translit($1,a-z_-,A-Z__)[_SHARED]
989 is_it_shared=$[PHP_]translit($2,a-z_-,A-Z__)[_SHARED]
990 is_it_enabled=$[PHP_]translit($2,a-z_-,A-Z__)
[all …]
/PHP-8.0/
H A DCODING_STANDARDS.md52 7. Use `PHP_*` macros in the PHP source, and `ZEND_*` macros in the Zend part of
53 the source. Although the `PHP_*` macros are mostly aliased to the `ZEND_*`

Completed in 20 milliseconds