Searched refs:pv (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/bcmath/libbcmath/src/ |
H A D | debug.c | 60 pv (name, num, len) in pv() function
|
/PHP-7.3/Zend/ |
H A D | zend_execute_API.c | 991 zval pv; in zend_eval_stringl() local 997 ZVAL_NEW_STR(&pv, zend_string_alloc(str_len + sizeof("return ;")-1, 0)); in zend_eval_stringl() 998 memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1); in zend_eval_stringl() 999 memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, str, str_len); in zend_eval_stringl() 1000 Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';'; in zend_eval_stringl() local 1001 Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0'; in zend_eval_stringl() local 1003 ZVAL_STRINGL(&pv, str, str_len); in zend_eval_stringl() 1010 new_op_array = zend_compile_string(&pv, string_name); in zend_eval_stringl() 1048 zval_ptr_dtor_str(&pv); in zend_eval_stringl()
|
H A D | zend_exceptions.c | 76 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.3/ext/com_dotnet/ |
H A D | com_persist.c | 103 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 = (ULONG)php_stream_write(stm->stream, pv, cb); in stm_write()
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 833 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.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 906 const unsigned char *pv = p; in mbfl_strpos() local 926 if (p <= pv) { in mbfl_strpos() 927 p = pv + 1; in mbfl_strpos() 992 const unsigned char *pv = p; in mbfl_strpos() local 1014 if (p >= pv) { in mbfl_strpos() 1015 p = pv - 1; in mbfl_strpos()
|
/PHP-7.3/build/ |
H A D | shtool | 1733 pv=`$perl -e 'printf("%.3f", $]);'` 1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
|
/PHP-7.3/ext/hash/tests/ |
H A D | fnv1a64.phpt | 61 array( 'F/|k>pv/(=3', '671c9537b41d76fe' ),
|
Completed in 89 milliseconds