Home
last modified time | relevance | path

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

/PHP-7.0/ext/bcmath/libbcmath/src/
H A Ddebug.c60 pv (name, num, len) in pv() function
/PHP-7.0/Zend/
H A Dzend_execute_API.c1108 zval pv; in zend_eval_stringl() local
1114 ZVAL_NEW_STR(&pv, zend_string_alloc(str_len + sizeof("return ;")-1, 1)); in zend_eval_stringl()
1115 memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1); in zend_eval_stringl()
1116 memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, str, str_len); in zend_eval_stringl()
1117 Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';'; in zend_eval_stringl() local
1118 Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0'; in zend_eval_stringl() local
1120 ZVAL_STRINGL(&pv, str, str_len); in zend_eval_stringl()
1127 new_op_array = zend_compile_string(&pv, string_name); in zend_eval_stringl()
1163 zval_dtor(&pv); in zend_eval_stringl()
H A Dzend_exceptions.c74 zval pv, zv, rv; in zend_exception_set_previous() local
80 ZVAL_OBJ(&pv, add_previous); in zend_exception_set_previous()
81 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
88 …ancestor = zend_read_property(i_get_exception_base(&pv), &pv, "previous", sizeof("previous")-1, 1,… in zend_exception_set_previous()
99 zend_update_property(base_ce, ex, "previous", sizeof("previous")-1, &pv); in zend_exception_set_previous()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c819 zval pv; in phpdbg_create_conditional_break() local
839 Z_STR(pv) = zend_string_alloc(expr_len + sizeof("return ;") - 1, 0); in phpdbg_create_conditional_break()
840 memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1); in phpdbg_create_conditional_break()
841 memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, expr, expr_len); in phpdbg_create_conditional_break()
842 Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';'; in phpdbg_create_conditional_break() local
843 Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0'; in phpdbg_create_conditional_break() local
844 Z_TYPE_INFO(pv) = IS_STRING; in phpdbg_create_conditional_break()
846 new_break.ops = zend_compile_string(&pv, "Conditional Breakpoint Code"); in phpdbg_create_conditional_break()
848 zval_dtor(&pv); in phpdbg_create_conditional_break()
/PHP-7.0/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.0/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.0/ext/phar/tests/cache_list/files/
H A Dopenssl.phar292 …_�- ^x���=��Hb�(л2�r/BM�1�-K�/{>D@Mmj����[0(�l��a�Keӓ+\�9H� pv룱0�}�M}�4 .9������4�…
/PHP-7.0/ext/phar/tests/files/
H A Dopenssl.phar292 …_�- ^x���=��Hb�(л2�r/BM�1�-K�/{>D@Mmj����[0(�l��a�Keӓ+\�9H� pv룱0�}�M}�4 .9������4�…
/PHP-7.0/build/
H A Dshtool1733 pv=`$perl -e 'printf("%.3f", $]);'`
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
/PHP-7.0/ext/hash/tests/
H A Dfnv1a64.phpt61 array( 'F/|k>pv/(=3', '671c9537b41d76fe' ),

Completed in 45 milliseconds