Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_functions.c25 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name()
40 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces()
52 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits()
67 void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags) in spl_add_classes()
H A Dspl_engine.h24 static inline void spl_instantiate_arg_ex1(zend_class_entry *pce, zval *retval, zval *arg1) in spl_instantiate_arg_ex1()
31 zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) in spl_instantiate_arg_ex2()
39 zend_class_entry *pce, zval *retval, uint32_t argc, zval *argv) in spl_instantiate_arg_n()
H A Dspl_array.c1547 static void spl_instantiate_child_arg(zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) … in spl_instantiate_child_arg()
H A Dspl_iterators.c141 pcre_cache_entry *pce; member
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c169 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in php_free_pcre_cache() local
178 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in php_efree_pcre_cache() local
516 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in pcre_clean_cache() local
903 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex() local
916 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex() local
1119 pcre_cache_entry *pce; /* Compiled regular expression */ in php_do_pcre_match() local
2497 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION() local
2855 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION() local
3023 PHPAPI void php_pcre_pce_incref(pcre_cache_entry *pce) in php_pcre_pce_incref()
3029 PHPAPI void php_pcre_pce_decref(pcre_cache_entry *pce) in php_pcre_pce_decref()
[all …]
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_info.c408 zend_class_entry *pce = ce->parent; in PHPDBG_INFO() local
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c502 zend_class_entry *dbstmt_ce, *pce; in PHP_METHOD() local
805 zend_class_entry *pce; in pdo_dbh_attribute_set() local
/PHP-8.2/ext/readline/
H A Dreadline_cli.c505 zend_class_entry **pce; in cli_completion_generator_define() local
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c481 pcre_cache_entry *pce; in check_fmt() local
2234 pcre_cache_entry *pce; in magiccheck() local
H A Dfuncs.c650 pcre_cache_entry *pce; in file_replace() local
H A Dapprentice.c2662 pcre_cache_entry *pce; in getvalue() local
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2372 static uint32_t zend_convert_type(const zend_script *script, zend_type type, zend_class_entry **pce) in zend_convert_type()
2402 …end_fetch_arg_info_type(const zend_script *script, zend_arg_info *arg_info, zend_class_entry **pce) in zend_fetch_arg_info_type()
2493 …d_fetch_prop_type(const zend_script *script, zend_property_info *prop_info, zend_class_entry **pce) in zend_fetch_prop_type()
/PHP-8.2/sapi/cli/
H A Dphp_cli.c1049 zend_class_entry *pce = NULL; in do_cli() local
/PHP-8.2/ext/tidy/
H A Dtidy.c459 static zval *tidy_instantiate(zend_class_entry *pce, zval *object) in tidy_instantiate()
/PHP-8.2/Zend/
H A Dzend_inheritance.c2725 static zend_class_entry *zend_lazy_class_load(zend_class_entry *pce) in zend_lazy_class_load()
H A Dzend_API.c423 ZEND_API bool ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, b… in zend_parse_arg_class()
902 zend_class_entry *lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local
/PHP-8.2/ext/soap/
H A Dphp_encoding.c1370 …atic zval *to_zval_object_ex(zval *ret, encodeTypePtr type, xmlNodePtr data, zend_class_entry *pce) in to_zval_object_ex()
/PHP-8.2/ext/imap/
H A Dphp_imap.c816 pcre_cache_entry *pce; /* Compiled regex */ in PHP_FUNCTION() local
/PHP-8.2/ext/date/
H A Dphp_date.c2318 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in php_date_instantiate()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c291 static zval *reflection_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in reflection_instantiate()

Completed in 202 milliseconds