Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_engine.h33 static inline int spl_instantiate_arg_ex1(zend_class_entry *pce, zval *retval, zval *arg1) in spl_instantiate_arg_ex1()
44 static inline int spl_instantiate_arg_ex2(zend_class_entry *pce, zval *retval, zval *arg1, zval *ar… in spl_instantiate_arg_ex2()
55 static inline void spl_instantiate_arg_n(zend_class_entry *pce, zval *retval, int argc, zval *argv) in spl_instantiate_arg_n()
H A Dspl_functions.c80 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name()
95 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces()
106 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits()
118 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags) in spl_add_classes()
H A Dspl_engine.c35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval *object) in spl_instantiate()
H A Dspl_iterators.h159 pcre_cache_entry *pce; member
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c122 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in php_free_pcre_cache() local
258 pcre_cache_entry *pce = (pcre_cache_entry *) Z_PTR_P(data); in pcre_clean_cache() local
271 static char **make_subpats_table(int num_subpats, pcre_cache_entry *pce) in make_subpats_table()
341 pcre_cache_entry *pce; in pcre_get_compiled_regex_cache_ex() local
651 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex() local
668 pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex); in pcre_get_compiled_regex_ex() local
718 pcre_cache_entry *pce; /* Compiled regular expression */ in php_do_pcre_match() local
1263 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace() local
1764 pcre_cache_entry *pce; /* Compiled regular expression */ in php_pcre_replace_func() local
2208 pcre_cache_entry *pce; /* Compiled regular expression */ in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/simplexml/
H A Dsxe.c198 zend_class_entry *pce; in PHP_MINIT_FUNCTION() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_info.c408 zend_class_entry *pce; in PHPDBG_INFO() local
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c476 zend_class_entry *dbstmt_ce, *pce; in PHP_METHOD() local
748 zend_class_entry *pce; in pdo_dbh_attribute_set() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c469 pcre_cache_entry *pce; in file_replace() local
H A Dsoftmagic.c415 pcre *pce; in check_fmt() local
1883 pcre_cache_entry *pce; in magiccheck() local
H A Dapprentice.c2529 pcre_cache_entry *pce; in getvalue() local
/PHP-7.2/ext/readline/
H A Dreadline_cli.c487 zend_class_entry **pce; in cli_completion_generator_define() local
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c341 static void zend_class_copy_ctor(zend_class_entry **pce) in zend_class_copy_ctor()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c1096 zend_class_entry *pce = NULL; in do_cli() local
/PHP-7.2/ext/wddx/
H A Dwddx.c884 zend_class_entry *pce; in php_wddx_pop_element() local
/PHP-7.2/ext/tidy/
H A Dtidy.c737 static zval * tidy_instanciate(zend_class_entry *pce, zval *object) in tidy_instanciate()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c2234 …2_t zend_fetch_arg_info(const zend_script *script, zend_arg_info *arg_info, zend_class_entry **pce) in zend_fetch_arg_info()
/PHP-7.2/Zend/
H A Dzend_API.c296 ZEND_API int ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, int num, int che… in zend_parse_arg_class()
693 zend_class_entry *lookup, **pce = va_arg(*va, zend_class_entry **); in zend_parse_arg_impl() local
/PHP-7.2/ext/soap/
H A Dphp_encoding.c1407 …atic zval *to_zval_object_ex(zval *ret, encodeTypePtr type, xmlNodePtr data, zend_class_entry *pce) in to_zval_object_ex()
/PHP-7.2/ext/imap/
H A Dphp_imap.c1343 pcre_cache_entry *pce; /* Compiled regex */ in PHP_FUNCTION() local
/PHP-7.2/ext/date/
H A Dphp_date.c2629 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in php_date_instantiate()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c298 static zval *reflection_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in reflection_instantiate()

Completed in 170 milliseconds