Home
last modified time | relevance | path

Searched refs:pv (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddebug.c59 pv (name, num, len) in pv() function
/PHP-7.4/Zend/
H A Dzend_execute_API.c1064 zval pv; in zend_eval_stringl() local
1070 ZVAL_NEW_STR(&pv, zend_string_alloc(str_len + sizeof("return ;")-1, 0)); in zend_eval_stringl()
1071 memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1); in zend_eval_stringl()
1072 memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, str, str_len); in zend_eval_stringl()
1073 Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';'; in zend_eval_stringl() local
1074 Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0'; in zend_eval_stringl() local
1076 ZVAL_STRINGL(&pv, str, str_len); in zend_eval_stringl()
1083 new_op_array = zend_compile_string(&pv, string_name); in zend_eval_stringl()
1121 zval_ptr_dtor_str(&pv); in zend_eval_stringl()
H A Dzend_exceptions.c76 zval pv, zv, rv; in zend_exception_set_previous() local
88 ZVAL_OBJ(&pv, add_previous); in zend_exception_set_previous()
89 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
96 …ancestor = zend_read_property_ex(i_get_exception_base(&pv), &pv, ZSTR_KNOWN(ZEND_STR_PREVIOUS), 1,… in zend_exception_set_previous()
107 zend_update_property_ex(base_ce, ex, ZSTR_KNOWN(ZEND_STR_PREVIOUS), &pv); in zend_exception_set_previous()
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c103 static HRESULT STDMETHODCALLTYPE stm_read(IStream *This, void *pv, ULONG cb, ULONG *pcbRead) in stm_read() argument
108 nread = (ULONG)php_stream_read(stm->stream, pv, cb); in stm_read()
119 static HRESULT STDMETHODCALLTYPE stm_write(IStream *This, void const *pv, ULONG cb, ULONG *pcbWritt… in stm_write() argument
124 nwrote = php_stream_write(stm->stream, pv, cb); in stm_write()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c833 zval pv; in phpdbg_create_conditional_break() local
882 Z_STR(pv) = zend_string_alloc(expr_len + sizeof("return ;") - 1, 0); in phpdbg_create_conditional_break()
883 memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1); in phpdbg_create_conditional_break()
884 memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, expr, expr_len); in phpdbg_create_conditional_break()
885 Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';'; in phpdbg_create_conditional_break() local
886 Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0'; in phpdbg_create_conditional_break() local
887 Z_TYPE_INFO(pv) = IS_STRING; in phpdbg_create_conditional_break()
889 new_break.ops = zend_compile_string(&pv, "Conditional Breakpoint Code"); in phpdbg_create_conditional_break()
891 zval_ptr_dtor_str(&pv); in phpdbg_create_conditional_break()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c896 const unsigned char *pv = p; in mbfl_strpos() local
916 if (p <= pv) { in mbfl_strpos()
917 p = pv + 1; in mbfl_strpos()
982 const unsigned char *pv = p; in mbfl_strpos() local
1004 if (p >= pv) { in mbfl_strpos()
1005 p = pv - 1; in mbfl_strpos()
/PHP-7.4/build/
H A Dshtool1733 pv=`$perl -e 'printf("%.3f", $]);'`
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt59 array( 'F/|k>pv/(=3', '671c9537b41d76fe' ),

Completed in 36 milliseconds