Home
last modified time | relevance | path

Searched defs:pce (Results 1 – 19 of 19) sorted by relevance

/PHP-8.0/ext/spl/
H A Dspl_engine.h26 static inline void spl_instantiate_arg_ex1(zend_class_entry *pce, zval *retval, zval *arg1) in spl_instantiate_arg_ex1()
33 zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) in spl_instantiate_arg_ex2()
41 zend_class_entry *pce, zval *retval, uint32_t argc, zval *argv) in spl_instantiate_arg_n()
H A Dspl_functions.c76 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name()
91 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces()
105 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits()
121 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags) in spl_add_classes()
H A Dspl_iterators.h151 pcre_cache_entry *pce; member
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c160 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in php_free_pcre_cache() local
169 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in php_efree_pcre_cache() local
531 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in pcre_clean_cache() local
919 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex() local
932 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex() local
1135 pcre_cache_entry *pce; /* Compiled regular expression */ in php_do_pcre_match() local
2510 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION() local
2868 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION() local
3036 PHPAPI void php_pcre_pce_incref(pcre_cache_entry *pce) in php_pcre_pce_incref()
3042 PHPAPI void php_pcre_pce_decref(pcre_cache_entry *pce) in php_pcre_pce_decref()
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c406 zend_class_entry *pce; in PHPDBG_INFO() local
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c496 zend_class_entry *dbstmt_ce, *pce; in PHP_METHOD() local
757 zend_class_entry *pce; in pdo_dbh_attribute_set() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c479 pcre_cache_entry *pce; in check_fmt() local
2214 pcre_cache_entry *pce; in magiccheck() local
H A Dfuncs.c609 pcre_cache_entry *pce; in file_replace() local
H A Dapprentice.c2652 pcre_cache_entry *pce; in getvalue() local
/PHP-8.0/ext/readline/
H A Dreadline_cli.c494 zend_class_entry **pce; in cli_completion_generator_define() local
/PHP-8.0/sapi/cli/
H A Dphp_cli.c1028 zend_class_entry *pce = NULL; in do_cli() local
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c276 static void zend_class_copy_ctor(zend_class_entry **pce) in zend_class_copy_ctor()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c2056 …end_fetch_arg_info_type(const zend_script *script, zend_arg_info *arg_info, zend_class_entry **pce) in zend_fetch_arg_info_type()
2167 …d_fetch_prop_type(const zend_script *script, zend_property_info *prop_info, zend_class_entry **pce) in zend_fetch_prop_type()
/PHP-8.0/ext/tidy/
H A Dtidy.c522 static zval * tidy_instanciate(zend_class_entry *pce, zval *object) in tidy_instanciate()
/PHP-8.0/Zend/
H A Dzend_API.c400 ZEND_API bool ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, b… in zend_parse_arg_class()
811 zend_class_entry *lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local
/PHP-8.0/ext/soap/
H A Dphp_encoding.c1374 …atic zval *to_zval_object_ex(zval *ret, encodeTypePtr type, xmlNodePtr data, zend_class_entry *pce) in to_zval_object_ex()
/PHP-8.0/ext/imap/
H A Dphp_imap.c927 pcre_cache_entry *pce; /* Compiled regex */ in PHP_FUNCTION() local
/PHP-8.0/ext/date/
H A Dphp_date.c2204 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in php_date_instantiate()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c296 static zval *reflection_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in reflection_instantiate()

Completed in 120 milliseconds