Home
last modified time | relevance | path

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

/PHP-7.3/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 Dconfig.m4.in18 if test "$PHP_%EXTNAMECAPS%" != "no"; then
42 dnl if test -r $PHP_%EXTNAMECAPS%/$SEARCH_FOR; then # path given as parameter
43 dnl %EXTNAMECAPS%_DIR=$PHP_%EXTNAMECAPS%
H A Dskeleton.c99 PHP_%EXTNAMECAPS%_VERSION, /* Version */
/PHP-7.3/ext/hash/
H A Dphp_hash_haval.h34 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *); \
H A Dhash_haval.c252 (php_hash_init_func_t) PHP_##p##HAVAL##b##Init, \
257 PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *context) \
261 context->Transform = PHP_##p##HAVALTransform; }
H A Dhash_tiger.c246 (php_hash_init_func_t) PHP_##p##TIGERInit, \
/PHP-7.3/ext/pcre/tests/
H A D004.phpt15 var_dump(preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', "PHP_FUNCTION(…
/PHP-7.3/
H A Dacinclude.m4703 PHP_REAL_ARG_WITH([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
728 PHP_REAL_ARG_ENABLE([$1],[$2],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_),[ifelse($5,,yes,$5)])
893 PHP_SUBST(PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)
894 ifelse($3,,,[PHP_ADD_SOURCES_X([sapi/$1],[$3],[$4],PHP_[]translit($1,a-z0-9-,A-Z0-9_)[]_OBJS)])
953 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
962 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=yes
971 [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
1019 am_i_shared=$[PHP_]translit($1,a-z_-,A-Z__)[_SHARED]
1020 is_it_shared=$[PHP_]translit($2,a-z_-,A-Z__)[_SHARED]
1021 is_it_enabled=$[PHP_]translit($2,a-z_-,A-Z__)
[all …]
H A DCODING_STANDARDS56 6. Use ``PHP_*`` macros in the PHP source, and ``ZEND_*`` macros in the Zend
57 part of the source. Although the ``PHP_*`` macro's are mostly aliased to the

Completed in 23 milliseconds