Home
last modified time | relevance | path

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

/PHP-7.2/ext/bcmath/libbcmath/src/
H A Ddebug.c60 pv (name, num, len) in pv() function
/PHP-7.2/Zend/
H A Dzend_execute_API.c1052 zval pv; in zend_eval_stringl() local
1058 ZVAL_NEW_STR(&pv, zend_string_alloc(str_len + sizeof("return ;")-1, 1)); in zend_eval_stringl()
1059 memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1); in zend_eval_stringl()
1060 memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, str, str_len); in zend_eval_stringl()
1061 Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';'; in zend_eval_stringl() local
1062 Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0'; in zend_eval_stringl() local
1064 ZVAL_STRINGL(&pv, str, str_len); in zend_eval_stringl()
1071 new_op_array = zend_compile_string(&pv, string_name); in zend_eval_stringl()
1109 zval_dtor(&pv); in zend_eval_stringl()
H A Dzend_exceptions.c77 zval pv, zv, rv; in zend_exception_set_previous() local
83 ZVAL_OBJ(&pv, add_previous); in zend_exception_set_previous()
84 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
91 …ancestor = zend_read_property_ex(i_get_exception_base(&pv), &pv, ZSTR_KNOWN(ZEND_STR_PREVIOUS), 1,… in zend_exception_set_previous()
102 zend_update_property_ex(base_ce, ex, ZSTR_KNOWN(ZEND_STR_PREVIOUS), &pv); in zend_exception_set_previous()
/PHP-7.2/ext/com_dotnet/
H A Dcom_persist.c105 static HRESULT STDMETHODCALLTYPE stm_read(IStream *This, void *pv, ULONG cb, ULONG *pcbRead) in stm_read() argument
110 nread = (ULONG)php_stream_read(stm->stream, pv, cb); in stm_read()
121 static HRESULT STDMETHODCALLTYPE stm_write(IStream *This, void const *pv, ULONG cb, ULONG *pcbWritt… in stm_write() argument
126 nwrote = (ULONG)php_stream_write(stm->stream, pv, cb); in stm_write()
/PHP-7.2/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_dtor(&pv); in phpdbg_create_conditional_break()
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1063 const unsigned char *pv = p; in mbfl_strpos() local
1083 if (p <= pv) { in mbfl_strpos()
1084 p = pv + 1; in mbfl_strpos()
1149 const unsigned char *pv = p; in mbfl_strpos() local
1171 if (p >= pv) { in mbfl_strpos()
1172 p = pv - 1; in mbfl_strpos()
/PHP-7.2/build/
H A Dshtool1733 pv=`$perl -e 'printf("%.3f", $]);'`
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
/PHP-7.2/ext/hash/tests/
H A Dfnv1a64.phpt61 array( 'F/|k>pv/(=3', '671c9537b41d76fe' ),

Completed in 58 milliseconds