php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_pcre_arginfo.h File Reference

Go to the source code of this file.

Macros

#define arginfo_preg_match_all   arginfo_preg_match
 
#define arginfo_preg_filter   arginfo_preg_replace
 

Functions

 ZEND_FRAMELESS_FUNCTION (preg_match, 2)
 
 ZEND_FRAMELESS_FUNCTION (preg_replace, 3)
 
 ZEND_FUNCTION (preg_match)
 
 ZEND_FUNCTION (preg_match_all)
 
 ZEND_FUNCTION (preg_replace)
 
 ZEND_FUNCTION (preg_filter)
 
 ZEND_FUNCTION (preg_replace_callback)
 
 ZEND_FUNCTION (preg_replace_callback_array)
 
 ZEND_FUNCTION (preg_split)
 
 ZEND_FUNCTION (preg_quote)
 
 ZEND_FUNCTION (preg_grep)
 
 ZEND_FUNCTION (preg_last_error)
 
 ZEND_FUNCTION (preg_last_error_msg)
 

Macro Definition Documentation

◆ arginfo_preg_filter

#define arginfo_preg_filter   arginfo_preg_replace

Definition at line 22 of file php_pcre_arginfo.h.

◆ arginfo_preg_match_all

#define arginfo_preg_match_all   arginfo_preg_match

Definition at line 12 of file php_pcre_arginfo.h.

Function Documentation

◆ ZEND_FRAMELESS_FUNCTION() [1/2]

ZEND_FRAMELESS_FUNCTION ( preg_match ,
2  )

Definition at line 1481 of file php_pcre.c.

◆ ZEND_FRAMELESS_FUNCTION() [2/2]

ZEND_FRAMELESS_FUNCTION ( preg_replace ,
3  )

Definition at line 2380 of file php_pcre.c.

◆ ZEND_FUNCTION() [1/11]

ZEND_FUNCTION ( preg_filter )

◆ ZEND_FUNCTION() [2/11]

ZEND_FUNCTION ( preg_grep )

◆ ZEND_FUNCTION() [3/11]

ZEND_FUNCTION ( preg_last_error )

◆ ZEND_FUNCTION() [4/11]

ZEND_FUNCTION ( preg_last_error_msg )

◆ ZEND_FUNCTION() [5/11]

ZEND_FUNCTION ( preg_match )

◆ ZEND_FUNCTION() [6/11]

ZEND_FUNCTION ( preg_match_all )

◆ ZEND_FUNCTION() [7/11]

ZEND_FUNCTION ( preg_quote )

◆ ZEND_FUNCTION() [8/11]

ZEND_FUNCTION ( preg_replace )

◆ ZEND_FUNCTION() [9/11]

ZEND_FUNCTION ( preg_replace_callback )

◆ ZEND_FUNCTION() [10/11]

ZEND_FUNCTION ( preg_replace_callback_array )

◆ ZEND_FUNCTION() [11/11]

ZEND_FUNCTION ( preg_split )