Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/imap/
H A Dphp_imap.c3561 convert_to_string_ex(pvalue); in PHP_FUNCTION()
3565 convert_to_string_ex(pvalue); in PHP_FUNCTION()
3569 convert_to_string_ex(pvalue); in PHP_FUNCTION()
3573 convert_to_string_ex(pvalue); in PHP_FUNCTION()
3577 convert_to_string_ex(pvalue); in PHP_FUNCTION()
3581 convert_to_string_ex(pvalue); in PHP_FUNCTION()
3679 memcpy(bod->disposition.type, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue)+1); in PHP_FUNCTION()
3699 memcpy(bod->contents.text.data, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue)+1); in PHP_FUNCTION()
3748 memcpy(tmp_param->value, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue) + 1); in PHP_FUNCTION()
3783 memcpy(bod->disposition.type, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue)+1); in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_printint.c234 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument
240 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname()
245 ptype = ptype * pvalue; in get_ucpname()
246 return (ptype == pvalue)? "??" : "??"; in get_ucpname()
723 unsigned int pvalue = *ccode++; in pcre_printint() local
741 get_ucpname(ptype, pvalue)); in pcre_printint()
/PHP-7.1/Zend/
H A Dzend_exceptions.c309pvalue = zend_read_property_ex(i_get_exception_base(object), (object), CG(known_strings)[id], 1, &…
310 if (Z_TYPE_P(pvalue) != IS_NULL && Z_TYPE_P(pvalue) != type) { \
316 zval value, *pvalue; in ZEND_METHOD() local
324pvalue = zend_read_property(i_get_exception_base(object), object, "previous", sizeof("previous")-1… in ZEND_METHOD()
325 if (pvalue && Z_TYPE_P(pvalue) != IS_NULL && (Z_TYPE_P(pvalue) != IS_OBJECT || in ZEND_METHOD()
326 !instanceof_function(Z_OBJCE_P(pvalue), zend_ce_throwable) || in ZEND_METHOD()
327 pvalue == object)) { in ZEND_METHOD()

Completed in 26 milliseconds