pv               1036 Zend/zend_execute_API.c 	zval pv;
pv               1043 Zend/zend_execute_API.c 		Z_STRLEN(pv) = str_len + sizeof("return ;") - 1;
pv               1044 Zend/zend_execute_API.c 		Z_STRVAL(pv) = emalloc(Z_STRLEN(pv) + 1);
pv               1045 Zend/zend_execute_API.c 		memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1);
pv               1046 Zend/zend_execute_API.c 		memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, str, str_len);
pv               1047 Zend/zend_execute_API.c 		Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';';
pv               1048 Zend/zend_execute_API.c 		Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0';
pv               1050 Zend/zend_execute_API.c 		Z_STRLEN(pv) = str_len;
pv               1051 Zend/zend_execute_API.c 		Z_STRVAL(pv) = str;
pv               1053 Zend/zend_execute_API.c 	Z_TYPE(pv) = IS_STRING;
pv               1059 Zend/zend_execute_API.c 	new_op_array = zend_compile_string(&pv, string_name TSRMLS_CC);
pv               1108 Zend/zend_execute_API.c 		zval_dtor(&pv);
pv                111 ext/com_dotnet/com_persist.c 	nread = php_stream_read(stm->stream, pv, cb);
pv                127 ext/com_dotnet/com_persist.c 	nwrote = php_stream_write(stm->stream, pv, cb);
pv               1063 ext/mbstring/libmbfl/mbfl/mbfilter.c 			const unsigned char *pv = p;
pv               1083 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (p <= pv) {
pv               1084 ext/mbstring/libmbfl/mbfl/mbfilter.c 				p = pv + 1;
pv               1149 ext/mbstring/libmbfl/mbfl/mbfilter.c 			const unsigned char *pv = p;
pv               1171 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (p >= pv) {
pv               1172 ext/mbstring/libmbfl/mbfl/mbfilter.c 				p = pv - 1;
pv                704 sapi/phpdbg/phpdbg_bp.c 	zval pv;
pv                724 sapi/phpdbg/phpdbg_bp.c 	Z_STRLEN(pv) = expr_len + sizeof("return ;") - 1;
pv                725 sapi/phpdbg/phpdbg_bp.c 	Z_STRVAL(pv) = emalloc(Z_STRLEN(pv) + 1);
pv                726 sapi/phpdbg/phpdbg_bp.c 	memcpy(Z_STRVAL(pv), "return ", sizeof("return ") - 1);
pv                727 sapi/phpdbg/phpdbg_bp.c 	memcpy(Z_STRVAL(pv) + sizeof("return ") - 1, expr, expr_len);
pv                728 sapi/phpdbg/phpdbg_bp.c 	Z_STRVAL(pv)[Z_STRLEN(pv) - 1] = ';';
pv                729 sapi/phpdbg/phpdbg_bp.c 	Z_STRVAL(pv)[Z_STRLEN(pv)] = '\0';
pv                730 sapi/phpdbg/phpdbg_bp.c 	Z_TYPE(pv) = IS_STRING;
pv                733 sapi/phpdbg/phpdbg_bp.c 		&pv, "Conditional Breakpoint Code" TSRMLS_CC);
pv                735 sapi/phpdbg/phpdbg_bp.c 	zval_dtor(&pv);